php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15954 problem on shutdown/oleaut32.dll
Submitted: 2002-03-08 06:14 UTC Modified: 2002-07-13 16:52 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: pn at kreativwert dot de Assigned:
Status: Closed Package: Apache related
PHP Version: 4.1.1 OS: win98se
Private report: No CVE-ID: None
 [2002-03-08 06:14 UTC] pn at kreativwert dot de
error occures with every apache-version after apache 1.3.14 and php 4.0.5 as well as 4.1.1. I have crashes when shutting down apache with desktop shortcut:

C:\Apache\Apache.exe -w -n "Apache" -k stop 

the messages is like follows:

APACHE verursachte einen Fehler durch eine ung?ltige Seite
in Modul OLEAUT32.DLL bei 0177:779bcffc.
Register:
EAX=000000b7 CS=0177 EIP=779bcffc EFLGS=00010212
EBX=00000008 SS=017f ESP=0180f7a4 EBP=77a38fb0
ECX=77a36f98 DS=017f ESI=00a80000 FS=5d6f
EDX=00000008 ES=017f EDI=00a80000 GS=0000
Bytes bei CS:EIP:
8b 47 04 8b 0f 3b c2 89 4c 24 14 8b f1 8d 9f f8 
Stapelwerte:
77a36fb0 00a80000 77a38fb0 00000008 779bcfcc 00a80000 000000b7 00000008 00000000 00000000 bff76ec4 00000080 77a36f98 779bd670 00000008 00000000 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-08 06:22 UTC] sander@php.net
Does it also crash without PHP?
It seems to be a Apache problem, not a problem with PHP.
 [2002-03-08 10:07 UTC] pn at kreativwert dot de
just uncommenting the line
"LoadModule php4_module C:/php/sapi/php4apache.dll"
and the error is gone. This makes me think it is php related.
to be more precise there is 2 crashes. first like described previously, second one in kernel 32. Igf it helps I'll track it down.
PeterN
 [2002-03-09 01:23 UTC] derick@php.net
Try upgrading apache to a newer version (ie 1.3.23). Does this problem still exist then?

Derick
 [2002-03-09 03:04 UTC] pn at kreativwert dot de
thank you guys, but this doesn't help either....
I am working with apache 1.3.23 and php 4.1.1 (mod_php) right now.
(win32 binaries from apache.org and php.net)
first crash like described, second like this:

APACHE verursachte einen Fehler durch eine ung?ltige Seite
in Modul KERNEL32.DLL bei 0177:bff8ac13.
Register:
EAX=00000000 CS=0177 EIP=bff8ac13 EFLGS=00000246
EBX=00000001 SS=017f ESP=0160fc2c EBP=0160fc70
ECX=65fb3558 DS=017f ESI=65fb3538 FS=600f
EDX=bffc9490 ES=017f EDI=00000001 GS=0000
Bytes bei CS:EIP:
a1 10 9d fc bf 50 e8 96 95 fe ff ff 76 04 e8 35 
Stapelwerte:
65fb3600 65f0f4f2 65fb3538 65f3b589 00000000 81b839b0 65f3b54b 00000000 00000000 00000001 65f170ff 65f170aa 65f00000 00000000 00000001 00000000
 [2002-03-23 04:36 UTC] pn at kreativwert dot de
by now I found out it wont crash after doing some calls to php.
Summary: starting and stopping apache without doing some request to apache => crash
starting apache, request some documents hanled with php, stopping apache => most of the times everything is fine.
Looks strange to me...
PeterN
 [2002-07-13 16:52 UTC] edink@php.net
Cannot reproduce this on win2k. Probably some win98 specific problem. Anyway win98 isn't the most suitable platform for Apache/PHP related development.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC