We are having a problem with our Forms app pool stopping lately. There have not been any Windows updates applied to the server in question and none of the other app pools on the server are affected. In the Event Viewer we are seeing the following error message precede the stop.
Log Name: Application
Source: Application Error
Date: 2/10/2016 1:41:22 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: Web2.d91.k12.id.us
Description:
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2
Faulting module name: clr.dll, version: 4.0.30319.34209, time stamp: 0x5348a1ef
Exception code: 0xc00000fd
Fault offset: 0x0000000000009d5c
Faulting process id: 0x1d34
Faulting application start time: 0x01d1644360627895
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: a47c2069-d036-11e5-adcd-005056a41094
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-02-10T20:41:22.000000000Z" />
<EventRecordID>3025379</EventRecordID>
<Channel>Application</Channel>
<Computer>Web2.d91.k12.id.us</Computer>
<Security />
</System>
<EventData>
<Data>w3wp.exe</Data>
<Data>7.5.7601.17514</Data>
<Data>4ce7afa2</Data>
<Data>clr.dll</Data>
<Data>4.0.30319.34209</Data>
<Data>5348a1ef</Data>
<Data>c00000fd</Data>
<Data>0000000000009d5c</Data>
<Data>1d34</Data>
<Data>01d1644360627895</Data>
<Data>c:\windows\system32\inetsrv\w3wp.exe</Data>
<Data>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll</Data>
<Data>a47c2069-d036-11e5-adcd-005056a41094</Data>
</EventData>
</Event>
There is a hotfix that is referenced, but when I try to install it, it says it does not apply to our server. Does anyone have any other ideas of how to troubleshoot this issue?