ID: 12912 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Solaris 2.5.1 PHP Version: 4.0.6 New Comment:
Can you make a static apache module, compiled with --enable-debug (non-stripped) and provide a backtrace? Derick Previous Comments: ------------------------------------------------------------------------ [2002-01-09 16:00:35] [EMAIL PROTECTED] Yep. Just compiled 4.1.1 and still the same problem. ------------------------------------------------------------------------ [2002-01-06 07:39:15] [EMAIL PROTECTED] Does this problem still occur with 4.1.1 and/or the latest CVS? ------------------------------------------------------------------------ [2001-08-22 17:55:23] [EMAIL PROTECTED] Using Apache 1.3.20, PHP 4.0.6 as a module, on Solaris 2.5.1. Everything else seems to work except the round() function. Any call to round() seg faults the Apache process. Backtrace: #0 0xef7324b4 in _mp_move () #1 0xef7322dc in pow () #2 0xeede8438 in ?? () from /usr/local/apache/libexec/libphp4.so #3 0xeecfe470 in ?? () from /usr/local/apache/libexec/libphp4.so #4 0xeed16abc in ?? () from /usr/local/apache/libexec/libphp4.so #5 0xeed3cc1c in ?? () from /usr/local/apache/libexec/libphp4.so #6 0xeed360b4 in ?? () from /usr/local/apache/libexec/libphp4.so #7 0xeed37494 in ?? () from /usr/local/apache/libexec/libphp4.so #8 0xeed374d8 in ?? () from /usr/local/apache/libexec/libphp4.so #9 0x42ffc in ap_invoke_handler () #10 0x6009c in process_request_internal () #11 0x60120 in ap_process_request () #12 0x536b0 in child_main () #13 0x53944 in make_child () #14 0x53b60 in startup_children () #15 0x54550 in standalone_main () #16 0x5514c in main () The CGI standalone PHP executable, built from the same code, works fine. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12912&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]