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=29825>. 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=29825 Segfault in libaprutil-0.so.9.5 Summary: Segfault in libaprutil-0.so.9.5 Product: Apache httpd-2.0 Version: 2.0.49 Platform: PC OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have encountered the following segfault on OpenBSD 3.5. I can't say what caused it, it must have happened while running normally. GNU gdb 4.16.1 Copyright 1996 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-openbsd3.5"... (gdb) core-file httpd.core Core was generated by `httpd'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/apache2/lib/libaprutil-0.so.9.5...done. Reading symbols from /usr/local/apache2/lib/libexpat.so.1.0...done. Reading symbols from /usr/local/apache2/lib/libapr-0.so.9.5...done. Reading symbols from /usr/lib/libm.so.1.0...done. Reading symbols from /usr/lib/libpthread.so.2.4...done. Reading symbols from /usr/lib/libc.so.30.3...done. Reading symbols from /usr/libexec/ld.so...done. Reading symbols from /usr/lib/libz.so.3.0...done. Reading symbols from /usr/lib/libssl.so.8.0...done. Reading symbols from /usr/lib/libcrypto.so.10.3...done. Reading symbols from /usr/local/apache2/modules/libphp4.so...done. Reading symbols from /usr/local/lib/libpq.so.3.1...done. Reading symbols from /usr/local/lib/libmhash.so.2.0...done. Reading symbols from /usr/local/lib/libmcrypt.so.8.5...done. Reading symbols from /usr/local/lib/libltdl.so.1.2...done. Reading symbols from /usr/local/lib/libpng.so.4.0...done. Reading symbols from /usr/local/lib/libjpeg.so.62.0...done. Reading symbols from /usr/local/lib/libcurl.so.2.2...done. Reading symbols from /usr/local/lib/libbz2.so.10.2...done. #0 0xe0e44c0 in ?? () from /usr/local/apache2/lib/libaprutil-0.so.9.5 (gdb) bt #0 0xe0e44c0 in ?? () from /usr/local/apache2/lib/libaprutil-0.so.9.5 #1 0x1c077758 in regcomp (preg=0x3c09b4d0, pattern=0x3c09b4c8 "^\\.ht", cflags=0) at pcreposix.c:206 #2 0x1c063832 in ap_pregcomp (p=0x3c034018, pattern=0x3c09b4c8 "^\\.ht", cflags=0) at util.c:267 #3 0x1c07003d in filesection (cmd=0xcfbfa3e4, mconfig=0x3c07bd58, arg=0x3c09b4b9 "") at core.c:1765 #4 0x1c05d426 in invoke_cmd (cmd=0x3c01e2d4, parms=0xcfbfa3e4, mconfig=0x3c07bd58, args=0x3c07e190 "~ \"^\\.ht\">") at config.c:670 #5 0x1c05e15a in ap_walk_config_sub (current=0x3c07e170, parms=0xcfbfa3e4, section_vector=0x3c07ad10) at config.c:1048 #6 0x1c05e1e1 in ap_walk_config (current=0x3c07d338, parms=0xcfbfa3e4, section_vector=0x3c07ad10) at config.c:1087 #7 0x1c05f090 in ap_process_config_tree (s=0x3c0373b8, conftree=0x3c07d338, p=0x3c034018, ptemp=0x3c076018) at config.c:1621 #8 0x1c061ee2 in main (argc=3, argv=0xcfbfa500) at main.c:595 #9 0x1c01d441 in ___start () #10 0x1c01d3b7 in _start () #11 0xcfbfa670 in ?? () #12 0x9b4cd3c in ?? () from /usr/local/apache2/lib/libaprutil-0.so.9.5 Cannot access memory at address 0x9b4cd0e. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
