Raphael Manfredi wrote:
> Quoting Dave Hansen <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel:
> :I, too, am seeing instability with ultrapeer mode on.  Here's the
> :backtrace using the method you described above.
> :
> :#0  0x40365911 in kill () from /lib/libc.so.6
> :#1  0x40365732 in raise () from /lib/libc.so.6
> :#2  0x40366846 in abort () from /lib/libc.so.6
> :#3  0x4018dc4e in g_logv () from /usr/lib/libglib-1.2.so.0
> :#4  0x4018dd01 in g_log () from /usr/lib/libglib-1.2.so.0
> :#5  0x0811c4df in tx_link_writev (tx=0x8356f68, iov=0x8186c20, iovcnt=1)
> :    at tx_link.c:205
> 
> OK, this is an unexpected errno from write.  I need the
> error message from stderr, as well as the errno symbolic code.

** ERROR **: Wed Feb 12 20:02:32 2003
  gtk-gnutella: node_writev: write failed on fd #19 with unexpected
errno: 22 (Invalid argument)

(gdb) bt
#0  0x40365911 in kill () from /lib/libc.so.6
#1  0x40365732 in raise () from /lib/libc.so.6
#2  0x40366846 in abort () from /lib/libc.so.6
#3  0x4018dc4e in g_logv () from /usr/lib/libglib-1.2.so.0
#4  0x4018dd01 in g_log () from /usr/lib/libglib-1.2.so.0
#5  0x0811c4df in tx_link_writev (tx=0x85a8ac8, iov=0x8186c20,
iovcnt=17) at tx_link.c:205
#6  0x0811be89 in tx_writev (tx=0x85a8ac8, iov=0x8186c20, iovcnt=17) at
tx.c:109
#7  0x08118a1a in mq_service (data=0x857a910) at mq.c:647
#8  0x0811c144 in is_writable (data=0x85a8ac8, source=19,
cond=INPUT_EVENT_WRITE) at tx_link.c:74
#9  0x0813b85e in inputevt_dispatch (source=0x857c160,
condition=G_IO_OUT, data=0x8526b00) at inputevt.c:88
#10 0x40189e00 in g_io_add_watch () from /usr/lib/libglib-1.2.so.0
#11 0x4018b4c8 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#12 0x4018bad3 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#13 0x4018bc6c in g_main_run () from /usr/lib/libglib-1.2.so.0
#14 0x400ac7f7 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#15 0x080cfcf1 in main_gui_run () at main_gui.c:472
#16 0x081112cc in main (argc=1, argv=0xbffffb34) at main.c:417


(gdb) f 5
#5  0x0811c4df in tx_link_writev (tx=0x85a8ac8, iov=0x8186c20,
iovcnt=17) at tx_link.c:205
205
        g_error("%s  gtk-gnutella: node_writev: "
(gdb) info local
terr = 22
t = 1045108952
fd = 19
r = -1
bio = (bio_source_t *) 0x8625e20
(gdb) p errno
$1 = 22
(gdb)


> Which platform do you run on? (OS, libc version)

Linux kernel 2.4.17
Debian testing.
libc6 2.3.1-10

-- 
Dave Hansen
[EMAIL PROTECTED]




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Gtk-gnutella-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to