edrikL / iptux

Automatically exported from code.google.com/p/iptux
1 stars 0 forks source link

iptux crash #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

updating from menu->update

What is the expected output? What do you see instead?

i can't identify the exactly the issue, but when updating and another packets 
was received from other hosts, the iptux crash.

i run from gdb and get this bt:
any way to compile with more debug information?

BACK TRACE

#0  0x000000000041d90b in ?? ()
#1  0x00007ffff74faac8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#2  0x00007ffff74fcf5a in gtk_tree_store_set_valist () from 
/usr/lib/libgtk-x11-2.0.so.0
#3  0x00007ffff74fd028 in gtk_tree_store_set () from 
/usr/lib/libgtk-x11-2.0.so.0
#4  0x000000000041fb04 in ?? ()
#5  0x00000000004230fa in ?? ()
#6  0x000000000042c0c2 in ?? ()
#7  0x000000000042c3de in ?? ()
#8  0x000000000042c55f in ?? ()
#9  0x00007ffff5d34971 in start_thread () from /lib/libpthread.so.0
#10 0x00007ffff5a9092d in clone () from /lib/libc.so.6
#11 0x0000000000000000 in ?? ()

Original issue reported on code.google.com by docksud...@gmail.com on 14 Dec 2010 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by docksud...@gmail.com on 14 Dec 2010 at 5:02

GoogleCodeExporter commented 9 years ago
the function name is striped out,  i think you can rebuild without strip and -O 
option, so you can get full stack output.

Original comment by kzjeef on 15 Dec 2010 at 7:48

GoogleCodeExporter commented 9 years ago
can i use make "MAGIC-NOSTRIP" or must i edit the makefile?
can i set from ./configure?
thanks!

Original comment by docksud...@gmail.com on 17 Dec 2010 at 1:41