BSOD for various reasons, especially when stressed

Zephyz

New Member
Messages
8
Hi!

So recently my computer has been crashing at inopportune times. I have a sneaking suspicion that it's something to do with my hardware since most crash files point towards ntkrnlmp.exe in windbg. Attached are the files.

The crashes usually happen when my computer is running at a high intensity. When I'm rendering videos, it often crashes, and when I play games or have a lot of tabs open, it crashes. Additionally, it does NOT crash when I limit the processor to 99% performance under the "power options," but performance is notably affected.

I'm running an EVGA GTX 770SC, AMD FX-8350 Black mobile processor, 8gb 1866mhz Corsair ram, and an Asus M5A97 R2.0.

Also, as a side note: how are these dump files analyzed? I use windbg, but even the -!analyze command gives me very limited information.

Thank you for all your help!
 

My Computer

System One

  • OS
    Windows 8
Hi hiddenzephyr & Welcome to the forums ^_^,

"ntkrnlmp.exe" is the executable which contains the code for the Kernel Mode of the operating system. If you see that this has been blamed by the WinDBG, it is because of the fact that something in the Kernel caused the bugcheck and the culprit was using the executable (Kernel) for executing it's code. If this executable really was the problem, you would be seeing a lot more problems than simple (Hehe, not so simple? :p )BSODs.

I have analysed your dump files and below has been provided an analysis of the same for informative purposes -

UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind that the kernel isn't allowed to have/catch (bound trap) or that is always instant death (double fault). So, this means that an exception occurred when another exception was being processed.

Code:
**************************Tue Mar 24 09:23:54.263 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\032315-9703-01.dmp]
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 8:36:56.951
 
Probably caused by : ntkrnlmp.exe ( nt!KxWaitForLockOwnerShipWithIrql+14 )
 
BugCheck 3B, {c0000005, fffff803b04beba4, ffffd00025293f20, 0}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000003B]SYSTEM_SERVICE_EXCEPTION (3b)[/url]
 
Arguments: 
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff803b04beba4, Address of the instruction which caused the bugcheck
Arg3: ffffd00025293f20, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR:  0x3B
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
PROCESS_NAME:  AppleMobileDev
 
FAILURE_BUCKET_ID:  0x3B_nt!KxWaitForLockOwnerShipWithIrql
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Mar 23 07:04:29.171 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\032215-9781-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 1:29:03.859
 
Probably caused by : ntkrnlmp.exe ( nt!KxWaitForLockOwnerShip+12 )
 
BugCheck 1000007E, {ffffffffc0000005, fffff803ef2a77e2, ffffd000981e0738, ffffd000981dff40}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x1000007E]SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)[/url]
 
Arguments: 
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff803ef2a77e2, The address that the exception occurred at
Arg3: ffffd000981e0738, Exception Record Address
Arg4: ffffd000981dff40, Context Record Address
PROCESS_NAME:  System
 
BUGCHECK_STR:  AV
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  AV_nt!KxWaitForLockOwnerShip
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun Mar 22 07:41:56.734 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\032115-10421-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 0:02:55.421
 
Probably caused by : ntkrnlmp.exe ( nt!KeAcquireInStackQueuedSpinLock+52 )
 
BugCheck 1000007E, {ffffffffc0000005, fffff8021d6a97e2, ffffd000df9e0738, ffffd000df9dff40}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x1000007E]SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)[/url]
 
Arguments: 
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff8021d6a97e2, The address that the exception occurred at
Arg3: ffffd000df9e0738, Exception Record Address
Arg4: ffffd000df9dff40, Context Record Address
BUGCHECK_STR:  AV
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  WRONG_SYMBOLS
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun Mar 22 07:38:34.575 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\032115-9968-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 2:56:33.263
 
Probably caused by : ntkrnlmp.exe ( nt!KeAcquireInStackQueuedSpinLock+52 )
 
BugCheck 1000007E, {ffffffffc0000005, fffff80157aff7e2, ffffd000e21e0738, ffffd000e21dff40}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x1000007E]SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)[/url]
 
