|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-07-26 01:00 UTC] webmaster at dodge-diesel dot org
Once in a while I'm getting seg faults while running YaBB forums on my site. So it appears anyway. The site will delay for a long time, then give a seg fault every few minutes. The results of my debug are below: Program received signal SIGSEGV, Segmentation fault. 0x4207fa78 in strcmp () from /lib/i686/libc.so.6 (gdb) bt #0 0x4207fa78 in strcmp () from /lib/i686/libc.so.6 #1 0x08091e1b in pcre_get_compiled_regex () #2 0x08092348 in pcre_get_compiled_regex () #3 0x08092685 in zif_preg_match () #4 0x08112dab in execute () #5 0x08112f65 in execute () #6 0x08112f65 in execute () #7 0x08112f65 in execute () #8 0x080f8c16 in zend_execute_scripts () #9 0x0807d599 in php_execute_script () #10 0x08100526 in apache_php_module_main () #11 0x0807a8f8 in php_restore_umask () #12 0x0807a951 in php_restore_umask () #13 0x0811c4c7 in ap_invoke_handler () #14 0x0813102b in ap_some_auth_required () #15 0x0813108c in ap_process_request () #16 0x08128095 in ap_child_terminate () #17 0x08128240 in ap_child_terminate () #18 0x081283b4 in ap_child_terminate () #19 0x08128a2c in ap_child_terminate () #20 0x0812928f in main () #21 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) ANY IDEAS??? Thanks PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 13:00:01 2025 UTC |
Thanks for the info. apache compiles ok but when I try php I get this: Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; 2. Apache was not compiled with DSO support (--enable-module=so); 3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs The output of /usr/local/apache/bin/apxs follows Usage: apxs -g [-S <var>=<val>] -n <modname> apxs -q [-S <var>=<val>] <query> ... apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]] [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>] [-Wl,<flags>] <files> ... apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ... apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ... configure: error: Aborting I know I'm missing something