ID:               34024
 Updated by:       [EMAIL PROTECTED]
 Reported By:      andrey at cherezov dot koenig dot su
-Status:           Open
+Status:           Feedback
 Bug Type:         Scripting Engine problem
 Operating System: Windows 2003
 PHP Version:      5CVS-2005-08-07 (dev)
 New Comment:

Grab the debug pack: 
http://snaps.php.net/win32/php5-dbgpack-win32-latest.zip

Install it and try see if you get more meaningful traces.



Previous Comments:
------------------------------------------------------------------------

[2005-08-07 11:47:50] [EMAIL PROTECTED]

Actually, if you insist on using PHP with IIS, I suggest to use the
FastCGI modules instead. Much more stable (no threading required, can
never crash your full webserver) and just as fast as the ISAPI module.

------------------------------------------------------------------------

[2005-08-07 04:46:44] andrey at cherezov dot koenig dot su

I can't use Apache2 on this site - there a lot of virtual hosts on this
server depending of exact configuration, not supported by Apache at
all.

This address 019382DF not gives a pointer to a problem function? I can
run on the my server any debug PHP version and send its trace log (or
how you explore such bugs) to you, if you need.

Any PHP variant, but not Apache, sorry.

------------------------------------------------------------------------

[2005-08-07 04:30:45] [EMAIL PROTECTED]

Does this happen if you use Apache2 instead?
(if you haven't tried, try it)


------------------------------------------------------------------------

[2005-08-07 02:03:42] andrey at cherezov dot koenig dot su

Description:
------------
Thank you for fixing the previous critical bug (double cookies)! Next
one:
The search engine (Yandex.ru) scanning our PhpBB forum. All pages
processed OK, but 1-2 times per day PHP 5.1 gives error 500 and
terminates all its threads, and I forced to restart the web-server. The
current snap was installed morning today (because the previous one is
also failing, but with other exceptions address). Here is a debug dump
of failed request:

ThreadId=7  /forum/viewtopic.php
::GET::
::p=9851&sid=47a888dbfb6bd5c2d8159ac179514a5f::
::/forum/viewtopic.php::
::c:/web/new/mdaemon.ru/wwwroot/forum/viewtopic.php::
>>SCRIPT_NAME=/forum/viewtopic.php
Map logical path:</forum/viewtopic.php>
[c:\web\new\mdaemon.ru\wwwroot\forum\viewtopic.php]
>>HTTP_COOKIE=
>>ALL_HTTP=HTTP_HOST: www.mdaemon.ru
HTTP_CONNECTION: Keep-Alive
HTTP_ACCEPT: text/html, application/pdf;q=0.1, application/rtf;q=0.1,
text/rtf;q=0.1, application/msword;q=0.1,
application/x-shockwave-flash;q=0.1, application/vnd.ms-excel;q=0.1,
application/vnd.ms-powerpoint;q=0.1
HTTP_ACCEPT_LANGUAGE: ru, uk, be, en, *;q=0.01
HTTP_IF_MODIFIED_SINCE: Thu, 14 Jul 2005 19:49:31 GMT
HTTP_USER_AGENT: Yandex/1.01.001 (compatible; Win16; I)
HTTP_FROM: [EMAIL PROTECTED]
>>HTTPS=
>>SCRIPT_NAME=/forum/viewtopic.php
>>AUTH_PASSWORD=
>>AUTH_TYPE=
>>AUTH_USER=
>>CONTENT_LENGTH=0
>>CONTENT_TYPE=
>>PATH_TRANSLATED=c:/web/new/mdaemon.ru/wwwroot/forum/viewtopic.php
>>QUERY_STRING=p=9851&sid=47a888dbfb6bd5c2d8159ac179514a5f
>>REMOTE_ADDR=213.180.216.167
>>REMOTE_HOST=213.180.216.167
>>REMOTE_USER=
>>REQUEST_METHOD=GET
>>SERVER_NAME=www.mdaemon.ru
>>SERVER_PORT=80
>>SERVER_PROTOCOL=HTTP/1.0
>>SERVER_SOFTWARE=acWEB/3.0.6678
>>APPL_MD_PATH=
>>APPL_PHYSICAL_PATH=
>>INSTANCE_ID=
>>INSTANCE_META_PATH=
>>LOGON_USER=
>>REQUEST_URI=/forum/viewtopic.php?p=9851&sid=47a888dbfb6bd5c2d8159ac179514a5f
>>URL=
>>SCRIPT_NAME=/forum/viewtopic.php
>>PATH_INFO=/forum/viewtopic.php
>>PATH_TRANSLATED=c:/web/new/mdaemon.ru/wwwroot/forum/viewtopic.php
Map logical path:<>
Map logical path:</>
>>HTTP_AUTHORIZATION=
Exactly the same as for all successfull request, but result:
Sat, 06 Aug 2005 18:25:20 -0500 www.mdaemon.ru/forum/viewtopic.php

HTTP/1.0 500 Internal Server Error
Content-Type: text/html

PHP has encountered an Access Violation at 019382DF
HttpExtensionProc() returned 1 

IsapiRunExtension RETURNED (ThreadId=7)


Reproduce code:
---------------
None. Seems, this is an ISAPI or session related problem.

Expected result:
----------------
Page load.

Actual result:
--------------
PHP has encountered an Access Violation at 019382DF


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34024&edit=1

Reply via email to