Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182035 - net-irc/irssi-0.8.11 segfaults with silc-plugin-1.0.3 in use
Summary: net-irc/irssi-0.8.11 segfaults with silc-plugin-1.0.3 in use
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-14 15:49 UTC by Daniel Walter
Modified: 2007-06-18 18:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info,2.69 KB, text/plain)
2007-06-14 15:51 UTC, Daniel Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Walter 2007-06-14 15:49:19 UTC
irssi crashes when using silc-plugin.

Reproducible: Always

Steps to Reproduce:
1./load silc (and enter passphrase)
2./silc
3. crash (segfault)

Actual Results:  
segfault
Comment 1 Daniel Walter 2007-06-14 15:51:59 UTC
Created attachment 122044 [details]
emerge --info

emerge --info
Comment 2 Daniel Walter 2007-06-14 15:54:40 UTC
core dump can be found on
http://sahne.brainity.com/irssi-core


Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-06-14 15:57:18 UTC
(In reply to comment #2)
> core dump can be found on
> http://sahne.brainity.com/irssi-core

<snip>
Forbidden

You don't have permission to access /irssi-core on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
</snip>

Attach a backtrace here and reopen then; thanks.

http://www.gentoo.org/proj/en/qa/backtraces.xml
Comment 4 Daniel Walter 2007-06-14 16:49:43 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > core dump can be found on
> > http://sahne.brainity.com/irssi-core
> 
> <snip>
> Forbidden
> 
> You don't have permission to access /irssi-core on this server.
> 
> Additionally, a 404 Not Found error was encountered while trying to use an
> ErrorDocument to handle the request.
> </snip>
> 
> Attach a backtrace here and reopen then; thanks.
> 
> http://www.gentoo.org/proj/en/qa/backtraces.xml
> 
sorry, fixed the permissions

backtrace from coredump

(gdb) bt
#0  0x0000000000446e47 in format_read_arglist ()
#1  0x000000000044c233 in printformat_module_dest_args ()
#2  0x000000000044c43d in printformat_module_args ()
#3  0x000000000044c4da in printformat_module ()
#4  0x00002b3f87261680 in silc_opt_callback ()
   from /usr/lib64/irssi/modules/libsilc_core.so
#5  0x00000000004888c3 in ?? ()
#6  0x0000000000488f5c in signal_emit ()
#7  0x00000000004754b1 in ?? ()
#8  0x00000000004888c3 in ?? ()
#9  0x0000000000488f5c in signal_emit ()
#10 0x0000000000419663 in ?? ()
#11 0x00000000004888c3 in ?? ()
#12 0x0000000000488f5c in signal_emit ()
#13 0x000000000044a939 in ?? ()
#14 0x00000000004888c3 in ?? ()
#15 0x0000000000488f5c in signal_emit ()
#16 0x000000000044a84a in key_pressed ()
#17 0x000000000041b18f in ?? ()
#18 0x00000000004888c3 in ?? ()
#19 0x0000000000488f5c in signal_emit ()
#20 0x000000000041a88c in ?? ()
#21 0x000000000047be81 in ?? ()
---Type <return> to continue, or q <return> to quit---
#22 0x00002b3f86347603 in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#23 0x00002b3f8634a44d in ?? () from /usr/lib/libglib-2.0.so.0
#24 0x00002b3f8634a96e in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#25 0x000000000042969e in main ()
(gdb) Core was generated by `irssi'.


Comment 5 Raúl Porcel (RETIRED) gentoo-dev 2007-06-14 17:18:19 UTC
It worked with...0.8.10?
Comment 6 Daniel Walter 2007-06-14 18:34:27 UTC
(In reply to comment #5)
> It worked with...0.8.10?
> 

just installed silc-plugin a few hours ago. so I can't say if it worked with 0.8.10. 
Comment 7 Daniel Walter 2007-06-18 18:36:45 UTC
hi,

after downgrading to irssi-0.8.10-r4 and recompiling silc-plugin everything works as expected.