Arguments: 
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff80157aff7e2, The address that the exception occurred at
Arg3: ffffd000e21e0738, Exception Record Address
Arg4: ffffd000e21dff40, Context Record Address
BUGCHECK_STR:  AV
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  WRONG_SYMBOLS
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Wed Mar 18 13:38:00.495 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\031715-13140-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 2 days 4:22:37.183
 
Probably caused by : ntkrnlmp.exe ( nt!setjmpex+37e9 )
 
BugCheck 7F, {8, ffffd000ffc48230, ffffd00029e9ed10, fffff80374b543cb}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000007F]UNEXPECTED_KERNEL_MODE_TRAP (7f)[/url]
 
Arguments: 
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: ffffd000ffc48230
Arg3: ffffd00029e9ed10
Arg4: fffff80374b543cb
BUGCHECK_STR:  0x7f_8
 
FAILURE_BUCKET_ID:  WRONG_SYMBOLS
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun Mar 15 13:52:52.462 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\031415-18812-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 0:25:31.151
 
*** WARNING: Unable to verify timestamp for win32k.sys
 
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
 
Probably caused by : win32k.sys ( win32k+12a8f3 )
 
BugCheck 3B, {c0000005, fffff803c70c6ba4, ffffd00025c6ee70, 0}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000003B]SYSTEM_SERVICE_EXCEPTION (3b)[/url]
 
Arguments: 
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff803c70c6ba4, Address of the instruction which caused the bugcheck
Arg3: ffffd00025c6ee70, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR:  0x3B
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  WRONG_SYMBOLS
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun Mar 15 13:26:52.335 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\031415-10953-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 3:30:38.025
 
*** WARNING: Unable to verify timestamp for win32k.sys
 
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
 
Probably caused by : win32k.sys ( win32k+624b1 )
 
BugCheck 3B, {c0000005, fffff802f3922ba4, ffffd00026f8de70, 0}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000003B]SYSTEM_SERVICE_EXCEPTION (3b)[/url]
 
Arguments: 
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff802f3922ba4, Address of the instruction which caused the bugcheck
Arg3: ffffd00026f8de70, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR:  0x3B
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  WRONG_SYMBOLS
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun Mar 15 09:55:44.072 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\031415-9515-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 3 days 10:34:33.774
 
Probably caused by : ntkrnlmp.exe ( nt!KeAcquireSpinLockRaiseToDpc+a4 )
 
BugCheck 3B, {c0000005, fffff800c4cb9ba4, ffffd0002a93b5b0, 0}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000003B]SYSTEM_SERVICE_EXCEPTION (3b)[/url]
 
Arguments: 
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff800c4cb9ba4, Address of the instruction which caused the bugcheck
Arg3: ffffd0002a93b5b0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR:  0x3B
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  WRONG_SYMBOLS
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sat Mar  7 15:32:01.728 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\030715-5484-01.dmp]
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 2:12:24.419
 
*** WARNING: Unable to verify timestamp for Rt630x64.sys
 
*** ERROR: Module load completed but symbols could not be loaded for Rt630x64.sys
 
Probably caused by : Rt630x64.sys ( Rt630x64+15c78 )
 
BugCheck 1E, {ffffffffc0000005, fffff80138e907e2, ffffd00122dcd6b8, ffffd00122dccec0}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000001E]KMODE_EXCEPTION_NOT_HANDLED (1e)[/url]
 
Arguments: 
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff80138e907e2, The address that the exception occurred at
Arg3: ffffd00122dcd6b8, Parameter 0 of the exception
Arg4: ffffd00122dccec0, Parameter 1 of the exception
BUGCHECK_STR:  0x1E_c0000005
 
PROCESS_NAME:  System
 
FAILURE_BUCKET_ID:  0x1E_c0000005_Rt630x64+15c78
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu Mar  5 14:48:26.467 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\030415-5625-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 0:53:58.157
 
*** WARNING: Unable to verify timestamp for win32k.sys
 
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
 
Probably caused by : win32k.sys ( win32k+58adf )
 
