Open rstutton opened 2 days ago
I am having the same issue; Works ok with .NET8, converted to .NET9 and then receive the following error below;
Faulting application name: dotnet.exe, version: 9.0.24.52809, time stamp: 0x67204d77 Faulting module name: KERNELBASE.dll, version: 10.0.19041.3930, time stamp: 0x9141f979 Exception code: 0xe0434352 Fault offset: 0x000000000002cf19 Faulting process id: 0x1460 Faulting application start time: 0x01db3b5c0d69c407 Faulting application path: C:\Program Files\dotnet\dotnet.exe Faulting module path: C:\windows\System32\KERNELBASE.dll Report Id: d8932e9d-cdf6-4d78-9ece-963e1e6a4a02 Faulting package full name: Faulting package-relative application ID:
I am having the same issue
This is a different issue. For example, it has different Exception Code. You may want to open a new issue on it.
I have not isolated the fault.
Do you see more detailed error message on the console or in the event log (open Event Viewer application that comes with Windows to and go to Windows Logs / Application)? Here is an example what the more detailed error looks like:
This is in my event viewer:
This is in my event viewer:
This looks like an issue in your application code. What does the code in Program.cs around line 71 look like? Where is the null value coming from?
The null is from trying to use this...dotnet a.dll -ENVIRONMENT=dev However run it from visual studio, I am getting this...
The null is from trying to use this...dotnet a.dll -ENVIRONMENT=dev
Could you please elaborate? I do not see how this explains where the null is coming from.
Hi, Thanks for you assistance, it's working with .NET8, I'll wait until .NET9 is more stable.
@rsankardayal It is unlikely that the problem that you are experiencing is going to be fixed in .NET 9 unless we get to the bottom of the issue.
Faulting application name: hcmanagement.exe, version: 2.1.0.10, time: 0x66f10000 Faulting module name: coreclr.dll, version: 9.0.24.52809, time: 0x672049fc Exception code: 0xc0000602 Fault offset: 0x000000000032a356 Faulting process ID: 0x28c8 Faulting application start time: 0x01db3cb3386587e4 Faulting application path: C:\Qingshan Changyuan Software\Qingshan Changyuan Cost System\hcmanagement.exe Faulting module path: C:\Program Files\dotnet\shared\Microsoft. NETCore.App\9.0.0\coreclr.dll Report ID: 7596c246-d81b-4054-9e57-de74abc50f1d Faulting package full name:
Description
Faulting application name: internalWeb.exe, version: 2.6.2935.0, time stamp: 0x67200000 Faulting module name: coreclr.dll, version: 9.0.24.52809, time stamp: 0x672049fc Exception code: 0xc0000005 Fault offset: 0x00000000002eea8b Faulting process id: 0x649c Faulting application start time: 0x01db3988d312000b Faulting application path: C:\Program Files\3DBackup\bin\internalWeb.exe Faulting module path: C:\Program Files\3DBackup\bin\coreclr.dll Report Id: 8d1a48a5-e27f-4a5f-acbf-1d40624ed842
Reproduction Steps
This happened 2 nights running before I backed out the migration to .net 9. I have not isolated the fault. WER reported the issue and captured data on both occasions:
Report Id: 8d1a48a5-e27f-4a5f-acbf-1d40624ed842 Report Status: 268435456 Hashed bucket: 2e7dfb54d62033d3fc1a7aa712618a8b
Report Id: 324f8194-84f9-4ced-b429-27044b78e4d5 Report Status: 268435456 Hashed bucket: 3700e920166dc8b4904ac6c8801323ea
Expected behavior
Not crashing.
Actual behavior
STATUS_ACCESS_VIOLATION in coreclr.dll crashes the app.
Regression?
Yes. The same code runs fine in .net 8, has been in production, and on customer sites.
Known Workarounds
None.
Configuration
.net sdk 9.0.100 aspnet core.
OS Name: Microsoft Windows 10 Pro OS Version: 10.0.19045 N/A Build 19045 OS Manufacturer: Microsoft Corporation OS Configuration: Member Workstation OS Build Type: Multiprocessor Free Product ID: 00330-51446-83390-AAOEM Original Install Date: 27/05/2022, 1:27:58 pm System Boot Time: 13/11/2024, 9:28:29 pm System Manufacturer: HP System Model: HP Z240 Tower Workstation System Type: x64-based PC Processor(s): 1 Processor(s) Installed. [01]: Intel64 Family 6 Model 94 Stepping 3 GenuineIntel ~4001 Mhz BIOS Version: HP N51 Ver. 01.70, 19/06/2018 Total Physical Memory: 32,553 MB
Other information
No response