ID: 41608 User updated by: aigors at inbox dot lv Reported By: aigors at inbox dot lv -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.2.10 Assigned To: dmitry New Comment:
Still crashes with 5.2.11 on Windows XP OS. After the dmitry comment I've understood that this issue is going to the "wontfix" status. Previous Comments: ------------------------------------------------------------------------ [2009-09-25 22:34:15] j...@php.net Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ I can not reproduce this with either latest 5.2 (basically 5.2.11) or 5.3.1RC1 under Linux (non ZTS builds). ------------------------------------------------------------------------ [2009-07-23 11:47:55] svoboda at svoon dot net Hi all, does it mean that is already fixed in CVS version (5.2x and 5.3x) branches? thank you Ondrej ------------------------------------------------------------------------ [2009-06-29 13:54:31] dmi...@php.net The crash occurs because the compiler is not reinterant and this test case makes recursive compiler call. Of course it's not a good idea to call include from error handler. I think it's not possible to make compiler reinterant in 5.2 (because if binary compatibility), we can just disable recursive calls and emit coresponding error message. It's not a perfect decision as well, as it may break some code which worked before. Even for 5.3 it's not a simple fix but a big feature that may delay GA release. ------------------------------------------------------------------------ [2009-06-29 11:22:49] aigors at inbox dot lv I made a crash report when running script with stable 5.2.10 PHP version with the php.ini-dist. It can be found in http://gedrox.no-ip.org/php/CrashHang_Report__PID_5880__06292009141703437.mht. ------------------------------------------------------------------------ [2009-06-29 10:57:18] tony2...@php.net Not reproducible with latest 5.2, but I do see some problems in 5.3 under Valgrind. Dmitry, please check this out. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/41608 -- Edit this bug report at http://bugs.php.net/?id=41608&edit=1