-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.net8 String.IndexOf crash #110994
Comments
The crash is be caused by two issues: an invalid This looks like a general reliability issue and not limited to .NET runtime, because it's unlikely to get non-constant |
Although if you're getting |
Tagging subscribers to this area: @mangod9 |
There is not enough information to figure out what might be causing this crash. |
This issue has been marked |
Description
I see in the Eventvwr log
Reproduction Steps
Cannot reproduce
Expected behavior
102602000x8000000000000012792ApplicationDESKTOP-E3AHE85Application: sinsam.exe
CoreCLR Version: 8.0.1124.51707
.NET Version: 8.0.11
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Stack:
at System.SR.InternalGetResourceString(System.String)
at System.SR.GetResourceString(System.String)
at System.String.IndexOf(System.String, Int32, Int32, System.StringComparison)
at System.String.IndexOf(System.String)
10000210000x800000000000000012793ApplicationDESKTOP-E3AHE85sinsam.exe24.6.20.667110000coreclr.dll8.0.1124.5170767115e10c000000500000000001c7b0e0x42140x1db5a813d93245aC:\Program Files\sinsam\app\sinsam.exeC:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.11\coreclr.dll8aedc4c4-4035-47c9-8074-fad9f1eeb9f0
Actual behavior
Crash
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: