I'm using umbraco v 4.0.4.2 with Win 08 x64 R2 SP1. I've been getting a lot of these errors, usually within a few minutes of each other in the system event viewer:
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2
Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7c8f9
So it seems it crashes in ntdll.dll. I have my umbraco installation running on a separate process NETWORK SERVICE. It doesn't seem to affect the site performance or function, it works, I just get a lot of these errors. I'm not sure if the IIS caching is causing this problem.
Anyone else seen these errors before on umbraco installation?
I looked up the details under System event viewer, under the details, the error is 8007006D. I looked this up, there's some talk in MSKB about not having NETWORK SERVICE permission to the registry, but that's for IIS 6. Not sure if umbraco accesses the registry at all.
umbraco worker process crashes
I'm using umbraco v 4.0.4.2 with Win 08 x64 R2 SP1. I've been getting a lot of these errors, usually within a few minutes of each other in the system event viewer:
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2
Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7c8f9
Exception code: 0xc0000374
Fault offset: 0x00000000000c40f2
Faulting process id: 0xcbc
Faulting application start time: 0x01cbe290563f1d38
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: bedd3712-4e84-11e0-a5d6-000c29b6af78
in the application event viewer, I get this:
Using DebugDiag, I'd get these:
So it seems it crashes in ntdll.dll. I have my umbraco installation running on a separate process NETWORK SERVICE. It doesn't seem to affect the site performance or function, it works, I just get a lot of these errors. I'm not sure if the IIS caching is causing this problem.
Anyone else seen these errors before on umbraco installation?
I looked up the details under System event viewer, under the details, the error is 8007006D. I looked this up, there's some talk in MSKB about not having NETWORK SERVICE permission to the registry, but that's for IIS 6. Not sure if umbraco accesses the registry at all.
I fixed this by disabling kernel-mode caching. Strange, but it works.
is working on a reply...