From: uncle at fedor dot com Operating system: SuSE Linux 8.2 PHP version: 4.3.7RC1 PHP Bug Type: Apache2 related Bug description: Apache-2.0.49-worker crashes on graceful restart with OCI8 module
Description: ------------ It looks like a similar bug (#27810) was fixed when compiled PHP with PCRE support. Now the same behaviour occures for the OCI8 module. Apache dies on graceful restart, only when OCI8 support is compiled in. Reproduce code: --------------- To reproduce: - Install apache-2.0.49-worker (using official SuSE RPMs) - Install Oracle 9.0.2 Client for Linux 32bit - Compiled php-4.3.7RC1 with OCI8 support using apxs2 - run 'apachectl start' - run 'apachectl graceful' and apache will die Expected result: ---------------- The expected behaviour: apache2 should not die Actual result: -------------- The actual result: apache2 dies with the following error: seg fault or similar nasty error detected in the parent process -- Edit bug report at http://bugs.php.net/?id=28603&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28603&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28603&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28603&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28603&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28603&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28603&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28603&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28603&r=support Expected behavior: http://bugs.php.net/fix.php?id=28603&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28603&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28603&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28603&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28603&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28603&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28603&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28603&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28603&r=float
