Need help!BSOD UNEXPECTED_KERNEL_MODE_TRAP ntoskrnl.exe

IIGhostII

Member
Joined
Oct 21, 2015
Posts
5
View attachment SysnativeFileCollectionApp.zip
OS - Windows 7
· x64 ?
· What was original installed OS on system? Windows 7 x64
· Pre installed
· 2013/2012 not 100% sure
· Age of OS installation - 2014

· CPU
Amd A6-4400 APU Dual Core Clocked at 3.1ghz Note: I unclocked it and i still had bsod's
· Video Card
Amd Radeon HD 7520G

· System Manufacturer -HP
· Exact model number (if laptop, check label on bottom) HP
Pavilion g6 2050sm

· Laptop or Desktop? Laptop
Getting this bsod while playing games/using photoshop cs6/randomly browsing internet or watching a video...
Please help guys
Getting this bsod for like 2-3 weeks,2-3 times a day
Note: I couldnt do the perfmon /report it showed up some error i think it was Windows couldnt find the path specified.Search around the web about that saw the fix to create the pla folder,but i had it already so idk whats the problem with that...
 
Can you upload the dump file from C:\Windows\MEMORY.dmp as this looks interesting.
I cannot see much with a minidump.

The cause is simply, but it's how and why that is difficult when finding the cause.

Code:
0: kd> !stackusage
Stack Usage By Function
=================================================================================

      Size     Count  Module
0x000006A0         1  nt!KiDispatchException
0x000002B0         1  nt! ?? ::FNODOBFM::`string'
0x000001E0         1  nt!KiExceptionDispatch
0x00000198         1  nt!KiDebugServiceTrap
0x00000140         1  nt!KiBugCheckDispatch
0x00000040         1  nt!DbgPrintEx
0x00000010         2  athrx
0x00000008         1  nt!DebugPrint
0x00000008         2  nt!KeBugCheckEx
0x00000008         1  athrx
0x00000008         1  athrx
0x00000008         1  athrx

Total Size: 0x00000E80


Stack Usage By Module
=================================================================================

      Size     Count  Module
0x00000E58         9  nt
0x00000028         5  athrx

Total Size: 0x00000E80

0: kd> kF
 #   Memory  Child-SP          RetAddr           Call Site
00           fffff800`048f7d28 fffff800`032d3169 nt!KeBugCheckEx
01         8 fffff800`048f7d30 fffff800`032d1632 nt!KiBugCheckDispatch+0x69
02       140 fffff800`048f7e70 fffff800`0330e437 nt!KiDoubleFaultAbort+0xb2
03  fe6cfdd0 fffff880`02fc7c40 fffff800`032d3242 nt!KiDispatchException+0xab
04       6a0 fffff880`02fc82e0 fffff800`032d28f3 nt!KiExceptionDispatch+0xc2
05       1e0 fffff880`02fc84c0 fffff800`032cba15 nt!KiDebugServiceTrap+0xf3
06       198 fffff880`02fc8658 fffff800`03312d75 nt!DebugPrint+0x15
07         8 fffff880`02fc8660 fffff800`0330e878 nt! ?? ::FNODOBFM::`string'+0xc4c2
08       2b0 fffff880`02fc8910 fffff880`06d8066d nt!DbgPrintEx+0x30
09        40 fffff880`02fc8950 fffff880`06fa5880 athrx+0x15866d
0a         8 fffff880`02fc8958 00000000`00000200 athrx+0x37d880
0b         8 fffff880`02fc8960 fffff880`06fa5880 0x200
0c         8 fffff880`02fc8968 00000000`ffffffff athrx+0x37d880
0d         8 fffff880`02fc8970 fffffa80`04ff8590 0xffffffff //Overflow
0e         8 fffff880`02fc8978 fffff880`06da1f35 0xfffffa80`04ff8590
0f         8 fffff880`02fc8980 fffff880`06f68e60 athrx+0x179f35
10         8 fffff880`02fc8988 fffff880`02fc8b68 athrx+0x340e60
11         8 fffff880`02fc8990 fffff880`00000000 0xfffff880`02fc8b68
12         8 fffff880`02fc8998 fffff880`02fc8b68 0xfffff880`00000000
13         8 fffff880`02fc89a0 00000000`00000000 0xfffff880`02fc8b68


0: kd> lmvm athrx
Browse full module list
start             end                 module name
fffff880`06c3b000 fffff880`06fe6000   athrx    T (no symbols)           
    Loaded symbol image file: athrx.sys
    Image path: athrx.sys
    Image name: athrx.sys
    Browse all global symbols  functions  data
    Timestamp:        Thu Jun 14 09:23:09 2012 (4FD99F6D)
    CheckSum:         0039179C
    ImageSize:        003AB000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

You can see from the memory usage on the stack that the atheros driver has caused a stack overflow.
The stack counter dropped to -1, probably indicating the stack counter has exceeded the stack bound by pushing too much on the stack, thus corrupting it.

Just update the atheros driver, another bug.
 
What do you mean exactly?
You'll have to elaborate.

You go use the driver for your network card model, and your OS version.
I.e Windows 8.1 64bit.
 
Updated all of them..There was one as a wifi adapter,then the lan one and the bluetooth atheros driver.There's no bsod's since then! Thank you bro.Cant upload the memory.dmp file when i click upload on the attachments page it doesnt show up...
 
You have to upload it to a 3rd party file sharing site like Onedrive, Dropbox, or Google drive (as the file is too large to upload here.).
 
That's good news.
I'm just interested, so if you can upload it, then please do.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top