Ramit,
Thank you for replying. It is Win98 SE OS. I will double check the timer
scheduled and the memory allocating.
I placed the debug version of NDIS into my system and able to see that some
time it crased when the Netbeui protocol driver release it bufferpool
memory.
From: “Ramit Bhalla”
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: crash at shutdow. please help !!!
>Date: Sat, 9 Jun 2001 11:09:46 +0530
>
>c if u have any timer scheduled which have not been cancelled. and for
>which
>OS are u designing it?
>
>Also how much memory are U allocating?
>
>Ramit.
>
>----- Original Message -----
>From: “Ken Nguyen”
>To: “NT Developers Interest List”
>Sent: Thursday, June 07, 2001 10:34 PM
>Subject: [ntdev] crash at shutdow. please help !!!
>
>
> > I am developing a Nic miniport driver. Every time I shutdown my Nic
>adapter
> > an exception pop out and crashes. Here what I have so far:
> >
> > 1. It crashed before it calls my Miniport shutdown function.
> > 2. Every time it crashed there is a netbeui ndis call in the calling
>stack
> > 3. Unbind Netbeui from my NIC card seems to get rid of the problem.
> >
> > Please help!
> >
> > Thank you
> >
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@wipro.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Get your FREE download of MSN Explorer at http://explorer.msn.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
From what I have seen here, by allocation too much kernel memory my
win95/98se crashes when netbeui/tcpip tries to allocate some ( I had a major
time tryin to debug this one !!! )
The solution was to allocate less memory ( if my memory serves me right I
read some where that in 95/98 the call to allocate shared memory can result
in an assertion.bug check if the call fails to allocate the memory )
Also check the OS installtion, try a fresh installation, I have many cases
here where some of the system files have got corrupt and I have to reinstall
the OS and then it works fine.
Ramit.
----- Original Message -----
From: “Ken Nguyen”
To: “NT Developers Interest List”
Sent: Monday, June 11, 2001 10:32 PM
Subject: [ntdev] Re: crash at shutdow. please help !!!
> Ramit,
>
> Thank you for replying. It is Win98 SE OS. I will double check the timer
> scheduled and the memory allocating.
>
> I placed the debug version of NDIS into my system and able to see that
some
> time it crased when the Netbeui protocol driver release it bufferpool
> memory.
>
>
> >From: “Ramit Bhalla”
> >Reply-To: “NT Developers Interest List”
> >To: “NT Developers Interest List”
> >Subject: [ntdev] Re: crash at shutdow. please help !!!
> >Date: Sat, 9 Jun 2001 11:09:46 +0530
> >
> >c if u have any timer scheduled which have not been cancelled. and for
> >which
> >OS are u designing it?
> >
> >Also how much memory are U allocating?
> >
> >Ramit.
> >
> >----- Original Message -----
> >From: “Ken Nguyen”
> >To: “NT Developers Interest List”
> >Sent: Thursday, June 07, 2001 10:34 PM
> >Subject: [ntdev] crash at shutdow. please help !!!
> >
> >
> > > I am developing a Nic miniport driver. Every time I shutdown my Nic
> >adapter
> > > an exception pop out and crashes. Here what I have so far:
> > >
> > > 1. It crashed before it calls my Miniport shutdown function.
> > > 2. Every time it crashed there is a netbeui ndis call in the calling
> >stack
> > > 3. Unbind Netbeui from my NIC card seems to get rid of the problem.
> > >
> > > Please help!
> > >
> > > Thank you
> > >
> > > Get your FREE download of MSN Explorer at http://explorer.msn.com
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@wipro.com
> > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> >
> >—
> >You are currently subscribed to ntdev as: xxxxx@hotmail.com
> >To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@wipro.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