Debugging NDIS IM Driver

Hi, I’ve been trying to debug a driver that seems to crash at different
places. Could someone who has experienced this before tell me how you’ve
managed to solve it? I don’t know how to isolate the problem since it
crashes at different places. I’d welcome any ideas on how I should
approach this kind of problems too. :slight_smile:

Thanks

Zelin


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

Pool corruption probably.
You’re spoiling the memory not belonging to you.

Max

----- Original Message -----
From:
To: “NT Developers Interest List”
Sent: Sunday, October 14, 2001 10:00 PM
Subject: [ntdev] Debugging NDIS IM Driver

> Hi, I’ve been trying to debug a driver that seems to crash at different
> places. Could someone who has experienced this before tell me how you’ve
> managed to solve it? I don’t know how to isolate the problem since it
> crashes at different places. I’d welcome any ideas on how I should
> approach this kind of problems too. :slight_smile:
>
> Thanks
>
> Zelin
>
> —
> 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