I'm having a strange problem with one of my sites in IIS 6.1. All of the other sites are running fine, however this one is currently producing an error "Connection_Abandoned_By_ReqQueue" for nearly every request on a subdirectory (the site homepage seems to load fine).
Has anyone seen this kind of issue? I'm completely at a loss :-(
OK more information from the event viewer:
W3WP.exe seems to be crashing every minute or so:
Faulting application name: w3wp.exe, version: 7.5.7600.16385, time stamp: 0x4a5bd0eb
Faulting module name: clr.dll, version: 4.0.30319.17929, time stamp: 0x4ffa59b1
Exception code: 0xc00000fd
Fault offset: 0x00000000000afcdb
Faulting process id: 0x2d24
Faulting application start time: 0x01ce4812c6369480
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 48aeb9b0-b406-11e2-ae2a-020053dee25a
Related
We are using poppler's pdftohtml exe to convert pdf to html. When we running it through flask then it working properly. But once we deploy on IIS then it is throwing below error at the time of using subprocess for pdftohtml.exe in event viewer.
Faulting application name: pdftohtml.exe, version: 0.0.0.0, time stamp: 0x5e08ef38 Faulting module name: ntdll.dll, version: 6.3.9600.19678, time stamp: 0x5e82c88a Exception code: 0xc000007b Fault offset: 0x00000000000ecf40 Faulting process id: 0x2b08 Faulting application start time: 0x01d686ac57ca0b65 Faulting application path: C:\HOLDSPROD\poppler-0.84.0-h1affe6b_0\Library\bin\pdftohtml.exe Faulting module path: C:\Windows\SYSTEM32\ntdll.dll Report Id: 961fde3c-f29f-11ea-80f0-000d3aa29228 Faulting package full name: Faulting package-relative application ID:
From python we are using subprocess to open the cmd.exe and passing the parameters to poppler's exe.
Same issue for pdftoppm.exe(to convert from pdf to image).
Note: This application is wrapped with .net and we have deployed the application on IIS 7.
Any help is appreciated.
In my solution, I have three different projects including ASP.Net MVC, Class Library, and Web API.
The application works fine on local, but on the production server (Windows Server 2016) after setting "Enable 32-bit Applications = true" in Application Pool (it is a neccessary requirement), the project stopped working.
The following information in EventViewer is available:
Description: Faulting application name: w3wp.exe, version:
10.0.14393.0, time stamp: 0x57899135 Faulting module name: clrjit.dll, version: 4.8.4180.0, time stamp: 0x5e7d1e02 Exception code: 0xc00000fd
Fault offset: 0x00009865 Faulting process id: 0xc64 Faulting
application start time: 0x01d665a86c307401 Faulting application path:
C:\Windows\SysWOW64\inetsrv\w3wp.exe Faulting module path:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll Report Id:
751158e0-ba08-4f54-ba3c-699e0983a43d
What could be the main reason and how can I fix it?
I have a pretty weird problem. The code worked fine in Excel 2010 but when our users were upgraded to Office 365 (Excel 2016 Version 1708 Build 8431.2280) this line of code crashes excel:
Sheets("Loc_063 BIS").Range("A3").CurrentRegion.Copy
When I look in the Reliability Monitor I see this:
Faulting application name: EXCEL.EXE, version: 16.0.8431.2280, time stamp: 0x5b35b959
Faulting module name: EXCEL.EXE, version: 16.0.8431.2280, time stamp: 0x5b35b959
Exception code: 0xc0000005
Fault offset: 0x00010d23
Faulting process id: 0x3f1c
Faulting application start time: 0x01d438aee914e49e
Faulting application path: C:\Program Files (x86)\Microsoft Office\Root\Office16\EXCEL.EXE
Faulting module path: C:\Program Files (x86)\Microsoft Office\Root\Office16\EXCEL.EXE
Report Id: 34066ee7-a4b0-11e8-b773-0c5415d253c9
Faulting package full name:
Faulting package-relative application ID:
Also DW20.exe crashes and that's the windows error reporting tool. That shows this in the log as to why it's crashing:
Faulting application name: DW20.EXE, version: 16.0.8431.2280, time stamp: 0x5b35dd4a
Faulting module name: fcagpph32.dll, version: 11.0.200.100, time stamp: 0x5a54c4ed
Exception code: 0xc0000005
Fault offset: 0x0031155f
Faulting process id: 0x1944
Faulting application start time: 0x01d438bcf62b6e24
Faulting application path: C:\Program Files (x86)\Microsoft Office\root\vfs\ProgramFilesCommonX86\Microsoft Shared\DW\DW20.EXE
Faulting module path: C:\Program Files\McAfee\DLP\Agent\fcagpph32.dll
Report Id: cb983d3e-6ef1-4839-8728-ddb85678bf4c
Faulting package full name:
Faulting package-relative application ID:
To me it looks like DLP (Data Loss Prevention) is at fault here. Looking for validation of that, and also in the Excel crash how does one figure out this line:
Faulting process id: 0x3f1c
What is 0x3f1c? Why wouldn't it just be in decimal?
I re-created excel doc, and that has resolved my issue. So no more crashing when copying data.
i'm on a Windows Server 2012 r2 and there is a problem with a website.
Every ~6min a w3wp.exe of a specific website crash.
In Event Viewer i see:
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp:
0x52157ba0
Faulting module name: ntdll.dll, version: 6.3.9600.18233, time stamp: 0x56bb4e1d
Exception code: 0xc0000374
Fault offset: 0x000e6054
Faulting process id: 0x3d88
Faulting application start time: 0x01d2f406c4d0b47a
Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 4c7498c7-5ffb-11e7-80d5-00155d324108
Faulting package full name:
Faulting package-relative application ID:
In System Event viewer:
A process serving application pool 'www.websitename.com' suffered a fatal communication error with the Windows Process Activation Service. The process id was '16528'. The data field contains the error number.
I tried to use DebugDiag 1.2:
In w3wp__www.websitename.com__PID__24776__Date__07_03_2017__Time_11_32_35AM__939__First chance exception 0X04242420.dmp the assembly instruction at KERNELBASE!RaiseException+68 in C:\Windows\System32\KERNELBASE.dll from Microsoft Corporation has caused an unknown exception (0x04242420) on thread 7
Anyway are all generic errors.. how can i do a good debug?
Thank you
I have the following error trying to run the Puppet Enterprise for Windows.
Faulting application name: ruby.exe, version: 1.8.7.370, time stamp: 0x4fede15f
Faulting module name: KERNELBASE.dll, version: 6.1.7601.17514, time stamp: 0x4ce7afc9
Exception code: 0x80000003
Fault offset: 0x00014159
Faulting process id: 0x9e4
Faulting application start time: 0x01ce00a0586d444c
Faulting application path: c:\Program Files (x86)\Puppet Labs\Puppet Enterprise\sys\ruby\bin\ruby.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: ac79500b-6c93-11e2-bda6-000c2947d060
UAC is disabled
Firewall is Off
I got the debug Windows Installer. My mistake