I’m tesing my network miniport driver.
It is always ,not must, that blue screen will arrive.
The information I get is IRQL_NOT_LESS_OR_EQUAL ,
I found that it is produced by my Rx DPC.
But the memory I accessed is a temp var in the Rx DPC routine,
such as UINT a; LONG b; and so on.
I changed stack size to 8192 , but the result stiil be there.
What’s the matter ?
Could you help me ??
Connect the debugger, set your symbol path to symbol server, and send
the output of !analyze command.
-Srin.
-----Original Message-----
From: Yee [mailto:xxxxx@hotmail.com]
Sent: Monday, June 16, 2003 5:36 PM
To: NT Developers Interest List
Subject: [ntdev] IRQL_NOT_LESS_OR_EQUAL – problem about stack size ??
Hi, All
I’m tesing my network miniport driver.
It is always ,not must, that blue screen will arrive.
The information I get is IRQL_NOT_LESS_OR_EQUAL ,
I found that it is produced by my Rx DPC.
But the memory I accessed is a temp var in the Rx DPC routine,
such as UINT a; LONG b; and so on.
I changed stack size to 8192 , but the result stiil be there.
What’s the matter ?
Could you help me ??