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=40101>. 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=40101 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2006-07-24 21:23 ------- (In reply to comment #4) > Alright, got it to core, and gdb "bt full" I hope this is more helpful!! Thanks, yes it is, but maybe not in the way you hoped :-). > Reading symbols from /usr/local/apache/modules/mod_watch.so...done. > Loaded symbols for /usr/local/apache/modules/mod_watch.so > Reading symbols from /usr/local/apache/modules/mod_fastcgi.so...done. > Loaded symbols for /usr/local/apache/modules/mod_fastcgi.so > #0 0x0809edbb in ap_strcasecmp_match (str=0x0, > expected=0x404dcb06 "text/html") at util.c:203 > 203 if (!str[x] && expected[y] != '*') > (gdb) bt full > #0 0x0809edbb in ap_strcasecmp_match (str=0x0, > expected=0x404dcb06 "text/html") at util.c:203 > x = 0 > y = 0 > #1 0x404d9a8b in watchCounters (r=0x82f3eb0) at mod_watch.c:554 > data = (struct shEntry *) 0x82f3a90 > wc = (watchConnectionIO *) 0x82f2210 The bug is in your third party module mod_watch. It calls ap_strcasecmp_match with a NULL pointer as first parameter. This causes a SIGSEGV. => invalid -- 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]
