#38744 [Com]: PHP5TS.DLL causes w3svc crash and application pool termination

Ask a Question related to PHP Bugs, Design and Development.

  1. #1

    Default #38744 [Com]: PHP5TS.DLL causes w3svc crash and application pool termination

    ID: 38744
    Comment by: opa56 at myownnet dot ch
    Reported By: jneill at gamedaytv dot com
    Status: No Feedback
    Bug Type: Reproducible crash
    Operating System: Windows 2003 SP 1
    PHP Version: 5.1.6
    New Comment:

    Same error here:

    A process serving application pool 'mysite1' terminated unexpectedly.
    The process id was '2828'. The process exit code was '0xc0000005'.

    A process serving application pool 'mysite2' terminated unexpectedly.
    The process id was '3132'. The process exit code was '0xc0000005'.

    etc.

    The error occurs
    - each time, the w3svc is recycled because of idle-timeout (default 20
    min.)or uptime 1740 min.
    - sinze version 5.1.4 of php

    If idle-timeout occurs, no script is running at this moment!
    Only the isapi is loaded.

    Same error, also if no php.ini exist, means no extensions are loaded


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

    [2006-09-15 01:00:00] php-bugs at lists dot php dot net

    No feedback was provided for this bug for over a week, so it is
    being suspended automatically. If you are able to provide the
    information that was originally requested, please do so and change
    the status of the bug back to "Open".

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

    [2006-09-14 14:27:41] helder at hightechvision dot com

    I'm getting precisely the same debug output from IIS Diagnostics Debug
    Diagnostics Tool running on a Windows Server 2003 SP1 with the build
    php5.2-win32-200609131430.zip

    If you want I can provide you crash dumps.

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

    [2006-09-07 20:50:59] [email]tony2001@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]



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

    [2006-09-07 20:42:44] jneill at gamedaytv dot com

    Description:
    ------------
    Description:
    ------------
    We have been successfully using PHP 5.1.2 for several months in our
    server environment.

    Only upgrading PHP to 5.1.6, with no other software upgrades, has
    resulted in frequent w3svc crashes and subsequent application pool
    terminations.

    The system log includes such errors as:

    ---
    A process serving application pool 'Site1' terminated unexpectedly. The
    process id was '5796'. The process exit code was '0xc0000005'.

    A process serving application pool 'Site2' terminated unexpectedly. The
    process id was '5212'. The process exit code was '0xffffffff'.

    A process serving application pool 'DefaultAppPool' terminated
    unexpectedly. The process id was '5824'. The process exit code was
    '0xc0000005'.
    ---

    We have run the IIS Diagnostics Debug Diagnostics Tool on these
    crashes, which has resulted in the following report for each crash:

    ---
    Type of Analysis Performed Crash Analysis
    Machine Name S76217
    Operating System Windows Server 2003 Service Pack 1
    Number Of Processors 2
    Process ID 4736
    Process Image c:\WINNT\system32\inetsrv\w3wp.exe
    System Up-Time 0 day(s) 04:18:05
    Process Up-Time 0 day(s) 00:31:08

    Thread 16 - System ID 2612
    Entry point msvcrt!_endthread+3b
    Create time 5/16/2006 5:31:43 PM
    Time spent in user mode 0 Days 0:0:0.0
    Time spent in kernel mode 0 Days 0:0:0.0

    Function Arg 1 Arg 2 Arg 3 Source
    <Unloaded_php5ts.dll>+265c80 02a28890 00000000 00000000

    msvcrt!_endthread+ab 029e7580 00000000 00000000
    kernel32!BaseThreadStart+34 77bcb35a 029e7580 00000000

    In
    w3wp__PID__4736__Date__05_16_2006__Time_05_31_45PM __95__Second_Chance_Ex
    ception_C0000005.dmp an access violation exception (0xC0000005)
    occured
    on thread 16 when another module attempted to call the following
    unloaded module: php5ts.dll.

    ---



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


    --
    Edit this bug report at [url]http://bugs.php.net/?id=38744&edit=1[/url]
    opa56 at myownnet dot ch Guest

  2. Similar Questions and Discussions

    1. will app pool crash cause 502 bad gateway error
      Hi, will app pool crash cause 502 bad gateway error ? will 502 get logged in IIS tHANKS
    2. #39581 [NEW]: Apache crash on php5ts.dll
      From: durumdara at gmail dot com Operating system: win2k3 sp1 PHP version: 5.2.0 PHP Bug Type: Apache2 related Bug...
    3. #38457 [Com]: php5ts crash
      ID: 38457 Comment by: tool_junky187 at hotmail dot com Reported By: sima at igldesign dot cz Status: No...
    4. SQL / IIS Application Pool Identity
      Hi, I've got an ASP.NET web application which uses Windows security with a SQL Server database. I want to use the application pool identity to...
    5. Problems in using application pool of IIS 6.0 with ASP.NET
      Hi Guys, Scenario:: I am using appplication pool identity to connect my database through ASP.NET application. the identity is domain identity...
  3. #2

    Default #38744 [Com]: PHP5TS.DLL causes w3svc crash and application pool termination

    ID: 38744
    Comment by: ted at connectingsweden dot com
    Reported By: jneill at gamedaytv dot com
    Status: No Feedback
    Bug Type: Reproducible crash
    Operating System: Windows 2003 SP 1
    PHP Version: 5.1.6
    New Comment:

    Im getting this exact error also... i have disabled the application
    pool recycle functions in the IIS server it stil happens this emm
    problem but it takes a couple of days before it does simple idiot fix
    is to just goto the server and do a load on a php page for the
    application pool and then it works again for a couple of days. If i
    reactivate the recycle functions ill end up with counltess of php page
    downtime sessions where i have to go and reload a php page localy on
    the server to fix it.. i run 5.1.6 as php rel ver my question is... Is
    there a older versions of the php releases that do not cause this
    effect? untill there is a permanent fix for it.


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

    [2006-09-18 17:09:21] opa56 at myownnet dot ch

    Same error here:

    A process serving application pool 'mysite1' terminated unexpectedly.
    The process id was '2828'. The process exit code was '0xc0000005'.

    A process serving application pool 'mysite2' terminated unexpectedly.
    The process id was '3132'. The process exit code was '0xc0000005'.

    etc.

    The error occurs
    - each time, the w3svc is recycled because of idle-timeout (default 20
    min.)or uptime 1740 min.
    - sinze version 5.1.4 of php

    If idle-timeout occurs, no script is running at this moment!
    Only the isapi is loaded.

    Same error, also if no php.ini exist, means no extensions are loaded

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

    [2006-09-15 01:00:00] php-bugs at lists dot php dot net

    No feedback was provided for this bug for over a week, so it is
    being suspended automatically. If you are able to provide the
    information that was originally requested, please do so and change
    the status of the bug back to "Open".

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

    [2006-09-14 14:27:41] helder at hightechvision dot com

    I'm getting precisely the same debug output from IIS Diagnostics Debug
    Diagnostics Tool running on a Windows Server 2003 SP1 with the build
    php5.2-win32-200609131430.zip

    If you want I can provide you crash dumps.

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

    [2006-09-07 20:50:59] [email]tony2001@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]



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

    [2006-09-07 20:42:44] jneill at gamedaytv dot com

    Description:
    ------------
    Description:
    ------------
    We have been successfully using PHP 5.1.2 for several months in our
    server environment.

    Only upgrading PHP to 5.1.6, with no other software upgrades, has
    resulted in frequent w3svc crashes and subsequent application pool
    terminations.

    The system log includes such errors as:

    ---
    A process serving application pool 'Site1' terminated unexpectedly. The
    process id was '5796'. The process exit code was '0xc0000005'.

    A process serving application pool 'Site2' terminated unexpectedly. The
    process id was '5212'. The process exit code was '0xffffffff'.

    A process serving application pool 'DefaultAppPool' terminated
    unexpectedly. The process id was '5824'. The process exit code was
    '0xc0000005'.
    ---

    We have run the IIS Diagnostics Debug Diagnostics Tool on these
    crashes, which has resulted in the following report for each crash:

    ---
    Type of Analysis Performed Crash Analysis
    Machine Name S76217
    Operating System Windows Server 2003 Service Pack 1
    Number Of Processors 2
    Process ID 4736
    Process Image c:\WINNT\system32\inetsrv\w3wp.exe
    System Up-Time 0 day(s) 04:18:05
    Process Up-Time 0 day(s) 00:31:08

    Thread 16 - System ID 2612
    Entry point msvcrt!_endthread+3b
    Create time 5/16/2006 5:31:43 PM
    Time spent in user mode 0 Days 0:0:0.0
    Time spent in kernel mode 0 Days 0:0:0.0

    Function Arg 1 Arg 2 Arg 3 Source
    <Unloaded_php5ts.dll>+265c80 02a28890 00000000 00000000

    msvcrt!_endthread+ab 029e7580 00000000 00000000
    kernel32!BaseThreadStart+34 77bcb35a 029e7580 00000000

    In
    w3wp__PID__4736__Date__05_16_2006__Time_05_31_45PM __95__Second_Chance_Ex
    ception_C0000005.dmp an access violation exception (0xC0000005)
    occured
    on thread 16 when another module attempted to call the following
    unloaded module: php5ts.dll.

    ---



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


    --
    Edit this bug report at [url]http://bugs.php.net/?id=38744&edit=1[/url]
    ted at connectingsweden dot com Guest

  4. #3

    Default #38744 [Com]: PHP5TS.DLL causes w3svc crash and application pool termination

    ID: 38744
    Comment by: robcw at hotmail dot com
    Reported By: jneill at gamedaytv dot com
    Status: No Feedback
    Bug Type: Reproducible crash
    Operating System: Windows 2003 SP 1
    PHP Version: 5.1.6
    New Comment:

    Is this the same as bug report 37483?
    [url]http://bugs.php.net/bug.php?id=37483[/url]


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

    [2006-10-31 10:41:32] ted at connectingsweden dot com

    Im getting this exact error also... i have disabled the application
    pool recycle functions in the IIS server it stil happens this emm
    problem but it takes a couple of days before it does simple idiot fix
    is to just goto the server and do a load on a php page for the
    application pool and then it works again for a couple of days. If i
    reactivate the recycle functions ill end up with counltess of php page
    downtime sessions where i have to go and reload a php page localy on
    the server to fix it.. i run 5.1.6 as php rel ver my question is... Is
    there a older versions of the php releases that do not cause this
    effect? untill there is a permanent fix for it.

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

    [2006-09-18 17:09:21] opa56 at myownnet dot ch

    Same error here:

    A process serving application pool 'mysite1' terminated unexpectedly.
    The process id was '2828'. The process exit code was '0xc0000005'.

    A process serving application pool 'mysite2' terminated unexpectedly.
    The process id was '3132'. The process exit code was '0xc0000005'.

    etc.

    The error occurs
    - each time, the w3svc is recycled because of idle-timeout (default 20
    min.)or uptime 1740 min.
    - sinze version 5.1.4 of php

    If idle-timeout occurs, no script is running at this moment!
    Only the isapi is loaded.

    Same error, also if no php.ini exist, means no extensions are loaded

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

    [2006-09-15 01:00:00] php-bugs at lists dot php dot net

    No feedback was provided for this bug for over a week, so it is
    being suspended automatically. If you are able to provide the
    information that was originally requested, please do so and change
    the status of the bug back to "Open".

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

    [2006-09-14 14:27:41] helder at hightechvision dot com

    I'm getting precisely the same debug output from IIS Diagnostics Debug
    Diagnostics Tool running on a Windows Server 2003 SP1 with the build
    php5.2-win32-200609131430.zip

    If you want I can provide you crash dumps.

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

    [2006-09-07 20:50:59] [email]tony2001@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]



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

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/38744[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=38744&edit=1[/url]
    robcw at hotmail dot com Guest

  5. #4

    Default #38744 [Com]: PHP5TS.DLL causes w3svc crash and application pool termination

    ID: 38744
    Comment by: rlwhite at isgconsulting dot com
    Reported By: jneill at gamedaytv dot com
    Status: No Feedback
    Bug Type: Reproducible crash
    Operating System: Windows 2003 SP 1
    PHP Version: 5.1.6
    New Comment:

    Does anyone know if this was ever solved or what the best workaround
    is? I have a server that is showing this problem and need to fix it
    asap.

    Thanks in advance.


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

    [2006-11-23 11:04:25] robcw at hotmail dot com

    Is this the same as bug report 37483?
    [url]http://bugs.php.net/bug.php?id=37483[/url]

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

    [2006-10-31 10:41:32] ted at connectingsweden dot com

    Im getting this exact error also... i have disabled the application
    pool recycle functions in the IIS server it stil happens this emm
    problem but it takes a couple of days before it does simple idiot fix
    is to just goto the server and do a load on a php page for the
    application pool and then it works again for a couple of days. If i
    reactivate the recycle functions ill end up with counltess of php page
    downtime sessions where i have to go and reload a php page localy on
    the server to fix it.. i run 5.1.6 as php rel ver my question is... Is
    there a older versions of the php releases that do not cause this
    effect? untill there is a permanent fix for it.

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

    [2006-09-18 17:09:21] opa56 at myownnet dot ch

    Same error here:

    A process serving application pool 'mysite1' terminated unexpectedly.
    The process id was '2828'. The process exit code was '0xc0000005'.

    A process serving application pool 'mysite2' terminated unexpectedly.
    The process id was '3132'. The process exit code was '0xc0000005'.

    etc.

    The error occurs
    - each time, the w3svc is recycled because of idle-timeout (default 20
    min.)or uptime 1740 min.
    - sinze version 5.1.4 of php

    If idle-timeout occurs, no script is running at this moment!
    Only the isapi is loaded.

    Same error, also if no php.ini exist, means no extensions are loaded

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

    [2006-09-15 01:00:00] php-bugs at lists dot php dot net

    No feedback was provided for this bug for over a week, so it is
    being suspended automatically. If you are able to provide the
    information that was originally requested, please do so and change
    the status of the bug back to "Open".

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

    [2006-09-14 14:27:41] helder at hightechvision dot com

    I'm getting precisely the same debug output from IIS Diagnostics Debug
    Diagnostics Tool running on a Windows Server 2003 SP1 with the build
    php5.2-win32-200609131430.zip

    If you want I can provide you crash dumps.

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

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/38744[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=38744&edit=1[/url]
    rlwhite at isgconsulting dot com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139