irssi-import / bugs.irssi.org

bugs.irssi.org archive
https://github.com/irssi/irssi/issues
0 stars 0 forks source link

Segmentation fault each time I use /exec command. #804

Closed irssibot closed 13 years ago

irssibot commented 13 years ago

Hello, I'm getting Segmentation Fault every time I'm trying to use /exec command. I'm running Irssi 0.8.9 at Linux Debian 5.0 (Lenny) as non-root user. I can reproduce this by executing ANY code after /exec.

Here's gdb log:

(gdb) bt
#0  0x00007fb41bbe0847 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#1  0x00007fb41bbe4568 in ?? () from /lib/libglib-2.0.so.0
#2  0x00007fb41bbe471c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#3  0x0000000000428d9c in main (argc=1, argv=0x0) at irssi.c:385
irssibot commented 13 years ago

0.8.9 is quite an old version of irssi. Please upgrade and check to see if the problem still exists (0.8.15 is available via lenny-backports).

irssibot commented 13 years ago

You got this, my fault. Just compiled 0.8.15 - works perfectly (:.

irssibot commented 13 years ago

No worries - happy to see that the problem no longer exists :)

irssibot commented 13 years ago