php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65029 Crash with phpinfo();
Submitted: 2013-06-13 11:58 UTC Modified: 2013-10-15 11:54 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: pajoye@php.net Assigned:
Status: No Feedback Package: opcache
PHP Version: 5.5.0RC3 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pajoye@php.net
New email:
PHP Version: OS:

 

 [2013-06-13 11:58 UTC] pajoye@php.net
Description:
------------
Using current 5.5 branch:

<?php phpinfo();

ab -c 5 -n 1000 http://127.0.0.1:8080/inf.php

crashes:

php_opcache.dll!accel_startup(_zend_extension * extension=0x00f429b8) Line 2525	
C
php5_debug.dll!zend_extension_startup(_zend_extension * extension=0x00f429b8) 
Line 154	C
php5_debug.dll!zend_llist_apply_with_del(_zend_llist * l=0x534b5aa0, int (void 
*) * func=0x530da620) Line 178	C
php5_debug.dll!zend_startup_extensions(...) Line 175	C
php5_debug.dll!php_module_startup(_sapi_module_struct * sf=0x010e8000, 
_zend_module_entry * additional_modules=0x010e80a0, unsigned int 
num_additional_modules=1) Line 2209	C
php-cgi.exe!php_cgi_startup(_sapi_module_struct * sapi_module=0x010e8000) Line 
936	C
php-cgi.exe!main(int argc=1, char * * argv=0x00f39400) Line 1910	C
php-cgi.exe!__tmainCRTStartup() Line 536	C
php-cgi.exe!mainCRTStartup() Line 377	C
kernel32.dll!@BaseThreadInitThunk@12()	Unknown
ntdll.dll!___RtlUserThreadStart@8()	Unknown
ntdll.dll!__RtlUserThreadStart@8()	Unknown



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-06-13 11:59 UTC] pajoye@php.net
Forgot to mention, using fcgi (but should happen in TS too, I suspect)
 [2013-06-13 12:01 UTC] pajoye@php.net
Not sure why yet, but accel_shared_globals is not initialized at all for the 
process where the crash occurs.
 [2013-07-03 06:42 UTC] dsp@php.net
-Status: Open +Status: Feedback
 [2013-07-03 06:42 UTC] dsp@php.net
Please try using this snapshot:

  http://snaps.php.net/php-trunk-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2013-10-15 11:54 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC