tho...@thomas-laptop:~$ gdb irssi 2>&1 | tee gdb-irssi.txtGNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) set logging file gdb-irssi.txt
(gdb) set logging on
Copying output to gdb-irssi.txt.
(gdb) run
Starting program: /usr/bin/irssi 
[Thread debugging using libthread_db enabled]
[New Thread 0xb79306b0 (LWP 12495)]

Program received signal SIGTSTP, Stopped (user).
[Switching to Thread 0xb79306b0 (LWP 12495)]
0xb7f46430 in __kernel_vsyscall ()
(gdb) backtrace full
#0  0xb7f46430 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb799dbb6 in kill () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2  0x0806bc32 in term_stop () at term-terminfo.c:551
No locals.
#3  0x080e3f2d in signal_emit_real (rec=0x9ad7728, params=<value optimized 
out>, va=0x14 <Address 0x14 out of bounds>, first_hook=0x9ad7748) at 
signals.c:242
        arglist = {0x0, 0x0, 0x9ad76c0, 0x0, 0x0, 0x0}
        prev_emitted_signal = (Signal *) 0x9ad9498
        hook = (SignalHook *) 0x30cf
        prev_emitted_hook = (SignalHook *) 0x9ad9050
        i = <value optimized out>
        stopped = <value optimized out>
        stop_emit_count = 0
        continue_emit_count = 0
        __PRETTY_FUNCTION__ = "signal_emit_real"
#4  0x080e44fc in signal_emit (signal=0x9b054f0 "key stop_irc", params=3) at 
signals.c:286
        rec = <value optimized out>
        signal_id = <value optimized out>
        __PRETTY_FUNCTION__ = "signal_emit"
#5  0x0809b122 in key_pressed (keyboard=0x9ad1650, key=0xbfa45144 "^Z") at 
keyboard.c:536
        combo = <value optimized out>
        consumed = <value optimized out>
        __PRETTY_FUNCTION__ = "key_pressed"
#6  0x0805fab1 in sig_gui_key_pressed (keyp=0x1a) at gui-readline.c:515
        now = {tv_sec = 1234204833, tv_usec = 951477}
        str = "^z\000\000\000\000\000\000\204q��\000\000\000\...@Ѭ�"
        ret = <value optimized out>
        diff = <value optimized out>
#7  0x080e3f2d in signal_emit_real (rec=0x9ad9498, params=<value optimized 
out>, va=0x14 <Address 0x14 out of bounds>, first_hook=0x9ad9050) at 
signals.c:242
        arglist = {0x1a, 0x0, 0x0, 0x0, 0x0, 0x0}
        prev_emitted_signal = (Signal *) 0x0
        hook = (SignalHook *) 0x9ad9050
        prev_emitted_hook = (SignalHook *) 0x0
        i = <value optimized out>
        stopped = <value optimized out>
        stop_emit_count = 0
        continue_emit_count = 0
        __PRETTY_FUNCTION__ = "signal_emit_real"
#8  0x080e44fc in signal_emit (signal=0x80f5e83 "gui key pressed", params=1) at 
signals.c:286
        rec = <value optimized out>
        signal_id = <value optimized out>
        __PRETTY_FUNCTION__ = "signal_emit"
#9  0x0806225e in sig_input () at gui-readline.c:746
        buffer = {26, 91, 67, 0, 23, 80, 3215217280, 5, 3215217232, 3081551860, 
3215217400, 3080986851, 3081551860, 3215217564, 3080715217, 3, 3081437013, 
3215217400, 3081762600, 799298168, 134665469, 72, 3081553088, 3215217320, 
3081721370, 72, 162327008, 3215217320, 134664872, 3080570803, 22, 16777295, 
162539688, 0, 3080599889, 0, 134657027, 1, 1, 0, 162539688, 3081551860, 
3081553088, 3079866032, 842093304, 3080527572, 3081553088, 162539688, 1, 0, 7, 
24, 1, 0, 23, 2049, 0, 0, 4407459, 33188, 1, 0, 0, 0, 0, 0, 3661, 0, 4096, 8, 
0, 1233551749, 0, 1233551736, 0, 1233551736, 0, 3080709855, 162541020, 
162551456, 162551456, 0, 3081551860, 1, 184, 3215217600, 3080713968, 162541024, 
162599408, 3080622200, 162642016, 3081437013, 242, 162539752, 3080703782, 
14761, 4, 630, 0, 2009, 2009, 39, 3081551860, 3081565056, 1, 3215217648, 
3080712697, 3215217712, 0, 3081565056, 3215217628, 3081565056, 0, 0, 
3081551860, 3215217836, 3215217704, 3084161012, 0, 3080708342, 3083774436, 
3215217688, 0, 3215217720, 3083821902, 3215217712, 8192, 162085392}
        ret = 1
        i = 1
#10 0x080d587e in irssi_io_invoke (source=0x9ace030, condition=20, 
data=0x9ad0f58) at misc.c:56
        icond = <value optimized out>
