From: mail at julian-stier dot de Operating system: Windows XP PHP version: 5.3CVS-2009-06-10 (snap) PHP Bug Type: Session related Bug description: session_start() crashs application irregular (hang up)
Description: ------------ I use xampp with php-5.3-win32-VC9-x86-latest.zip (10-06-2009). When I restart the apache (xampp-control), my application runs on a first visit. Sometimes it it possible to reload the page or click on a link with a similar code. Eventually (after 1-3 reloads) the application "crashs". The page loads and loads, but never finishs (I think I have no max_execution_time ..). I developed the script with php-5.3.0RC2-nts-Win32-VC9-x86.zip (15-06-2009) and when I found out, that session_start() is the reason for the crash, I updated it to php-5.3-win32-VC9-x86-latest.zip (10-06-2009) .. Reproduce code: --------------- <?php session_start(); echo 'Hello World'; ?> Expected result: ---------------- Hello World Actual result: -------------- [no output, loads and loads ..] -- Edit bug report at http://bugs.php.net/?id=48516&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48516&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48516&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48516&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48516&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48516&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48516&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48516&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48516&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48516&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48516&r=support Expected behavior: http://bugs.php.net/fix.php?id=48516&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48516&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48516&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48516&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48516&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48516&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48516&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48516&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48516&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48516&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48516&r=mysqlcfg