-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Crash in System.IO.Packaging.PackagePart.GetStream #111650
Comments
This is crash (dirty AV) under
|
Thank you for attaching a crash dump. Unfortunately, it is a partial dump. It has enough information to find the crash location, but it does not have information to root cause it. Could you please attach a full dump if possible? For example, set the registry setting that configured crash dump collection to |
Thanks your answer. I set the registry full dump. If it occur again, I will attatch full dump. |
This issue has been marked |
Tagging subscribers to this area: @dotnet/area-system-io-compression |
This issue has been automatically marked |
This program needs to run continuously for over a month.
However, an error occurs in coreclr.dll.
It doesn’t happen daily but occurs once or twice a month.
I’ve opened the dump file, but I’m not sure what action needs to be taken.
I tried following some suggestions, such as reinstalling the .NET Runtime, but the issue persists.
What should I do?
I will attach the dump file.
P.S. If necessary, I can also provide the program project.
DDS_ActiveAirFlap_Test.exe.8520.dmp
0:000> !analyze -v
*** WARNING: Unable to verify timestamp for DDS_ActiveAirFlap_Test.exe
Failed to request MethodData, not in JIT code range
KEY_VALUES_STRING: 1
FILE_IN_CAB: DDS_ActiveAirFlap_Test.exe.8520.dmp
NTGLOBALFLAG: 0
APPLICATION_VERIFIER_FLAGS: 0
CONTEXT: 0000004b14b77d00 -- (.cxr 0x4b14b77d00)
rax=0000000000008500 rbx=0000000000008500 rcx=0000004b00000000
rdx=00007ffb0b0e4210 rsi=0000000000000000 rdi=0000000000000000
rip=0000000000000000 rsp=0000000000000000 rbp=0000000000000000
r8=0000000000000000 r9=0000000000000000 r10=0000000000000000
r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up di pl nz na pe nc
cs=0000 ss=000b ds=0000 es=0000 fs=0000 gs=8f98 efl=00000000
00000000`00000000 ?? ???
Resetting default scope
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 00007ffb0ae12090 (coreclr!ProcessCLRException+0x000000000010a1b0)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000001
NumberParameters: 0
PROCESS_NAME: DDS_ActiveAirFlap_Test.dll
READ_ADDRESS: 0000000000000000
ERROR_CODE: (NTSTATUS) 0xc0000005 - 0x%p 0x%p . %s .
EXCEPTION_CODE_STR: c0000005
FAULTING_THREAD: ffffffff
STACK_TEXT:
00007ffb
0ae12090 00007ffb
0ae1209 coreclr!ProcessCLRException+0x10a1b0STACK_COMMAND: ** Pseudo Context ** Pseudo ** Value: 3 ** ; kb
FAULTING_SOURCE_LINE: D:\a_work\1\s\src\coreclr\vm\exceptionhandling.cpp
FAULTING_SOURCE_FILE: D:\a_work\1\s\src\coreclr\vm\exceptionhandling.cpp
FAULTING_SOURCE_LINE_NUMBER: 1066
FAULTING_SOURCE_SRV_COMMAND: https://raw.githubusercontent.com/dotnet/runtime/08338fcaa5c9b9a8190abb99222fed12aaba956c/src/coreclr/vm/exceptionhandling.cpp
FAULTING_SOURCE_CODE:
No source found for 'D:\a_work\1\s\src\coreclr\vm\exceptionhandling.cpp'
SYMBOL_NAME: coreclr!ProcessCLRException+10a1b0
MODULE_NAME: coreclr
IMAGE_NAME: coreclr.dll
FAILURE_BUCKET_ID: NULL_POINTER_READ_c0000005_coreclr.dll!ProcessCLRException
OS_VERSION: 10.0.22621.1
BUILDLAB_STR: ni_release
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
IMAGE_VERSION: 8.0.824.36612
FAILURE_ID_HASH: {b5455215-3a70-ea32-3376-5becec17c44b}
Followup: MachineOwner
The text was updated successfully, but these errors were encountered: