DevExtreme.AspNet.Data: Latest version cause app pool crash
After update to the latest version application pool crashes right after loading the page. Unfortunately, there is no much info in event viewer:
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96
Faulting module name: clr.dll, version: 4.7.3416.0, time stamp: 0x5cabfc63
Exception code: 0xc00000fd
Fault offset: 0x00000000000050a7
Faulting process id: 0x1894
Faulting application start time: 0x01d5477817cfae43
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 5dd482ec-b36b-11e9-80d2-00155d50707c
Faulting package full name:
Faulting package-relative application ID:
An unhandled win32 exception occurred in process #6592. Just-In-Time debugging this exception failed with the following error: The process ID is invalid.
Check the documentation index for 'Just-in-time debugging, errors' for more information.
I’ve run debugger and it throws System.StackOverflowException.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 21 (10 by maintainers)
@AlekseyMartynov, unfortunately, I cannot provide working sample right now, I’ll continue to investigate the root of the issue. If I’ll find smth interesting, I’ll report back to you. Thanks.