-
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
irssi segfaults when using irssi-otr plugin #49
Comments
Hrm, that's weird, we had report with irssi 0.8.16+ issues but a segfault on every otr commands is worrying. Can you set your coredump to unlimited like so on your system: "ulimit -c unlimited" Once you get a segfault, a core file should be generated. Read it with gdb: "gdb irssi ". After that, if you can pastebin the gdb command "bt full" when you opened it with gdb, that would help me a great deal! |
So the anoying thing here is that it does not generate any core dump. It just segfaults. Today I used the "/otr init" command to crash my irssi |
@lasseleegaard You can run irssi in gdb, then you won't need the core dump. You may need to tell gdb to not pause for every signal. |
So that gave a little more: |
The backtrace is only useful if you build with debugging flags. You can do that by specifying |
Could you tell me which OS you were using at the time and which package installs? |
getting a segfault with debian wheezy, 1.0.0-1~bpo70+1+b2 |
@kalikaneko Can you build Irssi and Irssi-otr with debugging symbols and run it in GDB like described? |
When I try to add the OTR status message to IRSSI it segfaults
/statusbar window add otr
I am running debian wheezy and have used the backport of irssi-otr from jessie:
-!- OTR: OTR module version: 1.0.0
-!- Irssi: Client: irssi 0.8.15 (20100403 1617)
When I try to trust a chat partner after initiating secure chat it also segfaults:
[graffen] /otr trustSegmentation fault
lle@defiant:~$
Generally it segfaults whenever I use any /otr commands ("/otr version" works as one of the few)
Loading the plugin and initiating otr with ?OTR? works just fine.
Please let me know if there is anything I can do to give more and better info
The text was updated successfully, but these errors were encountered: