-
Notifications
You must be signed in to change notification settings - Fork 41
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
Crash in purple-websocket #187
Comments
Weird. What's the actual error? A SEGV? It looks like buf is still valid there (at least the first 4 bytes of it) -- can you make sure all 24 bytes of buf are readable (e.g. |
It looks like it received a SIGPIPE
|
SIGPIPE is semi-expected (see https://developer.pidgin.im/wiki/GetABacktrace) Run |
ok, it happened again, this is what gdb showed:
I was able to |
I am running a Linux VM on mac os. Suspending the laptop and unsuspending causes the host os to reconnect to the network, but the VM doesn't always seem to be aware of this. I believe that is what causes this issue (as I don't see this crash on my Linux desktop). It appears that the
ws->ssl_connection
still has a valid address, so it is possible the bug is actually in libpurple.I am running:
Here is a stack trace:
The text was updated successfully, but these errors were encountered: