Re: PHP crashing on Windows 10 build 19h1
[email protected] ("Christoph M. Becker") Mon, 13 May 2019 09:32:34 +0200
| Newsgroups | php.windows |
|---|---|
| Message-ID | <[email protected]> |
On 12.05.2019 at 19:03, Jorge F. Hernandez wrote: > I downloaded PHP 7.3.5 and tried to run a simple php --version and got a > crash window when I enable any extension (no crash with no extensions > enabled), Event viewer gave me this: > > Fault bucket , type 0 > Event Name: APPCRASH > Response: Not available > Cab Id: 0 > > Problem signature: > P1: php.exe > P2: 7.3.5.0 > P3: 5cd84246 > P4: advapi32.dll > P5: 10.0.18362.1 > P6: 96f604e5 > P7: c0000005 > P8: 000000000004bc09 > P9: > P10: > > Attached files: > \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER288A.tmp.mdmp > \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER28D9.tmp.WERInternalMet= adata.xml > \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER28EA.tmp.xml > \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER291E.tmp.csv > \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER294D.tmp.txt > > These files may be available here: > \\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_php.exe_= 77288a883fdfd3aab6c294dabedcbc8a8d9c397_f2b31931_b91687b1-038c-4bcd-a913-e= 4c594deceec > > Analysis symbol: > Rechecking for solution: 0 > Report Id: 5d22fa65-7e76-4924-acf0-42952d57e2bf > Report Status: 97 > Hashed bucket: > Cab Guid: 0 > > I also tried to build my own and got the same results. > > Any idea what can be causing this crash every time I enable an extension > for PHP? I cannot reproduce the crash on Windows 1903 (10.0.18362.53). Can you please generate a backtrace[1] and send it? [1] <https://bugs.php.net/bugs-generating-backtrace-win32.php> Thanks, Christoph