M'n Explorer.exe stopt vaak (en wordt dan automatisch herstart).
Ik heb het idee dat het probleem veel vaker voorkomt nadat ik de Nvidia-drivers heb geupdate.
Er wordt een dmp-file gegenereerd in C:\Users\Username\AppData\Local\CrashDumps.
Deze regel komt daarin voor:
__cuda_sm20_div_rd_f32llvm.nvvm.fabs.ftz.f32llvm.nvvm.add.ftz.f32llvm.nvvm.rsqrt.approx.ftz.f32... Etc
Verderop:
// Generated by NVIDIA NVVM Compiler
Etc.
In Eventvwr.msc staat:
The shell stopped unexpectedly and explorer.exe was restarted.
En:
Exception code: 0xc0000005
Fault offset: 0x000000000008b639 [[..b639 is anders per error]]
Faulting application path: C:\WINDOWS\explorer.exe
Faulting module path: C:\WINDOWS\explorer.exe
WinDbg zegt:
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 00007ff7985db639 (explorer!CWindowTaskItem::UpdateLastActivatedTime+0x0000000000000039) [[Dat adres zit boven de 140 TeraByte. Het getal ..39 verschilt per error]]
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 0000000000000030 [[is anders per error]]
Attempt to read from address 0000000000000030 [[=hetzelfde getal als erboven]]
PROCESS_NAME: explorer.exe
READ_ADDRESS: 0000000000000030
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.
EXCEPTION_CODE_STR: c0000005
EXCEPTION_PARAMETER1: 0000000000000000
EXCEPTION_PARAMETER2: 0000000000000030
STACK_TEXT:
00000000`02d2ec50 00007ff7`98598ad2 : 00000000`003608aa 00000000`0a1583c0 00000000`02d2ed98 00000000`0a184a40 : explorer!CWindowTaskItem::UpdateLastActivatedTime+0x39
00000000`02d2ec80 00007ff8`c291ee19 : 00000000`001a0cea 00000000`0a378ce0 00000000`0a1445a0 00000000`0000000b : explorer!CTaskListWnd::ActivateTask+0x82
Etc.
FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_explorer.exe!CWindowTaskItem::UpdateLastActivatedTime
In een andere dmp-file staat:
FAILURE_BUCKET_ID: INVALID_POINTER_READ_c0000005_explorer.exe!CWindowTaskItem::UpdateLastActivatedTime
Als ik Windows niet actief gebruik, dan blijft Explorer.exe draaien.
Ga ik aan de slag (programma's gebruiken), dan gebeurt 't vaak. Maakt niet zoveel uit welke programma's, heb ik het idee.
Software en hardware die ik gebruik:
Win10, uptodate.
Nvidia GeForce GTX 1050 Ti, drivers uptodate.
64 GB memory.
ChatGPT zegt:
"Typically suggests: attempt to read from an invalid memory address" bij INVALID_POINTER_READ en
"...such as: trying to read from or write to an invalid memory address" bij NULL_CLASS_PTR_READ.
Da's mooi, maar hoe los ik dat op? NB: Ik ga niet Windows opnieuw installeren of met een nieuw profiel beginnen. Ik heb intussen wel een paar duizend modificaties in Windows/dit profiel gedaan. (Ja, het probleem kan in één van die modificaties zitten. Maar welke?)
Ik hoop dat iemand kan aangeven wat de oorzaak is. Ik denk dat het erg moeilijk is de exacte oorzaak/oplossing te vinden
.
Ik heb het idee dat het probleem veel vaker voorkomt nadat ik de Nvidia-drivers heb geupdate.
Er wordt een dmp-file gegenereerd in C:\Users\Username\AppData\Local\CrashDumps.
Deze regel komt daarin voor:
__cuda_sm20_div_rd_f32llvm.nvvm.fabs.ftz.f32llvm.nvvm.add.ftz.f32llvm.nvvm.rsqrt.approx.ftz.f32... Etc
Verderop:
// Generated by NVIDIA NVVM Compiler
Etc.
In Eventvwr.msc staat:
The shell stopped unexpectedly and explorer.exe was restarted.
En:
Exception code: 0xc0000005
Fault offset: 0x000000000008b639 [[..b639 is anders per error]]
Faulting application path: C:\WINDOWS\explorer.exe
Faulting module path: C:\WINDOWS\explorer.exe
WinDbg zegt:
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 00007ff7985db639 (explorer!CWindowTaskItem::UpdateLastActivatedTime+0x0000000000000039) [[Dat adres zit boven de 140 TeraByte. Het getal ..39 verschilt per error]]
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 0000000000000030 [[is anders per error]]
Attempt to read from address 0000000000000030 [[=hetzelfde getal als erboven]]
PROCESS_NAME: explorer.exe
READ_ADDRESS: 0000000000000030
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.
EXCEPTION_CODE_STR: c0000005
EXCEPTION_PARAMETER1: 0000000000000000
EXCEPTION_PARAMETER2: 0000000000000030
STACK_TEXT:
00000000`02d2ec50 00007ff7`98598ad2 : 00000000`003608aa 00000000`0a1583c0 00000000`02d2ed98 00000000`0a184a40 : explorer!CWindowTaskItem::UpdateLastActivatedTime+0x39
00000000`02d2ec80 00007ff8`c291ee19 : 00000000`001a0cea 00000000`0a378ce0 00000000`0a1445a0 00000000`0000000b : explorer!CTaskListWnd::ActivateTask+0x82
Etc.
FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_explorer.exe!CWindowTaskItem::UpdateLastActivatedTime
In een andere dmp-file staat:
FAILURE_BUCKET_ID: INVALID_POINTER_READ_c0000005_explorer.exe!CWindowTaskItem::UpdateLastActivatedTime
Als ik Windows niet actief gebruik, dan blijft Explorer.exe draaien.
Ga ik aan de slag (programma's gebruiken), dan gebeurt 't vaak. Maakt niet zoveel uit welke programma's, heb ik het idee.
Software en hardware die ik gebruik:
Win10, uptodate.
Nvidia GeForce GTX 1050 Ti, drivers uptodate.
64 GB memory.
ChatGPT zegt:
"Typically suggests: attempt to read from an invalid memory address" bij INVALID_POINTER_READ en
"...such as: trying to read from or write to an invalid memory address" bij NULL_CLASS_PTR_READ.
Da's mooi, maar hoe los ik dat op? NB: Ik ga niet Windows opnieuw installeren of met een nieuw profiel beginnen. Ik heb intussen wel een paar duizend modificaties in Windows/dit profiel gedaan. (Ja, het probleem kan in één van die modificaties zitten. Maar welke?)
Ik hoop dat iemand kan aangeven wat de oorzaak is. Ik denk dat het erg moeilijk is de exacte oorzaak/oplossing te vinden
[ Voor 3% gewijzigd door kimborntobewild op 12-11-2023 13:01 ]