Deva,
I’m using code based on Walter Oney’s example code as a framework for my
driver. I’m testing under the driver verifier on XP. During install of the
driver, I get the assertion failure:
ASSERT_PASSIVE_LEVEL failed … Irql = 1
*** Assertion failed: FALSE
*** Source File: D:\xpclient\base\ntos\config\cmwrapr.c line 297
I can ignore the error and get everything running, I just hesitate to ship
the driver without understanding what this is all about.
Thanks for any help! Hopefully it is OK for someone whose code causes
asserts to write kernel mode drivers… ;^)
-Evan
Evan Hillman
General Standards
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
Your in a function that expects to be at PASSIVE_LEVEL (0) but IRQL is at
APC_LEVEL (1).
Gary G. Little
Broadband Storage, Inc.
xxxxx@broadstor.com
xxxxx@inland.net
(949) 7372731
-----Original Message-----
From: Evan Hillman [mailto:xxxxx@attbi.com]
Sent: Wednesday, December 19, 2001 11:06 AM
To: NT Developers Interest List
Subject: [ntdev] Assertion failure in cmwrapr.c
Deva,
I’m using code based on Walter Oney’s example code as a framework for my
driver. I’m testing under the driver verifier on XP. During install of the
driver, I get the assertion failure:
ASSERT_PASSIVE_LEVEL failed … Irql = 1
*** Assertion failed: FALSE
*** Source File: D:\xpclient\base\ntos\config\cmwrapr.c line 297
I can ignore the error and get everything running, I just hesitate to ship
the driver without understanding what this is all about.
Thanks for any help! Hopefully it is OK for someone whose code causes
asserts to write kernel mode drivers… ;^)
-Evan
Evan Hillman
General Standards
You are currently subscribed to ntdev as: xxxxx@broadstor.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
Calling a registry function from APC_LEVEL.
Max
----- Original Message -----
From: “Evan Hillman”
To: “NT Developers Interest List”
Sent: Wednesday, December 19, 2001 10:06 PM
Subject: [ntdev] Assertion failure in cmwrapr.c
> Deva,
>
> I’m using code based on Walter Oney’s example code as a framework for my
> driver. I’m testing under the driver verifier on XP. During install of the
> driver, I get the assertion failure:
>
> ASSERT_PASSIVE_LEVEL failed … Irql = 1
>
> Assertion failed: FALSE
>
> Source File: D:\xpclient\base\ntos\config\cmwrapr.c line 297
>
>
> I can ignore the error and get everything running, I just hesitate to ship
> the driver without understanding what this is all about.
>
> Thanks for any help! Hopefully it is OK for someone whose code causes
> asserts to write kernel mode drivers… ;^)
>
> -Evan
>
> Evan Hillman
> General Standards
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.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