I got a 0xa bugcheck such as the following. I am unable to get a useful trap
frame address by doing “kv”, and so cannot do !trap to get
true frame. Is there some known way of getting around this. Please include
me in all your replies as I not subscribed directly.
Thanks
-Johnny
*** Fatal System Error: 0x0000000a
(0x00000016,0x00000002,0x00000000,0x8042CCA2)
i386kd: A fatal system error has occurred.
i386kd: Debugger entered on first try; Bugcheck callbacks have not been
invoked.
i386kd: A fatal system error has occurred.
ntoskrnl!DbgBreakPointWithStatus+4:
80455994 cc int 3
eax=00000003 ebx=0000000a ecx=f74c3dcc edx=00000000 esi=00000016
edi=f74c3940
eip=80455994 esp=f74c38fc ebp=f74c3928 iopl=0 nv up ei pl zr na po
nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000
efl=00000246
ntoskrnl!DbgBreakPointWithStatus+4:
80455994 cc int 3
ChildEBP RetAddr Args to Child
f74c3928 8042c2bb 00000003 00000016 8042cca2
ntoskrnl!DbgBreakPointWithStatus+0x
4
f74c3cb4 80467e7f 00000000 00000016 00000002 ntoskrnl!KeBugCheckEx+0x169
f74c3cd0 804024d7 f74c3cf4 00000000 813903a0 ntoskrnl!Kei386EoiHelper+0x2ac9
00000246 00000000 00000000 00000000 00000000
ntoskrnl!KiReleaseSpinLock+0x1c7
80481b20 0000000a 00000016 00000002 00000000
80481b30 8042cca2
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
My suggestion is to subscribe … It’s easy … and it’s free … well …
you do have to pay of a computer which isn’t free … or borrow someone’s
… or use someone’s … and you or they do have to have access to an ISP
… which isn’t free … oh never mind …
Try running !analyze -v. If on SMP try “0kb/v” and or “1kb/v”.
Barring that, who is at 8042CCA2 that was trying to access address 16?
ewwwww … stinky …
ntoskrnl!KiReleaseSpinLock makes me wonder if you might not have an
un-initialized spin lock that you have attempted to access, or perhaps you
are passing a bogus spinlock address to KeReleaseSpinlock.
Gary G. Little
xxxxx@broadstor.com
xxxxx@inland.net
“Johnny D” wrote in message news:xxxxx@ntdev…
>
> I got a 0xa bugcheck such as the following. I am unable to get a useful
trap
> frame address by doing “kv”, and so cannot do !trap to get
> true frame. Is there some known way of getting around this. Please include
> me in all your replies as I not subscribed directly.
>
> Thanks
> -Johnny
>
>
> *** Fatal System Error: 0x0000000a
> (0x00000016,0x00000002,0x00000000,0x8042CCA2)
>
>
> i386kd: A fatal system error has occurred.
> i386kd: Debugger entered on first try; Bugcheck callbacks have not been
> invoked.
>
>
> i386kd: A fatal system error has occurred.
>
> ntoskrnl!DbgBreakPointWithStatus+4:
> 80455994 cc int 3
> eax=00000003 ebx=0000000a ecx=f74c3dcc edx=00000000 esi=00000016
> edi=f74c3940
> eip=80455994 esp=f74c38fc ebp=f74c3928 iopl=0 nv up ei pl zr na po
> nc
> cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000
> efl=00000246
> ntoskrnl!DbgBreakPointWithStatus+4:
> 80455994 cc int 3
> ChildEBP RetAddr Args to Child
> f74c3928 8042c2bb 00000003 00000016 8042cca2
> ntoskrnl!DbgBreakPointWithStatus+0x
> 4
> f74c3cb4 80467e7f 00000000 00000016 00000002 ntoskrnl!KeBugCheckEx+0x169
> f74c3cd0 804024d7 f74c3cf4 00000000 813903a0
ntoskrnl!Kei386EoiHelper+0x2ac9
> 00000246 00000000 00000000 00000000 00000000
> ntoskrnl!KiReleaseSpinLock+0x1c7
> 80481b20 0000000a 00000016 00000002 00000000
> 80481b30 8042cca2
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
>
I tried “!analyze -v” but it says that there is no such export. Do I need to
pull in some special DLL for this?. I have the latest DDK installed.
thanks
-Johnny
From: “Gary G. Little”
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: 0xa bugcheck
>Date: Tue, 12 Mar 2002 08:13:54 -0800
>
>My suggestion is to subscribe … It’s easy … and it’s free … well …
>you do have to pay of a computer which isn’t free … or borrow someone’s
>… or use someone’s … and you or they do have to have access to an ISP
>… which isn’t free … oh never mind …
>
>Try running !analyze -v. If on SMP try “0kb/v” and or “1kb/v”.
>
>Barring that, who is at 8042CCA2 that was trying to access address 16?
>
>ewwwww … stinky …
> ntoskrnl!KiReleaseSpinLock makes me wonder if you might not have an
>un-initialized spin lock that you have attempted to access, or perhaps you
>are passing a bogus spinlock address to KeReleaseSpinlock.
>–
>Gary G. Little
>xxxxx@broadstor.com
>xxxxx@inland.net
>
>“Johnny D” wrote in message news:xxxxx@ntdev…
> >
> > I got a 0xa bugcheck such as the following. I am unable to get a useful
>trap
> > frame address by doing “kv”, and so cannot do !trap to
>get
> > true frame. Is there some known way of getting around this. Please
>include
> > me in all your replies as I not subscribed directly.
> >
> > Thanks
> > -Johnny
> >
> >
> > *** Fatal System Error: 0x0000000a
> > (0x00000016,0x00000002,0x00000000,0x8042CCA2)
> >
> >
> > i386kd: A fatal system error has occurred.
> > i386kd: Debugger entered on first try; Bugcheck callbacks have not been
> > invoked.
> >
> >
> > i386kd: A fatal system error has occurred.
> >
> > ntoskrnl!DbgBreakPointWithStatus+4:
> > 80455994 cc int 3
> > eax=00000003 ebx=0000000a ecx=f74c3dcc edx=00000000 esi=00000016
> > edi=f74c3940
> > eip=80455994 esp=f74c38fc ebp=f74c3928 iopl=0 nv up ei pl zr na
>po
> > nc
> > cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000
> > efl=00000246
> > ntoskrnl!DbgBreakPointWithStatus+4:
> > 80455994 cc int 3
> > ChildEBP RetAddr Args to Child
> > f74c3928 8042c2bb 00000003 00000016 8042cca2
> > ntoskrnl!DbgBreakPointWithStatus+0x
> > 4
> > f74c3cb4 80467e7f 00000000 00000016 00000002 ntoskrnl!KeBugCheckEx+0x169
> > f74c3cd0 804024d7 f74c3cf4 00000000 813903a0
>ntoskrnl!Kei386EoiHelper+0x2ac9
> > 00000246 00000000 00000000 00000000 00000000
> > ntoskrnl!KiReleaseSpinLock+0x1c7
> > 80481b20 0000000a 00000016 00000002 00000000
> > 80481b30 8042cca2
> >
> >
> >
> > MSN Photos is the easiest way to share and print your photos:
> > http://photos.msn.com/support/worldwide.aspx
> >
> >
> >
>
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to %%email.unsub%%
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.