From: xuefer at 21cn dot com Operating system: cygwin only PHP version: 5CVS-2005-08-01 (dev) PHP Bug Type: Scripting Engine problem Bug description: the patch to #33156 crash cygwin except cli
Description: ------------ in reply to: http://bugs.php.net/bug.php?id=33156 (can't open the bug) for CYGWIN in zend_set_timeout() ITIMER_REAL is set in zend_unset_timeout() ITIMER_REAL is NOT unset, but unset ITIMER_PROF instead it has no problem with "make test" as the test won't last long. but with any SAPI other than cli. ITIMER_REAL is triggered after php request is shutdown, result a crash Reproduce code: --------------- set timeout to 5 ./sapi/php -b 1026 request it with an empty php script wait for 5 second countdown crash -- Edit bug report at http://bugs.php.net/?id=33942&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33942&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33942&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33942&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=33942&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=33942&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33942&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33942&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33942&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33942&r=support Expected behavior: http://bugs.php.net/fix.php?id=33942&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33942&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33942&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=33942&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33942&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=33942&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33942&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33942&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33942&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33942&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33942&r=mysqlcfg
