-
Notifications
You must be signed in to change notification settings - Fork 24
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
otr crashes irssi when the xmpp plugin is loaded #32
Comments
Also note that we have reports in that bug report of segfaults without the xmpp plugin being loaded, so there may be a larger issue here: |
This is interesting, so it happened after an upgrade, my guess is, it isn't parsing some file correctly and our irssi-otr crashes. Needs more research. |
here i had another segfault on
notice how this is still in gcrypt? this is on a recent debian jessie, so with the latest and greatest irssi-otr plugin.
|
Oh wow, this one is deep inside the libotr during user state destruction... this sounds like a serious libotr bug! By any chance if you still have the coredump, could you provide the "bt full" so we can see the exact call site of the segfault? |
i am not sure why, but i still don't see proper debug symbols here even though the debug packages are installed:
|
This is the oddest bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499229
I originally thought it was fixed by the new version, but actually, it's not - I even opened a new issue against the XMPP plugin today, thinking it was at fault: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707758
However, the xmpp plugin maintainer believes the problem is in otr, as the crash happens when otr is unloaded.
The issues mentioned above have a couple of backtraces for you to help you reproduce the thing.
The text was updated successfully, but these errors were encountered: