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-05-08 09:35 ------- (In reply to comment #19) > I'v got one instance running with --enable-pool-debug, Unfortunately when it > dumped core, it also garbled the error log. There's a hole in the error log, > and > a garbled line: > apr_table_addn: key not in ancestor pool of t In the mean time I've collected hundreds of coredumps. All coredumps coincide with the same line: apr_table_addn: key not in ancestor pool of t [Sun May 07 09:33:53 2006] [notice] child pid 3816 exit signal Aborted (6), possible coredump in /d/0/tmp/teleacfp (...reads source...) Aha not a garbled line at all, just something written to stderr: #if APR_POOL_DEBUG { if (!apr_pool_is_ancestor(apr_pool_find(key), t->a.pool)) { fprintf(stderr, "apr_table_addn: key not in ancestor pool of t\n"); abort(); } if (!apr_pool_is_ancestor(apr_pool_find(val), t->a.pool)) { fprintf(stderr, "apr_table_addn: key not in ancestor pool of t\n"); abort(); } } #endif -- 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]