BugCheck 3B, {c0000005, fffff801da534ba4, ffffd000243cd1b0, 0}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000003B]SYSTEM_SERVICE_EXCEPTION (3b)[/url]
 
Arguments: 
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff801da534ba4, Address of the instruction which caused the bugcheck
Arg3: ffffd000243cd1b0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR:  0x3B
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  WRONG_SYMBOLS
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu Mar  5 13:53:59.907 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\030415-5578-01.dmp]
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 4:27:49.595
 
Probably caused by : ntkrnlmp.exe ( nt!KxWaitForLockOwnerShip+12 )
 
BugCheck 1000007E, {ffffffffc0000005, fffff8028630b7e2, ffffd0007cc7b738, ffffd0007cc7af40}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x1000007E]SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)[/url]
 
Arguments: 
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff8028630b7e2, The address that the exception occurred at
Arg3: ffffd0007cc7b738, Exception Record Address
Arg4: ffffd0007cc7af40, Context Record Address
PROCESS_NAME:  System
 
BUGCHECK_STR:  AV
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  AV_nt!KxWaitForLockOwnerShip
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Tue Mar  3 13:23:19.243 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\030215-5375-01.dmp]
 
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
 
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
 
Windows 8 Kernel Version 9600 MP (8 procs) Free x64
 
Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
 
System Uptime: 0 days 4:00:30.932
 
Probably caused by : ntkrnlmp.exe ( nt!KxWaitForLockOwnerShipWithIrql+14 )
 
BugCheck 24, {b500190637, ffffd00021853748, ffffd00021852f50, fffff80153cc6ba4}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x00000024]NTFS_FILE_SYSTEM (24)[/url]
 
Arguments: 
Arg1: 000000b500190637
Arg2: ffffd00021853748
Arg3: ffffd00021852f50
Arg4: fffff80153cc6ba4
PROCESS_NAME:  vsserv.exe
 
BUGCHECK_STR:  0x24
 
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
 
FAILURE_BUCKET_ID:  0x24_nt!KxWaitForLockOwnerShipWithIrql
 
  BIOS Version                  1302
 
  BIOS Release Date             11/14/2012
 
  Manufacturer                  To be filled by O.E.M.
 
  Baseboard Manufacturer        ASUSTeK COMPUTER INC.
 
  Product Name                  To be filled by O.E.M.
 
  Baseboard Product             M5A97 R2.0
 
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
Below is a list of 3rd party drivers present on your system -
Code:
**************************Tue Mar 24 09:23:54.263 2015 (UTC + 5:30)**************************
[COLOR=#FF0000][U][B]GEARAspiWDM.sys             Fri May  4 01:26:17 2012 (4FA2E2E1)
usbfilter.sys               Wed Aug 29 06:57:12 2012 (503D6FF0)
amd_sata.sys                Mon Sep 17 14:10:39 2012 (5056E207)
amd_xata.sys                Mon Sep 17 14:10:43 2012 (5056E20B)
bdfwfpf.sys                 Wed Oct 17 17:42:10 2012 (507EA09A)
[/B][/U][/COLOR]Rt630x64.sys                Fri Jun 21 14:59:10 2013 (51C41CE6)
asmtxhci.sys                Sat Aug 17 00:58:42 2013 (520E7D6A)
asmthub3.sys                Sat Aug 17 00:58:54 2013 (520E7D76)
RTKVHD64.sys                Mon Oct  7 19:29:13 2013 (5252BE31)
mbae64.sys                  Mon Sep  8 23:57:15 2014 (540DF503)
nvhda64v.sys                Thu Oct  9 22:32:27 2014 (5436BFA3)
trufos.sys                  Sat Oct 11 14:31:08 2014 (5438F1D4)
nvvad64v.sys                Thu Nov 20 21:03:54 2014 (546E09E2)
bdfndisf6.sys               Mon Dec 15 20:29:47 2014 (548EF763)
NvStreamKms.sys             Mon Jan 12 23:26:42 2015 (54B40ADA)
avc3.sys                    Wed Jan 14 15:28:21 2015 (54B63DBD)
avchv.sys                   Fri Jan 23 19:22:58 2015 (54C2523A)
gzflt.sys                   Tue Feb 24 20:22:39 2015 (54EC9037)
nvlddmkm.sys                Fri Mar 13 21:09:56 2015 (550304CC)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Wed Mar 18 13:38:00.495 2015 (UTC + 5:30)**************************
MBAMSwissArmy.sys           Sat Sep 20 03:44:07 2014 (541CAAAF)
gzflt.sys                   Wed Oct 22 12:59:01 2014 (54475CBD)
nvlddmkm.sys                Thu Feb  5 23:31:37 2015 (54D3B001)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun Mar 15 13:52:52.462 2015 (UTC + 5:30)**************************
npf.sys                     Fri Mar  1 07:01:24 2013 (513004EC)
gwdrv.sys                   Wed Feb 18 13:53:58 2015 (54E44C1E)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sat Mar  7 15:32:01.728 2015 (UTC + 5:30)**************************
xspltspk.sys                Thu Jun 12 02:29:54 2014 (5398C34A)
http://www.carrona.org/drivers/driver.php?id=GEARAspiWDM.sys
http://www.carrona.org/drivers/driver.php?id=usbfilter.sys
http://www.carrona.org/drivers/driver.php?id=amd_sata.sys
http://www.carrona.org/drivers/driver.php?id=amd_xata.sys
http://www.carrona.org/drivers/driver.php?id=bdfwfpf.sys
http://www.carrona.org/drivers/driver.php?id=Rt630x64.sys
http://www.carrona.org/drivers/driver.php?id=asmtxhci.sys
http://www.carrona.org/drivers/driver.php?id=asmthub3.sys
http://www.carrona.org/drivers/driver.php?id=RTKVHD64.sys
http://www.carrona.org/drivers/driver.php?id=mbae64.sys
http://www.carrona.org/drivers/driver.php?id=nvhda64v.sys
http://www.carrona.org/drivers/driver.php?id=trufos.sys
http://www.carrona.org/drivers/driver.php?id=nvvad64v.sys
http://www.carrona.org/drivers/driver.php?id=bdfndisf6.sys
http://www.carrona.org/drivers/driver.php?id=NvStreamKms.sys
http://www.carrona.org/drivers/driver.php?id=avc3.sys
http://www.carrona.org/drivers/driver.php?id=avchv.sys
http://www.carrona.org/drivers/driver.php?id=gzflt.sys
http://www.carrona.org/drivers/driver.php?id=nvlddmkm.sys
http://www.carrona.org/drivers/driver.php?id=MBAMSwissArmy.sys
http://www.carrona.org/drivers/driver.php?id=gzflt.sys
http://www.carrona.org/drivers/driver.php?id=nvlddmkm.sys
http://www.carrona.org/drivers/driver.php?id=npf.sys
http://www.carrona.org/drivers/driver.php?id=gwdrv.sys
http://www.carrona.org/drivers/driver.php?id=xspltspk.sys

Kindly follow the below steps -

  1. Please update the drivers highlighted in RED.
  2. I would suggest you to perform the Hardware Diagnostics mentioned in this **GUIDE**.
  3. Your BIOS is dated 2012. According to the support website of your motherboard, there are various updates available to the BIOS which improve the system stability. Please note that the flashing of firmware is an extremely risky process and even a small mistake can turn your motherboard into paperweight. Let us wait till you complete other steps before flashing BIOS :)

Let me know how it goes ^_^

-Pranav
 

My Computer

System One

  • OS
    Windows 8.1 Industry Pro B-)
    Computer type
    Laptop
    System Manufacturer/Model
    Toshiba
    CPU
    Core I5 2430M @ 2.4GHz
    Memory
    8 GB DDR3 @ 1600MHz Dual Channel ^_^
    Graphics Card(s)
    Intel HD 3000 B-)
    Screen Resolution
    1366x768
    Hard Drives
    Toshiba 500 GB
    Browser
    Google Chrome
    Antivirus
    Windows Defender & Common Sense!
Back
Top