| |
Would this resolve the issue
http://support.microsoft.com/kb/2640103
Posted:
one month ago
|
Application pool is crashing intermittently. I checked system events & found following error:-
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7a5f8 Faulting module name: clr.dll, version: 4.0.30319.261, time stamp: 0x4ec9f6ff Exception code: 0xc00000fd Fault offset: 0x000018a8 Faulting process id: 0x50d0 Faulting application start time: 0x01ce526cfd57c69a Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll Report Id: 3f39c1e2-be60-11e2-95b7-001dd8c1215f
I google this & found that this could be stack overflow exception. But same code is working fine on my local IIS. So i moved ahead with generating IIS dump with DebugDiag tool. Here is the error which i got in dump:-
the assembly instruction at clr.dll from Microsoft Corporation has caused a stack overflow exception (0xC00000FD)
I am using Nopcommerce 1.8 with windows 2008 .NET 4.0 x64
Posted:
one month ago
|
Hello,
We are using NopCommerce 1.8 for our site, but sometimes site becomes unresponsive/crashes.
I asked to hosting provider & as per them this is memory leakage issue and the application pool attempts to stay active, which causes the memory usage to bloat. When they finally kills the actual process of the application pool it starts working well again.
Can someone guide me on how to solve this memory leakage issue ?
Thanks
Posted:
6 months ago
|
Thank you for your reply.
I'll give this shot and get back .
Thanks once again
Posted:
one year ago
|
Thanks for your replies..
the UI is fine, which we can handle by development. But its the DB changes which scare me, as the sites are already live since a 1.5 yrs and tons of customer and product data on them
Posted:
one year ago
|