Guest User

Untitled

a guest
Feb 25th, 2026
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.94 KB | Software | 0 0
  1. ## **COMPLETE CRASH ANALYSIS - 7 BSODs in 14 Days**
  2.  
  3. ---
  4.  
  5. ## **SYSTEM SPECIFICATIONS**
  6.  
  7. **Hardware:**
  8. - **CPU:** AMD Ryzen 5 3600 6-Core Processor
  9. - **Motherboard:** ASUS TUF Gaming B550M-PLUS
  10. - **BIOS:** American Megatrends Inc. version 3607 (dated 22/03/2024)
  11. - **RAM:** 2x8GB Corsair Vengeance RGB CMW16GX4M2C3200C16 @ 3200MHz
  12. - Module 1: DIMM_A2 - 8GB
  13. - Module 2: DIMM_B2 - 8GB
  14. - **Storage:**
  15. - Samsung SSD 980 1TB (Status: OK)
  16. - Force MP510 480GB SSD (Status: OK)
  17. - Toshiba 3TB HDD (Status: OK)
  18. - Kingston 960GB SSD (Status: OK)
  19. - **GPU:** NVIDIA (specific model unspecified)
  20.  
  21. **Software:**
  22. - **OS:** Windows 11 Enterprise Insider Preview Build 26200 (Canary Channel)
  23. - **Installation history:** 16-year-old installation (originally Windows 7, upgraded through multiple versions)
  24.  
  25. **System Configuration:**
  26. - HPET was enabled (`useplatformclock Yes`) initially
  27. - Changed: `bcdedit /set disabledynamictick yes` (successful)
  28. - Attempted: `bcdedit /deletevalue useplatformclock` (failed - element not found)
  29.  
  30. **Relevant Context:**
  31. - User has another PC with identical Windows build and BIOS version that runs without issues
  32. - Software uninstalled during troubleshooting: EL Display Hub
  33.  
  34. ---
  35.  
  36. ## **DETAILED CRASH ANALYSIS**
  37.  
  38. ### **CRASH #1**
  39. **File:** 021126-7062-01.dmp
  40. **Date:** Feb 11, 2026, 21:55:39
  41. **Uptime:** 7 hours 35 minutes 40 seconds
  42.  
  43. **Bugcheck:** `IRQL_NOT_LESS_OR_EQUAL (0xA)`
  44. - **Arg1:** `0xffffe403907c02f4` (memory referenced)
  45. - **Arg2:** `0xff` (IRQL level)
  46. - **Arg3:** `0x0` (read operation)
  47. - **Arg4:** `0xfffff8038564d293` (faulting address)
  48.  
  49. **Technical Details:**
  50. - **Faulting Process:** `EL_Display_ser`
  51. - **Faulting Function:** `nt!KeAccumulateTicks+0x43`
  52. - **Faulting IP:** `fffff8038564d293` (Paged code)
  53. - **Read Address:** `0xffffe403907c02f4` (Nonpaged pool - inaccessible)
  54. - **Failure Bucket:** `AV_nt!KeAccumulateTicks`
  55. - **Failure Hash:** `{bdd44265-f411-b02a-f0e6-95fb2512e2b8}`
  56.  
  57. **Stack Trace:**
  58. ```
  59. nt!KeBugCheckEx
  60. nt!KeAccumulateTicks+0x59c
  61. nt!KiUpdateRunTime+0x9b
  62. nt!KiUpdateTime+0x380
  63. nt!KeClockInterruptNotify+0x28a
  64. nt!KiCallInterruptServiceRoutine+0x32c
  65. nt!KiInterruptDispatchNoLockNoEtw+0x3c
  66. nt!KiIpiStallOnPacketTargetsPrcb+0x2c
  67. nt!KeFlushProcessWriteBuffers+0x10f
  68. nt!ExpGetProcessInformation+0x1c1
  69. nt!ExpQuerySystemInformation+0xdb2
  70. nt!NtQuerySystemInformation+0x91
  71. nt!KiSystemServiceCopyEnd+0x25
  72. ```
  73.  
  74. ---
  75.  
  76. ### **CRASH #2**
  77. **File:** 021926-30734-01.dmp
  78. **Date:** Feb 19, 2026, 18:25:18
  79. **Uptime:** 5 hours 52 minutes 54 seconds
  80.  
  81. **Bugcheck:** `IRQL_NOT_LESS_OR_EQUAL (0xA)`
  82. - **Arg1:** `0xffffd406f77bc2f4` (memory referenced)
  83. - **Arg2:** `0xff` (IRQL level)
  84. - **Arg3:** `0x0` (read operation)
  85. - **Arg4:** `0xfffff80485847fb3` (faulting address)
  86.  
  87. **Technical Details:**
  88. - **Faulting Process:** `NVDisplay.Cont` (NVIDIA Display Container)
  89. - **Faulting Function:** `nt!KeAccumulateTicks+0x43`
  90. - **Faulting IP:** `fffff80485847fb3` (Paged code)
  91. - **Read Address:** `0xffffd406f77bc2f4` (Nonpaged pool - inaccessible)
  92. - **Failure Bucket:** `AV_nt!KeAccumulateTicks`
  93. - **Failure Hash:** `{bdd44265-f411-b02a-f0e6-95fb2512e2b8}` *(IDENTICAL to Crash #1)*
  94.  
  95. **Stack Trace:**
  96. ```
  97. nt!KeBugCheckEx
  98. nt!KeAccumulateTicks+0x59c
  99. nt!KiUpdateRunTime+0x9b
  100. nt!KiUpdateTime+0x380
  101. nt!KeClockInterruptNotify+0x28a
  102. nt!KiCallInterruptServiceRoutine+0x32c
  103. nt!KiInterruptDispatchNoLockNoEtw+0x3c
  104. nt!KiIpiWaitForRequestBarrier+0x2c
  105. nt!MiFlushTbList+0x81f
  106. nt!MiFlushTbAsNeeded+0x246
  107. nt!MiLinkPoolCommitChain+0x63
  108. nt!MiCommitPoolMemory+0x1a3
  109. [...memory allocation chain...]
  110. dxgkrnl!DxgkEscape+0x3ac
  111. nt!KiSystemServiceCopyEnd+0x25
  112. ```
  113.  
  114. ---
  115.  
  116. ### **CRASH #3**
  117. **File:** 022326-30546-01.dmp
  118. **Date:** Feb 23, 2026, 16:32:36
  119. **Uptime:** 1 hour 53 minutes 55 seconds
  120.  
  121. **Bugcheck:** `SYSTEM_SERVICE_EXCEPTION (0x3B)`
  122. - **Arg1:** `0xc0000005` (STATUS_ACCESS_VIOLATION)
  123. - **Arg2:** `0xfffff80292643bc3` (instruction address)
  124. - **Arg3:** `0xffff928d29c67e50` (context record address)
  125. - **Arg4:** `0x0`
  126.  
  127. **Technical Details:**
  128. - **Faulting Process:** `csrss.exe`
  129. - **Faulting Function:** `win32kfull!CoalescableDueTime+0x83`
  130. - **Faulting IP:** `fffff80292643bc3` (Paged code)
  131. - **Failure Bucket:** `AV_win32kfull!CoalescableDueTime`
  132. - **Failure Hash:** `{36d8c050-53ef-fceb-6b2c-75ac02716f1b}`
  133.  
  134. **Context Registers:**
  135. ```
  136. rax=fffff80279ed612e rbx=ffffda80a4c977c0 rcx=01a8e80008379d15
  137. rdx=000000007fe90463 rsi=ffffda80a4c74448 rdi=0000000000000200
  138. rip=fffff80292643bc3 rsp=ffff928d29c68880 rbp=0000000000000020
  139. ```
  140.  
  141. **Faulting Instruction:**
  142. ```
  143. win32kfull!CoalescableDueTime+0x83:
  144. mov eax,dword ptr [rcx+408h]
  145. ```
  146. Attempted to access `[rcx+408h]` where `rcx=0x01a8e80008379d15` (corrupted/invalid pointer)
  147.  
  148. **Stack Trace:**
  149. ```
  150. win32kfull!CoalescableDueTime+0x83
  151. win32kfull!xxxTimersProc+0x20c
  152. win32kfull!RawInputThread+0xbdd
  153. win32kbase!xxxCreateSystemThreads+0x14b
  154. win32kbase!NtUserCreateSystemThreads+0x5b
  155. win32k!NtUserCreateSystemThreads+0x2e
  156. nt!KiSystemServiceCopyEnd+0x25
  157. ```
  158.  
  159. ---
  160.  
  161. ### **CRASH #4**
  162. **File:** 022426-31328-01.dmp
  163. **Date:** Feb 24, 2026, 19:52:27
  164. **Uptime:** 2 hours 25 minutes 31 seconds
  165.  
  166. **Bugcheck:** `KERNEL_SECURITY_CHECK_FAILURE (0x139)`
  167. - **Arg1:** `0x3` (LIST_ENTRY corrupted - double remove)
  168. - **Arg2:** `0xffffb68cff4066c0` (trap frame address)
  169. - **Arg3:** `0xffffb68cff406618` (exception record address)
  170. - **Arg4:** `0x0`
  171.  
  172. **Technical Details:**
  173. - **Faulting Process:** `Zoom.exe`
  174. - **Faulting Function:** `nt!KiInsertTimerTable+0xe7`
  175. - **Faulting IP:** `fffff802b20dd7b7`
  176. - **FailFast Type:** `CORRUPT_LIST_ENTRY` (Subcode 3)
  177. - **Exception Code:** `0xc0000409` (STATUS_STACK_BUFFER_OVERRUN)
  178. - **Failure Bucket:** `0x139_3_CORRUPT_LIST_ENTRY_KTIMER_LIST_CORRUPTION_nt!KiInsertTimerTable`
  179. - **Failure Hash:** `{f89e8bcc-9d62-a3aa-7602-6fa1ac774850}`
  180.  
  181. **Trap Frame Registers:**
  182. ```
  183. rax=ffffa18e758c71a0 rbx=0000000000000000 rcx=0000000000000003
  184. rdx=ffffa18e746f01a0 rsi=0000000000000000 rdi=0000000000000000
  185. rip=fffff802b20dd7b7 rsp=ffffb68cff406850 rbp=0000000000000000
  186. r8=00000014546c11f2 r9=000000000000001b
  187. ```
  188.  
  189. **Faulting Instruction:**
  190. ```
  191. nt!KiInsertTimerTable+0xe7:
  192. int 29h (Software interrupt - security check triggered)
  193. ```
  194.  
  195. **Stack Trace:**
  196. ```
  197. nt!KeBugCheckEx
  198. nt!KiBugCheckDispatch+0x69
  199. nt!KiFastFailDispatch+0xb2
  200. nt!KiRaiseSecurityCheckFailure+0x368
  201. nt!KiInsertTimerTable+0xe7
  202. nt!KiCommitThreadWait+0x353
  203. nt!KeWaitForSingleObject+0x859
  204. nt!ObWaitForSingleObject+0xbf
  205. nt!NtWaitForSingleObject+0x6a
  206. nt!KiSystemServiceCopyEnd+0x25
  207. ```
  208.  
  209. ---
  210.  
  211. ### **CRASH #5**
  212. **File:** 022426-30265-01.dmp
  213. **Date:** Feb 24, 2026, 20:01:25
  214. **Uptime:** 8 minutes 38 seconds ⚠️
  215.  
  216. **Bugcheck:** `IRQL_NOT_LESS_OR_EQUAL (0xA)`
  217. - **Arg1:** `0x54` (memory referenced - near-NULL)
  218. - **Arg2:** `0x2` (IRQL level)
  219. - **Arg3:** `0x0` (read operation)
  220. - **Arg4:** `0xfffff800ab052262` (faulting address)
  221.  
  222. **Technical Details:**
  223. - **Faulting Process:** `Zoom.exe`
  224. - **Faulting Function:** `nt!KiSwapThread+0x52`
  225. - **Faulting IP:** `fffff800ab052262` (Paged code)
  226. - **Read Address:** `0x0000000000000054` (near-NULL pointer)
  227. - **Failure Bucket:** `AV_nt!KiSwapThread`
  228. - **Failure Hash:** `{3a5eca23-a992-0c0e-a0ce-d48add0d8eda}`
  229.  
  230. **Faulting Instruction:**
  231. ```
  232. nt!KiSwapThread+0x52:
  233. mov ecx,dword ptr [r15+54h]
  234. ```
  235.  
  236. **Stack Trace:** (Corrupted - minimal information available)
  237. ```
  238. 0x0
  239. 0x2
  240. [Stack corrupted beyond this point]
  241. ```
  242.  
  243. ---
  244.  
  245. ### **CRASH #6**
  246. **File:** 022426-30953-01.dmp
  247. **Date:** Feb 24, 2026, 20:53:50
  248. **Uptime:** 52 minutes 6 seconds
  249.  
  250. **Bugcheck:** `IRQL_NOT_LESS_OR_EQUAL (0xA)`
  251. - **Arg1:** `0x83d8` (memory referenced)
  252. - **Arg2:** `0x2` (IRQL level)
  253. - **Arg3:** `0x0` (read operation)
  254. - **Arg4:** `0xfffff801743dab1f` (faulting address)
  255.  
  256. **Technical Details:**
  257. - **Faulting Process:** `aomhost64.exe` (AOMedia Host - AV1 codecs)
  258. - **Faulting Function:** `nt!KiStartReadyQueueEnumeratorForRescheduleContext+0x1cf`
  259. - **Faulting IP:** `fffff801743dab1f` (Paged code)
  260. - **Read Address:** `0x00000000000083d8`
  261. - **Failure Bucket:** `AV_nt!KiStartReadyQueueEnumeratorForRescheduleContext`
  262. - **Failure Hash:** `{f7c1e764-4304-dcdc-00c9-26a83244df9a}`
  263.  
  264. **Faulting Instruction:**
  265. ```
  266. nt!KiStartReadyQueueEnumeratorForRescheduleContext+0x1cf:
  267. mov ecx,dword ptr [rax+83D8h]
  268. ```
  269.  
  270. **Stack Trace:** (Corrupted)
  271. ```
  272. 0xffffffff`fffff800
  273. 0xffff9301`39151180
  274. 0xffffe409`f07ec040
  275. [Stack corrupted beyond this point]
  276. ```
  277.  
  278. ---
  279.  
  280. ### **CRASH #7**
  281. **File:** 022526-30234-01.dmp
  282. **Date:** Feb 25, 2026, 01:07:17 (Early morning)
  283. **Uptime:** 2 hours 1 minute 8 seconds
  284. **System State:** **IDLE** ⚠️
  285.  
  286. **Bugcheck:** `IRQL_NOT_LESS_OR_EQUAL (0xA)`
  287. - **Arg1:** `0x0` (NULL pointer - write attempt to address 0)
  288. - **Arg2:** `0xff` (IRQL level)
  289. - **Arg3:** `0xf` (WRITE operation + execute bit)
  290. - **Arg4:** `0xfffff801bb7bbbd0` (faulting address)
  291.  
  292. **Technical Details:**
  293. - **Faulting Process:** `System` (kernel itself)
  294. - **Faulting Function:** `nt!KiGetNextTimerExpirationDueTime+0x2a0`
  295. - **Faulting IP:** `fffff801bb7bbbd0` (Paged code)
  296. - **Write Address:** `0x0000000000000000` (absolute NULL pointer)
  297. - **Failure Bucket:** `AV_nt!KiGetNextTimerExpirationDueTime`
  298. - **Failure Hash:** `{fb98d682-2f5f-b11b-1a7d-94cf0bd39105}`
  299.  
  300. **Faulting Instruction:**
  301. ```
  302. nt!KiGetNextTimerExpirationDueTime+0x2a0:
  303. mov qword ptr [rax],rdi
  304. ```
  305. Attempted to write to `[rax]` where `rax=0x0000000000000000`
  306.  
  307. **Stack Trace (Idle Loop):**
  308. ```
  309. nt!KeBugCheckEx
  310. nt!KiBugCheckDispatch+0x69
  311. nt!KiPageFault+0x468
  312. nt!KiGetNextTimerExpirationDueTime+0x2a0
  313. nt!KeEstimateClockTickDuration+0x19b
  314. nt!PpmEstimateIdleDuration+0xe7
  315. nt!PpmComputeIdleDurationHint+0x81
  316. nt!PpmIdleSelectStates+0x18a
  317. nt!PoIdle+0x135
  318. nt!KiIdleLoop+0x54
  319. ```
  320.  
  321. **Critical Context:** CPU entered idle state, attempted to calculate sleep duration, needed to query timer table for next timer expiration, encountered NULL pointer in timer table.
  322.  
  323. ---
  324.  
  325. ## **PATTERN ANALYSIS**
  326.  
  327. ### **Temporal Pattern:**
  328. | Crash | Date | Uptime | Days Since Previous |
  329. |-------|------|--------|-------------------|
  330. | #1 | Feb 11 | 7h 35m | - |
  331. | #2 | Feb 19 | 5h 52m | 8 days |
  332. | #3 | Feb 23 | 1h 53m | 4 days |
  333. | #4 | Feb 24 | 2h 25m | 1 day |
  334. | #5 | Feb 24 | **8 min** | Same day |
  335. | #6 | Feb 24 | 52 min | Same day |
  336. | #7 | Feb 25 | 2h 1m | During idle |
  337.  
  338. **Observation:** Exponentially accelerating frequency. Uptime decreased from 7+ hours to 8 minutes.
  339.  
  340. ### **Functional Pattern:**
  341. All crashes involve kernel **TIMING/SCHEDULING** subsystem:
  342.  
  343. | Crash | Primary Function | Subsystem |
  344. |-------|-----------------|-----------|
  345. | #1 | KeAccumulateTicks | Timers |
  346. | #2 | KeAccumulateTicks | Timers |
  347. | #3 | CoalescableDueTime | Timers |
  348. | #4 | KiInsertTimerTable | Timers |
  349. | #5 | KiSwapThread | Scheduler |
  350. | #6 | KiStartReadyQueue | Scheduler |
  351. | #7 | KiGetNextTimerExpirationDueTime | **Timers (during IDLE)** |
  352.  
  353. ### **Error Type Distribution:**
  354. - **5 crashes:** IRQL_NOT_LESS_OR_EQUAL (0xA)
  355. - **1 crash:** SYSTEM_SERVICE_EXCEPTION (0x3B)
  356. - **1 crash:** KERNEL_SECURITY_CHECK_FAILURE (0x139)
  357.  
  358. ### **Memory Access Pattern:**
  359. All involve invalid memory access:
  360. - NULL or near-NULL pointers (#5: 0x54, #7: 0x00)
  361. - Corrupted pointers with impossible values (#3: 0x01a8e80008379d15)
  362. - Corrupted data structures (#4: LIST_ENTRY double-remove detection)
  363.  
  364. ### **Unique Failure Hashes:**
  365. - `{bdd44265-f411-b02a-f0e6-95fb2512e2b8}` - Crashes #1 and #2 (identical)
  366. - `{36d8c050-53ef-fceb-6b2c-75ac02716f1b}` - Crash #3
  367. - `{f89e8bcc-9d62-a3aa-7602-6fa1ac774850}` - Crash #4
  368. - `{3a5eca23-a992-0c0e-a0ce-d48add0d8eda}` - Crash #5
  369. - `{f7c1e764-4304-dcdc-00c9-26a83244df9a}` - Crash #6
  370. - `{fb98d682-2f5f-b11b-1a7d-94cf0bd39105}` - Crash #7
  371.  
  372. ### **Process Distribution:**
  373. - EL_Display_ser (Crash #1)
  374. - NVDisplay.Cont (Crash #2)
  375. - csrss.exe (Crash #3)
  376. - Zoom.exe (Crashes #4, #5)
  377. - aomhost64.exe (Crash #6)
  378. - System/Kernel (Crash #7)
  379.  
  380. ### **Additional Technical Details:**
  381. - All crashes show `Image Version: 10.0.26100.7824` or `10.0.26100.7623`
  382. - KASLR (Kernel Address Space Layout Randomization) active - kernel base address varies between crashes
  383. - All dumps show `BIOS Revision: 5.17.0.0`
  384. - Dump attributes consistent: `0x21008` (Kernel Generated Triage Dump)
  385.  
  386. ---
  387.  
  388. ## **CONFIGURATION CHANGES MADE**
  389.  
  390. **System modifications attempted:**
  391. 1. Uninstalled EL Display Hub software (after Crash #1)
  392. 2. Executed `bcdedit /set disabledynamictick yes` (successful)
  393. 3. Attempted `bcdedit /deletevalue useplatformclock` (failed - element not found)
  394.  
  395. **Result:** Crash #7 occurred after configuration changes, indicating changes did not resolve the issue.
  396.  
  397. ---
  398.  
  399. ## **COMPARATIVE CONTEXT**
  400.  
  401. User reports:
  402. - Second PC with identical Windows build (26200) and BIOS version runs without crashes
  403. - Same hardware configuration (unspecified which components match)
  404. - 16-year-old Windows installation upgraded from Windows 7
  405.  
  406. ---
  407.  
  408. **Note:** This analysis contains only factual data extracted from crash dumps and system information. No personal identifying information, locations, or sensitive data included.
Tags: windows
Advertisement
Add Comment
Please, Sign In to add comment