Brad Campbell wrote: > Christian Biere wrote: >> Brad Campbell wrote: >>> ** ERROR **: BUG: linkable #1273/2234 from queue 0xb6449a90 [UDP remote >>> node 82.100.75.234:5767 >>> FLOWC SWIFT WARNZONE] (960 items, 30720 bytes) does not belong to any queue >>> at src/core/mq_udp.c:292 >>> aborting... >>> Aborted >> Yesterday, I have committed some code to catch the possible cause of this. >> You would see >> >> "(WARNING): mq_putq: recursion detected" >> >> in the log if this happens. You should compile with -Doptimize='-O0 -g' so >> that it's possible >> to get a proper stacktrace with gdb. >> > > Just got this one.. is it what you were looking for ? >
And another identical report. 06-11-26 16:11:48 (WARNING): mq_putq: recursion detected 06-11-26 16:11:48 (WARNING): mq_putq: recursion detected 06-11-26 16:11:51 (WARNING): mq_putq: recursion detected 06-11-26 16:11:51 (WARNING): mq_putq: recursion detected ** ERROR **: BUG: linkable #627/3430 from queue 0xb6b0ba90 [UDP remote node 72.240.167.43:43859 FLOWC SWIFT WARNZONE] (2413 items, 78204 bytes) does not belong to any queue at src/core/mq_udp.c:294 aborting... Program received signal SIGABRT, Aborted. [Switching to Thread -1217834880 (LWP 13699)] 0xb78b783b in raise () from /lib/tls/libc.so.6 (gdb) bt #0 0xb78b783b in raise () from /lib/tls/libc.so.6 #1 0xb78b8fa2 in abort () from /lib/tls/libc.so.6 #2 0xb7b1cefd in g_logv () from /usr/lib/libglib-2.0.so.0 #3 0xb7b1cf26 in g_log () from /usr/lib/libglib-2.0.so.0 #4 0x080d186c in mq_check_track () #5 0x08134f65 in mq_udp_putq () #6 0x080e5b24 in oob_deliver_hits () #7 0x08134a38 in mq_tcp_make () #8 0x080f18d4 in pmsg_free () #9 0x080d1a64 in mq_free () #10 0x080d29b9 in mq_shutdown () #11 0x080d1ba7 in mq_free () #12 0x081dd514 in cq_expire () #13 0x081dd66f in cq_clock () #14 0x081dd752 in cq_clock () #15 0xb7b16c9c in g_main_context_wakeup () from /usr/lib/libglib-2.0.so.0 #16 0xb7b14582 in g_main_depth () from /usr/lib/libglib-2.0.so.0 #17 0xb7b155f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #18 0xb7b15930 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #19 0xb7b15ed3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #20 0xb7decbb3 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #21 0x0813ac98 in main_gui_run () #22 0x0807b4f1 in main () -- "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Gtk-gnutella-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
