View Single Post
  #6 (permalink)  
Old January 10th, 2005
buckaro0 buckaro0 is offline
Novicius
 
Join Date: January 5th, 2005
Posts: 2
buckaro0 is flying high
Default

For the past few days, I kept running the version that got installed by the rpm -- and kept wondering why I wasn't getting more useful results =) (The executable is stripped before RPM packaging.)

Here's a dump from running the src/gtk-gnutella under gdb (I hope that aspect of running it doesn't mess up the bug behavior) -- I can run it and get a regular core to target if anyone wants.

Cheers,
buckaro0

Code:
(gdb) bt
#0  0x4046b73f in _int_realloc () from /lib/libc.so.6
#1  0x4046a10d in realloc () from /lib/libc.so.6
#2  0x402d9d64 in g_realloc () from /usr/lib/libglib-1.2.so.0
#3  0x080c5dea in flush_match () at qhit.c:318
#4  0x080c66bc in add_file (sf=0x866b0f0) at qhit.c:541
#5  0x080c6775 in qhit_send_results (n=0x89d5b7c, files=0x89fbf58, count=80, use_ggep_h=0) at qhit.c:597
#6  0x080db767 in search_request (n=0x89d5b7c, qhv=0x0) at share.c:2147
#7  0x080b20ed in node_parse (node=0x89d5b7c) at nodes.c:5487
#8  0x080b34e0 in node_read (n=0x89d5b7c, mb=0x8601db0) at nodes.c:6145
#9  0x080b35db in node_data_ind (rx=0x8b1ed70, mb=0x8601db0) at nodes.c:6176
#10 0x080d044e in rx_inflate_recv (rx=0x8b1ed70, mb=0x8601e3c) at rx_inflate.c:208
#11 0x080cff66 in rx_recv (rx=0x8b1ed70, mb=0x8601e3c) at rx.c:179
#12 0x080cfd88 in rx_data_ind (rx=0x830b978, mb=0x8601e3c) at rx.c:117
#13 0x080d0656 in is_readable (data=0x830b978, unused_source=23, cond=INPUT_EVENT_READ) at rx_link.c:105
#14 0x0819dcd5 in inputevt_dispatch (source=0x826ebb0, condition=G_IO_IN, data=0x875e26c) at inputevt.c:92
#15 0x402d70a6 in g_io_add_watch () from /usr/lib/libglib-1.2.so.0
#16 0x402d89ae in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#17 0x402d8e89 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#18 0x402d9124 in g_main_run () from /usr/lib/libglib-1.2.so.0
#19 0x400cf27f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#20 0x080f9411 in main_gui_run () at main.c:677
#21 0x080523fd in main (argc=1, argv=0xbffff874, env=0xbffff87c) at main.c:646
#22 0x4040c917 in __libc_start_main () from /lib/libc.so.6

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