From: zefram at zefram dot net Operating system: FreeBSD 4.9 STABLE PHP version: 4.3.3 PHP Bug Type: Reproducible crash Bug description: Apache: Illegal Instruction
Description: ------------ Apache is killing children left and right giving this error: [Wed Oct 22 16:04:15 2003] [notice] child pid 1024 exit signal Illegal instruction (4) It happens every time I try to run an application I'm in the middle of building. Very frustrating. I cannot provide code, as it's a closed source app. I'll try to reduce the code to what's exactly dying, but I'm not sure at this point what it is. It seems to have to do with objects and perhaps inheritance. My compile options are: ./configure --with-apache=../apache_1.3.27/ --with-mysql --with-gd --enable-sockets --with-png-dir=/usr/include/ libpng --with-zlib-dir=/usr/include --with-jpeg-dir=/usr/ include/libjpeg -- with-mhash Apache just loads php4 and enables mod_rewrite. Apache is not dropping a core file, so I can't provide a backtrace. Any guidance would be much appreciated. John -- Edit bug report at http://bugs.php.net/?id=25956&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25956&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25956&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25956&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25956&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25956&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25956&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25956&r=support Expected behavior: http://bugs.php.net/fix.php?id=25956&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25956&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25956&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25956&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25956&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25956&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25956&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25956&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=25956&r=float