#11 0xb7d036fd in g_io_unix_dispatch (source=0x9ad0f68, callback=0x80d5840 
<irssi_io_invoke>, user_data=0x9ad0f58) at 
/build/buildd/glib2.0-2.18.2/glib/giounix.c:162
        buffer_condition = 162363208
#12 0xb7ccc6f8 in IA__g_main_context_dispatch (context=0x9a9c400) at 
/build/buildd/glib2.0-2.18.2/glib/gmain.c:2144
No locals.
#13 0xb7ccfda3 in g_main_context_iterate (context=0x9a9c400, block=1, 
dispatch=1, self=0x9b021d8) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2778
        max_priority = 2147483647
        timeout = 297
        some_ready = 1
        nfds = 1
        allocated_nfds = <value optimized out>
        fds = (GPollFD *) 0x9b1ffa0
        __PRETTY_FUNCTION__ = "g_main_context_iterate"
#14 0xb7ccff61 in IA__g_main_context_iteration (context=0x9a9c400, may_block=1) 
at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2841
        retval = <value optimized out>
#15 0x080730cc in main (argc=Cannot access memory at address 0x14
) at irssi.c:403
        version = 0
        options = {{longName = 0x80f756f "dummy", shortName = 100 'd', argInfo 
= 0, arg = 0x8114400, val = 0, descrip = 0x80f7575 "Use the dummy terminal 
mode", argDescrip = 0x0}, {longName = 0x80f9d44 "version", shortName = 118 'v', 
argInfo = 0, arg = 0x81143f0, val = 0, descrip = 0x80f7591 "Display irssi 
version", argDescrip = 0x0}, {longName = 0x0, shortName = 0 '\0', argInfo = 0, 
arg = 0x0, val = 0, descrip = 0x0, argDescrip = 0x0}}
(gdb) info registers
eax            0x0      0
ecx            0x14     20
edx            0x9ad7748        162363208
ebx            0x30cf   12495
esp            0xbfa4501c       0xbfa4501c
ebp            0xbfa45038       0xbfa45038
esi            0x9ad7728        162363176
edi            0x0      0
eip            0xb7f46430       0xb7f46430 <__kernel_vsyscall+16>
eflags         0x246    [ PF ZF IF ]
cs             0x73     115
ss             0x7b     123
ds             0x7b     123
es             0x7b     123
fs             0x0      0
gs             0x33     51
(gdb) thread apply all backtrace

Thread 1 (Thread 0xb79306b0 (LWP 12495)):
#0  0xb7f46430 in __kernel_vsyscall ()
#1  0xb799dbb6 in kill () from /lib/tls/i686/cmov/libc.so.6
#2  0x0806bc32 in term_stop () at term-terminfo.c:551
#3  0x080e3f2d in signal_emit_real (rec=0x9ad7728, params=<value optimized 
out>, va=0x14 <Address 0x14 out of bounds>, first_hook=0x9ad7748) at 
signals.c:242
#4  0x080e44fc in signal_emit (signal=0x9b054f0 "key stop_irc", params=3) at 
signals.c:286
#5  0x0809b122 in key_pressed (keyboard=0x9ad1650, key=0xbfa45144 "^Z") at 
keyboard.c:536
#6  0x0805fab1 in sig_gui_key_pressed (keyp=0x1a) at gui-readline.c:515
#7  0x080e3f2d in signal_emit_real (rec=0x9ad9498, params=<value optimized 
out>, va=0x14 <Address 0x14 out of bounds>, first_hook=0x9ad9050) at 
signals.c:242
#8  0x080e44fc in signal_emit (signal=0x80f5e83 "gui key pressed", params=1) at 
signals.c:286
#9  0x0806225e in sig_input () at gui-readline.c:746
#10 0x080d587e in irssi_io_invoke (source=0x9ace030, condition=20, 
data=0x9ad0f58) at misc.c:56
#11 0xb7d036fd in g_io_unix_dispatch (source=0x9ad0f68, callback=0x80d5840 
<irssi_io_invoke>, user_data=0x9ad0f58) at 
/build/buildd/glib2.0-2.18.2/glib/giounix.c:162
#12 0xb7ccc6f8 in IA__g_main_context_dispatch (context=0x9a9c400) at 
/build/buildd/glib2.0-2.18.2/glib/gmain.c:2144
#13 0xb7ccfda3 in g_main_context_iterate (context=0x9a9c400, block=1, 
dispatch=1, self=0x9b021d8) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2778
#14 0xb7ccff61 in IA__g_main_context_iteration (context=0x9a9c400, may_block=1) 
at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2841
#15 0x080730cc in main (argc=Cannot access memory at address 0x14
) at irssi.c:403
(gdb) quit
The program is running.  Exit anyway? (y or n) y
tho...@thomas-laptop:~$ 

** Attachment added: "gdb-irssi.txt"
   http://launchpadlibrarian.net/22420305/gdb-irssi.txt

-- 
stale nickname ; contains illegal characters, connection reset
https://bugs.launchpad.net/bugs/327213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to