UNEXPECTED_KERNEL_MODE_TRAP

Hi,

I am getting an Bug Check 0x7F:UNEXPECTED_KERNEL_MODE_TRAP. It says that
my kernel stack is less than 0x500 bytes. Any idea what could cause such
a problem? My device driver captures video for about 30+ itterations and
then I get this bug check. :frowning: I have read through the msdn and it says
that for p1=8 that there is most likely a hardware problem, but I fail
to believe that. I know it is something I am doing in my driver, just
not sure what it is. Any help would be greatly appreciated.

Thanks,
Miki


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

What does your trap says ? Use kv to find out trap frame and !trap to find
out the registers status.

  • Vipul

-----Original Message-----
From: Mukul Goyal [mailto:xxxxx@smalcamera.com]
Sent: Monday, November 19, 2001 12:48 PM
To: NT Developers Interest List
Subject: [ntdev] UNEXPECTED_KERNEL_MODE_TRAP

Hi,

I am getting an Bug Check 0x7F:UNEXPECTED_KERNEL_MODE_TRAP. It says that
my kernel stack is less than 0x500 bytes. Any idea what could cause such
a problem? My device driver captures video for about 30+ itterations and
then I get this bug check. :frowning: I have read through the msdn and it says
that for p1=8 that there is most likely a hardware problem, but I fail
to believe that. I know it is something I am doing in my driver, just
not sure what it is. Any help would be greatly appreciated.

Thanks,
Miki


You are currently subscribed to ntdev as: xxxxx@fvc.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Is it possible you are doing something recursive with a lot of local
variable space in each call?

“Mukul Goyal” @lists.osr.com on 11/19/2001 01:48:24
PM

Please respond to “NT Developers Interest List”

Sent by: xxxxx@lists.osr.com

To: “NT Developers Interest List”
cc:

Subject: [ntdev] UNEXPECTED_KERNEL_MODE_TRAP

Hi,

I am getting an Bug Check 0x7F:UNEXPECTED_KERNEL_MODE_TRAP. It says that
my kernel stack is less than 0x500 bytes. Any idea what could cause such
a problem? My device driver captures video for about 30+ itterations and
then I get this bug check. :frowning: I have read through the msdn and it says
that for p1=8 that there is most likely a hardware problem, but I fail
to believe that. I know it is something I am doing in my driver, just
not sure what it is. Any help would be greatly appreciated.

Thanks,
Miki

—
You are currently subscribed to ntdev as: xxxxx@seagate.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com