php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4503 Access violation
Submitted: 2000-05-18 16:13 UTC Modified: 2000-06-17 19:38 UTC
From: atanask at rila dot bg Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Release Candidate 2 OS: NT4.0 SP6
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: atanask at rila dot bg
New email:
PHP Version: OS:

 

 [2000-05-18 16:13 UTC] atanask at rila dot bg
Like bug 4429

PHP3 scripts run with no problems. A package that uses the session treacking (http://exchangeproject.org) displays some pages, then each time I hit the add to cart button the
OleMainThredWndName reports an access violation (write at 0x0)
Exactly the same components run without problems under Windows 98.

PHP4.0RC2, Apache/1.3.12 MySQL 3.23.10

Debug trace

Loaded 'D:\Apache\php\php.exe', no matching symbolic information found.
Loaded 'C:\WINNT\system32\NTDLL.DLL', no matching symbolic information found.
Loaded 'D:\Apache\php\php4ts.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WSOCK32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WS2_32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\MSVCRT.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\USER32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\GDI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ADVAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\RPCRT4.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WS2HELP.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLE32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLEAUT32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ODBC32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\COMCTL32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHELL32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\COMDLG32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\lz32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINNT\system32\MSVCIRT.DLL'
Loaded 'C:\WINNT\system32\ODBCINT.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\RNR20.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\RPCLTC1.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\MSAFD.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WSHTCPIP.DLL', no matching symbolic information found.
The thread 0x135 has exited with code 0 (0x0).
First-chance exception in php.exe (PHP4TS.DLL): 0xC0000005: Access Violation.
The thread 0x14C has exited with code 128 (0x80).
The program 'D:\Apache\php\php.exe' has exited with code 128 (0x80).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-17 19:38 UTC] andi at cvs dot php dot net
Please grab http://toye.php.net/~zeev/php-4.0.1-dev-Win32-June17.zip

The crash bug should be fixed now. Make sure that you either set doc_root in your php.ini file or that your Apache DocumentRoot is set to the correct directory.


If you still encounter this bug then please open a new bug report. (Make sure you erase all old php4ts.dll's from your system before using the new version).



 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC