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=35160>. 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=35160 ------- Additional Comments From [EMAIL PROTECTED] 2006-12-18 15:11 ------- Currently I have the slight feeling that old values from previous requests resurrect. As I understood you, you can reproduce the error pretty well. Can you please apply the following patch and let me know if the error is still reproducible? --- srclib/apr/tables/apr_tables.c.orig 2006-12-19 00:04:05.000000000 +0100 +++ srclib/apr/tables/apr_tables.c 2006-12-19 00:04:25.000000000 +0100 @@ -380,7 +380,7 @@ { apr_table_t *t = apr_palloc(p, sizeof(apr_table_t)); - make_array_core(&t->a, p, nelts, sizeof(apr_table_entry_t), 0); + make_array_core(&t->a, p, nelts, sizeof(apr_table_entry_t), 1); #ifdef MAKE_TABLE_PROFILE t->creator = __builtin_return_address(0); #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]
