-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High CPU usage under OpenBSD #24
Comments
Attach a debugger to the process when this is happening and get a backtrace (gdb, lldb, whatever works in your platform. For gdb it's |
Do I need to recompile with -g? I just get On 9/4/16, dx [email protected] wrote:
Credit is the root of all evil. - AB1JX |
Um. Maybe. Also maybe gdb sucking in openbsd. Try lldb. I think the commands are the same. |
I'll have to find lldb and try to build it from source, it's not in Actually, you already have -g in your makefile: I didn't get it to crash this time but I flipped to a different pane On 9/4/16, dx [email protected] wrote:
Credit is the root of all evil. - AB1JX |
Yeah nevermind, lldb doesn't even support openbsd. I just remembered having more luck with it than with gdb in some BSD variant, but clearly it's not this one. Maybe try replacing -O2 with -O0? |
OK, this time I ran it as #0 0x0ae00081 in poll () at :2 On 9/4/16, dx [email protected] wrote:
Credit is the root of all evil. - AB1JX |
I caused it to happen just by clicking a different pane in the pager On 9/4/16, Alan Corey [email protected] wrote:
Credit is the root of all evil. - AB1JX |
Uh-oh, I just caught my Raspberry Pi doing the same thing. Raspbian, On 9/4/16, Alan Corey [email protected] wrote:
Credit is the root of all evil. - AB1JX |
When I first installed Pidgin and the Yahoo2016 plugin it worked fine. On 9/6/16, Alan Corey [email protected] wrote:
Credit is the root of all evil. - AB1JX |
This was OpenBSD 5.7 (a year old), I don't try to keep up. It compiles, installs, runs, but after 10 - 20 minutes I noticed its windows were blank like they needed to be repainted. Looking at Top I see Pidgin at 95%+ CPU. I tried this several times, maybe once it dumped core. I've used Pidgin a couple years, never saw this before.
I tarred up the files I fetched with git, copied to a Raspberry Pi, and it compiles and runs fine there.
I'm running the Pidgin version that's in OpenBSD 5.7 ports, 2.10.11
The text was updated successfully, but these errors were encountered: