BSOD error 0xc7 , PLEASE HELP AND THANKS A LOT!!!!

Jun 13, 2018
1
0
10
Instant Online Crash Analysis, brought to you by OSR Open Systems Resources, Inc.
Show DivPrimary Analysis
Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)
Online Crash Dump Analysis Service
See http://www.osronline.com for more information
Windows 8 Kernel Version 17134 MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Machine Name:
Kernel base = 0xfffff803`94418000 PsLoadedModuleList = 0xfffff803`947d52f0
Debug session time: Wed Jun 13 01:46:25.032 2018 (UTC - 4:00)
System Uptime: 0 days 4:14:57.808
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

TIMER_OR_DPC_INVALID (c7)
Kernel timer or DPC used incorrectly.
Arguments:
Arg1: 0000000000000003, Incorrect processor number for DPC.
Arg2: fffff803945b74e8, Address of the DPC object.
Arg3: 0000000000000f44, Processor number.
Arg4: 0000000000000008, Number of processors in the system.

Debugging Details:
------------------

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT

BUGCHECK_STR: 0xC7

PROCESS_NAME: System

CURRENT_IRQL: f

BAD_PAGES_DETECTED: 117e0

LAST_CONTROL_TRANSFER: from fffff803946061ad to fffff803945af680

STACK_TEXT:
ffffc004`5c62f8e8 fffff803`946061ad : 00000000`000000c7 00000000`00000003 fffff803`945b74e8 00000000`00000f44 : nt!KeBugCheckEx
ffffc004`5c62f8f0 fffff803`944bc067 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiInsertQueueDpc+0x149e6d
ffffc004`5c62f990 fffff803`945b1105 : 00000000`00000002 00000000`00000000 ffffc004`5c62fb00 00000000`00000001 : nt!KiEntropyQueueDpc+0x27
ffffc004`5c62f9d0 00001f80`0047ac41 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiInterruptSubDispatchNoLockNoEtw+0xd5
ffff9602`ff2e00f0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x1f80`0047ac41


STACK_COMMAND: kb

SYMBOL_NAME: PAGE_NOT_ZERO

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: Unknown_Module

IMAGE_NAME: Unknown_Image

DEBUG_FLR_IMAGE_TIMESTAMP: 0

BUCKET_ID: PAGE_NOT_ZERO

Followup: MachineOwner
---------

*** Memory manager detected 71648 instance(s) of page corruption, target is likely to have memory corruption.


This free analysis is provided by OSR Open Systems Resources, Inc.
Want a deeper understanding of crash dump analysis? Check out our Windows Kernel Debugging and Crash Dump Analysis Seminar (opens in new tab/window)
Show DivCrash Code Links
Show DivLoaded Module List
Show DivRaw Stack Contents
Show DivDump Header Information
Show DivStrings




WHAT SHALL I DO NEXT? CAN ANYONE PROVIDE ME DETAILED SOLUTIONS?

PS. I AM COMPLETELY NEW TO THESE COMPUTER RELATED ISSUES. TQTQ
 
Solution
Can't say I seen this one before - The TIMER_OR_DPC_INVALID bug check has a value of 0x000000C7. This is issued if a kernel timer or delayed procedure call (DPC) is found somewhere in memory where it is not permitted.

From what I can tell its a driver error, just need to figure out which

How many times has it happened? If its ongoing, can you follow option one on the following link - here
and then do this step below: Small memory dumps - Have Windows Create a Small Memory Dump (Minidump) on BSOD

that creates a file in c windows/minidump after the next BSOD
copy that file to documents
upload the copy from documents to a cloud server and share the link here and someone with right software to read them will help you fix it :)

Colif

Win 11 Master
Moderator
Can't say I seen this one before - The TIMER_OR_DPC_INVALID bug check has a value of 0x000000C7. This is issued if a kernel timer or delayed procedure call (DPC) is found somewhere in memory where it is not permitted.

From what I can tell its a driver error, just need to figure out which

How many times has it happened? If its ongoing, can you follow option one on the following link - here
and then do this step below: Small memory dumps - Have Windows Create a Small Memory Dump (Minidump) on BSOD

that creates a file in c windows/minidump after the next BSOD
copy that file to documents
upload the copy from documents to a cloud server and share the link here and someone with right software to read them will help you fix it :)
 
Solution