[PHP-DEV] PHP 4.0 Bug #8056: access violation on apache shutdown From: cynic <email protected>
Date: 11/30/00

From: cynic <email protected>
Operating system: NT5 SP1
PHP version: 4.0 Latest CVS (30/11/2000)
PHP Bug Type: Reproduceable crash
Bug description: access violation on apache shutdown

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.

-- 
Edit Bug report at: http://bugs.php.net/?id=8056&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>