DbgPrint in NDIS Drivers ?

hi all,
I have written a NDIS Driver that is crahing sometimes.While debugging the
NDIS miniport driver I found that it was crashing when it encounters a
DbgPrint. I increased the number of DbgPrint’s and found that Driver
Started crashing very oftenly .
Why is it so??? I cannot think why the driver is crashing when it a
DbgPrint is executed. Can it be a difference of IRQ levels???

Other information:
Windows 98.
Ndis Version 3.5.1

Any information is most welcome…

Ajitabh

Hi,
I have faced this problem and i used a different debug viewer. In my
case the culprit was my debug viewer :slight_smile:
// kb
----- Original Message -----
From: Ajitabh Prakash
To: NT Developers Interest List
Sent: Sunday, March 19, 2000 6:28 PM
Subject: [ntdev] DbgPrint in NDIS Drivers ?

> hi all,
> I have written a NDIS Driver that is crahing sometimes.While debugging the
> NDIS miniport driver I found that it was crashing when it encounters a
> DbgPrint. I increased the number of DbgPrint’s and found that Driver
> Started crashing very oftenly .
> Why is it so??? I cannot think why the driver is crashing when it a
> DbgPrint is executed. Can it be a difference of IRQ levels???
>
> Other information:
> Windows 98.
> Ndis Version 3.5.1
>
>
> Any information is most welcome…
>
> Ajitabh
>
> —
> You are currently subscribed to ntdev as: xxxxx@hclt.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>