Bug in garbage collector causes crash
| Bug #50723 | Bug in garbage collector causes crash | ||||
|---|---|---|---|---|---|
| Submitted: | 2010-01-11 23:06 UTC | Modified: | 2010-02-02 12:33 UTC | ||
| From: | garretts at microsoft dot com | Assigned: | dmitry (profile) | ||
| Status: | Closed | Package: | Reproducible crash | ||
| PHP Version: | 5.3.2RC1 | OS: | Windows | ||
| Private report: | No | CVE-ID: | None | ||
[2010-01-11 23:06 UTC] garretts at microsoft dot com
Description: ------------ I've got a script which I've pared down from a much larger one, that causes a crash when php exits. This happens in 5.3.3 as well. The repro script is 340 lines. Removing any code (even a print statement) makes the problem go away. Reproduce code: --------------- Repro script: http://fearthecowboy.com/downloads/test-crash.php.txt Expected result: ---------------- It shouldn't crash. Actual result: -------------- trace: Function Arg 1 Arg 2 Arg 3 Source php5!gc_collect_cycles+505 008aff78 01d2f6c4 52f33031 php5!gc_collect_cycles+3ba 00000000 01d2f6e4 52fd49dc php5!gc_collect_cycles+54 00000078 0000000d 01d2f720 php5!zend_deactivate+b2 00000001 00000088 0083be10 php5!php_request_shutdown+259 00000000 02eb0100 00980150 php!main+1526 00000002 00984a10 009828d8 php!_setjmp3+160 7efde000 01d2fce4 771f9d72 kernel32!BaseThreadInitThunk+e 7efde000 d0f01e21 00000000 ntdll!__RtlUserThreadStart+70 00c934ea 7efde000 ffffffff ntdll!_RtlUserThreadStart+1b 00c934ea 7efde000 00000000
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2010-01-12 19:11 UTC] garretts at microsoft dot com
[2010-01-19 01:00 UTC] php-bugs at lists dot php dot net
[2010-02-01 22:20 UTC] garretts at microsoft dot com
[2010-02-02 12:33 UTC] dmitry@php.net