DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39079>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39079 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-27 16:02 ------- This would appear to indicate a circular linked list in apr_pool_cleanup_kill: (gdb) thread apply 2 print c Thread 2 (Thread -1724445776 (LWP 22154)): $18 = (cleanup_t *) 0x82e0e58 (gdb) thread apply 2 print c->next Thread 2 (Thread -1724445776 (LWP 22154)): $19 = (struct cleanup_t *) 0x96918540 (gdb) thread apply 2 print c->next->next Thread 2 (Thread -1724445776 (LWP 22154)): $20 = (struct cleanup_t *) 0x96918520 (gdb) thread apply 2 print c->next->next->next Thread 2 (Thread -1724445776 (LWP 22154)): $21 = (struct cleanup_t *) 0x82e0e58 Furthermore: theread 2 and thread 3 appear to be ding the same thing? (gdb) thread apply 2 print p Thread 2 (Thread -1724445776 (LWP 22154)): $22 = (apr_pool_t *) 0x82dfde0 (gdb) thread apply 2 print data Thread 2 (Thread -1724445776 (LWP 22154)): $23 = (const void *) 0x8b89448 (gdb) thread apply 3 print data Thread 3 (Thread -1355166800 (LWP 22110)): $24 = (const void *) 0x8b89448 (gdb) thread apply 3 print p Thread 3 (Thread -1355166800 (LWP 22110)): $25 = (apr_pool_t *) 0x82dfde0 (I'm not too sure, because I don't use gdb very often. Especially not on threaded applications) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
