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. > ** ERROR **: mmap(0, 2097152, PROT_READ | PROT_WRITE, 0x22, -1, 0) failed: > Cannot allocate memory > aborting... > Aborted I've disable VMM_GREEDY_PAGE_CACHE for now which seems to be causing this albeit I don't really know why. Maybe it just emphasizes another issue, some memory leak possibly. -- Christian ------------------------------------------------------------------------- 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
