Prety sure it not related to my stuff:

** ERROR **: Tue Apr 12 21:06:26 2005
  gtk-gnutella: tx_dgram_sendto: UDP write to 198.215.35.252:18781
failed with unexpected errno: 3 (No such process)

aborting...
Aborted (core dumped)

21:06 [EMAIL PROTECTED] [gtk2-gnutella] >gdb src/gtk-gnutella core
#0  0x00002aaaac203569 in kill () from /lib/libc.so.6
(gdb) bt
#0  0x00002aaaac203569 in kill () from /lib/libc.so.6
#1  0x00002aaaad16c871 in pthread_kill () from /lib/libpthread.so.0
#2  0x00002aaaad16cbf2 in raise () from /lib/libpthread.so.0
#3  0x00002aaaac203262 in raise () from /lib/libc.so.6
#4  0x00002aaaac204602 in abort () from /lib/libc.so.6
#5  0x00002aaaabbe6932 in g_logv () from /usr/lib/libglib-2.0.so.0
#6  0x00002aaaabbe6a5b in g_log () from /usr/lib/libglib-2.0.so.0
#7  0x00000000004b9ce8 in tx_dgram_sendto (tx=0x391c080, to=0x3,
data=0x1, len=18446744073709551615)
    at tx_dgram.c:186
#8  0x00000000004b84f2 in tx_sendto (tx=0x2a7e, to=0x6, data=0x1,
len=18446744073709551615) at tx.c:126
#9  0x00000000004c7f0a in mq_udp_service (data=0x2a7e) at mq_udp.c:198
#10 0x00000000004b9a54 in is_writable (data=0x2a7e, unused_source=6,
cond=INPUT_EVENT_WRITE) at tx_dgram.c:79
#11 0x0000000000558161 in inputevt_dispatch (source=0x2a7e, condition=6,
data=0x1) at inputevt.c:92
#12 0x00002aaaabc0b9bf in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#13 0x00002aaaabbdc38c in g_main_depth () from /usr/lib/libglib-2.0.so.0
#14 0x00002aaaabbdd7a5 in g_main_context_dispatch ()
from /usr/lib/libglib-2.0.so.0
#15 0x00002aaaabbddca6 in g_main_context_dispatch ()
from /usr/lib/libglib-2.0.so.0
#16 0x00002aaaabbde3fd in g_main_loop_run ()
from /usr/lib/libglib-2.0.so.0
#17 0x00002aaaaacf522c in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x00000000004cc541 in main_gui_run () at main.c:703
#19 0x0000000000432eb8 in main (argc=1, argv=0x7ffffffff518,
env=0x7ffffffff528) at main.c:632
(gdb) frame 7
#7  0x00000000004b9ce8 in tx_dgram_sendto (tx=0x391c080, to=0x3,
data=0x1, len=18446744073709551615)
    at tx_dgram.c:186
186                             g_error("%s  gtk-gnutella: %s: "
(gdb) info locals
r = 7515616
bio = (bio_source_t *) 0x2a7e
(gdb) p *bio
Cannot access memory at address 0x2a7e
(gdb) l
181                     return -1;
182             default:
183                     {
184                             int terr = errno;
185                             time_t t = time(NULL);
186                             g_error("%s  gtk-gnutella: %s: "
187                                     "UDP write to %s failed with
unexpected errno: %d (%s)\n",
188                                     ctime(&t), func,
ip_port_to_gchar(to->ip, to->port),
189                                     terr, g_strerror(terr));
190                     }
(gdb)

--
Alex, homepage: http://www.bennee.com/~alex/
Frankly, Scarlett, I don't have a fix. -- Rhett Buggler



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to