php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20104 unhandled exception with multiple requests
Submitted: 2002-10-26 10:51 UTC Modified: 2002-12-24 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: paulr@php.net Assigned:
Status: No Feedback Package: Apache related
PHP Version: 4CVS-2002-10-26 OS: win2k
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-10-26 10:51 UTC] paulr@php.net
Seems to be a threadsafe issue in latest cvs + apache builds (apache 1.3.26 + php cvs)

 	NTDLL.DLL!77fcb032() 	
>	php4ts_debug.dll!_emalloc(unsigned int size=10, char * __zend_filename=0x0087dd80, unsigned int __zend_lineno=226, char * __zend_orig_filename=0x00000000, unsigned int __zend_orig_lineno=0)  Line 154 + 0x3e	C
 	php4ts_debug.dll!_estrdup(const char * s=0x00f08440, char * __zend_filename=0x0087dd80, unsigned int __zend_lineno=226, char * __zend_orig_filename=0x00000000, unsigned int __zend_orig_lineno=0)  Line 335 + 0x19	C
 	php4ts_debug.dll!sapi_get_default_content_type(void * * * tsrm_ls=0x00fad4b0)  Line 226 + 0x1d	C
 	php4apache.dll!php_apache_get_default_mimetype(request_rec * r=0x010ce978, void * * * tsrm_ls=0x00fad4b0)  Line 457 + 0xa	C
 	php4apache.dll!send_php(request_rec * r=0x010ce978, int display_source_mode=0, char * filename=0x010cf458)  Line 544 + 0xd	C
 	php4apache.dll!send_parsed_php(request_rec * r=0x010ce978)  Line 571 + 0xd	C
 	ApacheCore.dll!6ff64887() 	


Occurs with debug php build, with any script (e.g. <? echo "moo";?>.
issue ONLY occurs with multiple simultaneous requests( where multiple is as few as 2 simultaneous requests). 



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-08 17:04 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-12-24 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC