php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8056 access violation on apache shutdown
Submitted: 2000-11-30 13:12 UTC Modified: 2001-02-21 09:16 UTC
From: cynic at mail dot cz Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Latest CVS (30/11/2000) OS: NT5 SP1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cynic at mail dot cz
New email:
PHP Version: OS:

 

 [2000-11-30 13:12 UTC] cynic at mail dot cz
Apache crashes when stopped or restarted with php4_module loaded.

'The instruction at "0x0193450a" referenced memory at "0x00000000". The memory could not be "written".'

Upon entering the debugger: 
'Unhandled exception in Apache.exe (PHP4TS.DLL): 0xC0000005: Access violation.'

First couple of lines from the debugger window:
0193450A   mov         dword ptr [ecx],edx
0193450C   mov         eax,dword ptr [esi]
0193450E   test        eax,eax
01934510   je          01934518
01934512   mov         ecx,dword ptr [esi+4]
01934515   mov         dword ptr [eax+4],ecx
01934518   push        esi
01934519   call        dword ptr ds:[196B1C8h]
0193451F   mov         eax,[0199CD08]

No PHP modules, default php.ini-optimized, latest snapshot of Apache 1.3 CVS tree.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-01 06:32 UTC] cynic at mail dot cz
BTW, it's the same on another computer running NT4 SP5
 [2001-02-21 09:16 UTC] cynic at mail dot cz
this seems to be actually an Apache problem: see http://marc.theaimsgroup.com/?l=apache-new-httpd&m=98271643321404&w=2
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Sep 19 08:00:02 2025 UTC