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=39643>. 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=39643 ------- Additional Comments From [EMAIL PROTECTED] 2006-05-23 19:04 ------- Thanks for the trace. Meanwhile I tried to reproduce this problem in my environment with no success. Having a look at the stack trace I get the feeling that either a severe stack corruption has happened or the output from gdb is bogus as: No symbol table info available. #3 0x00b6a5bb in filter_harness (f=0xaa394f8, bb=0xaa39528) at mod_filter.c:380 ret = 0 cachecontrol = 0x0 str = 0xb6b7a918 "H\uffff\uffff\uffffMO\uffff" ctx = (harness_ctx *) 0x0 filter = (ap_filter_rec_t *) 0xa13c1f8 We cannot be in line 380 of mod_filter with cachecontrol being 0x. #4 0x080799ce in ap_pass_brigade (next=0xaa394f8, bb=0x0) at util_filter.c:526 e = (apr_bucket *) 0x0 #5 0x00b34f4d in cache_url_handler (r=0xaa37c70, lookup=0) at mod_cache.c:79 __s = (void *) 0xaa38e60 rv = 164174920 auth = 0x0 providers = (cache_provider_list *) 0x9c91c48 cache = (cache_request_rec *) 0xaa38e60 conf = (cache_server_conf *) 0x0 out = (apr_bucket_brigade *) 0x0 There is no call to ap_pass_brigade in line 79 of mod_cache.c. Furthermore having conf set to NULL while being in line 79 is highly unlikely. Can you set the log level to debug and provide the output? Please provide the output for both actions (first request and second request where the crash happens). What do you cache? Is it local content, proxied content? -- 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]
