View Single Post
  #2 (permalink)  
Old January 5th, 2005
buckaro0 buckaro0 is offline
Novicius
 
Join Date: January 5th, 2005
Posts: 2
buckaro0 is flying high
Arrow Re: 0.95 keeps crashing (coredump + backtrace included)

Quote:
Originally posted by fingers99
0.95 keeps crashing pretty much says it all: I installed the Debian build at around 3 this morning, it's now 5 and it has seg faulted 5 times.

0.93 never crashed very often, but eventually the powers that be seemed to gang up on it........

There doesn't seem any consistency in the crashing.
Seconded -- here's a backtrace captured from the coredump I got from taking the 0.95 src.rpm, changing the spec file's
-Doptimize="-O2"
to
-Doptimize="-g -O2"

And rpmbuild -ba 'ing it.

After running for a random length of time...

This is after I've been running 0.93.4-1 RPM for many many months, with nary a hiccup.

Developers, please contact me for more info, if needed.

Code:
(gdb) target core core
Core was generated by `gtk-gnutella'.
Program terminated with signal 11, Segmentation fault.
Loaded symbols for /usr/lib/libgtk-1.2.so.0
Loaded symbols for /usr/lib/libgdk-1.2.so.0
Loaded symbols for /usr/X11R6/lib/libXi.so.6
Loaded symbols for /usr/X11R6/lib/libXext.so.6
Loaded symbols for /usr/X11R6/lib/libX11.so.6
Loaded symbols for /lib/libm.so.6
Loaded symbols for /usr/lib/libglib-1.2.so.0
Loaded symbols for /usr/lib/libxml2.so.2
Loaded symbols for /usr/lib/libz.so.1
Loaded symbols for /lib/libresolv.so.2
Loaded symbols for /lib/libc.so.6
Loaded symbols for /usr/lib/libgmodule-1.2.so.0
Loaded symbols for /lib/libdl.so.2
Loaded symbols for /lib/ld-linux.so.2
Loaded symbols for /usr/lib/gconv/ISO8859-1.so
Loaded symbols for /lib/libnss_files.so.2
Loaded symbols for /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
Loaded symbols for /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
Loaded symbols for /usr/X11R6/lib/libXcursor.so.1
Loaded symbols for /usr/X11R6/lib/libXrender.so.1
#0  0x4046b5cf in malloc_consolidate () from /lib/libc.so.6
(gdb) bt
#0  0x4046b5cf in malloc_consolidate () from /lib/libc.so.6
#1  0x4046ac27 in _int_malloc () from /lib/libc.so.6
#2  0x40469e21 in malloc () from /lib/libc.so.6
#3  0x4046a06c in realloc () from /lib/libc.so.6
#4  0x402d9d64 in g_realloc () from /usr/lib/libglib-1.2.so.0
#5  0x402e46bb in g_string_chunk_insert_const () from /usr/lib/libglib-1.2.so.0
#6  0x402e4770 in g_string_sized_new () from /usr/lib/libglib-1.2.so.0
#7  0x0814d2b6 in strcpy ()
#8  0x0807a2f1 in strcpy ()
#9  0x080739fc in strcpy ()
#10 0x080c29e6 in strcpy ()
#11 0x0814e0fc in strcpy ()
#12 0x402d70a6 in g_io_add_watch () from /usr/lib/libglib-1.2.so.0
#13 0x402d89ae in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#14 0x402d8e89 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#15 0x402d9124 in g_main_run () from /usr/lib/libglib-1.2.so.0
#16 0x400cf27f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#17 0x080d5fe7 in strcpy ()
#18 0x0805220b in strcpy ()
#19 0x4040c917 in __libc_start_main () from /lib/libc.so.6
(gdb)

Last edited by buckaro0; January 10th, 2005 at 06:59 PM.
Reply With Quote