Hi,
I found the reason for “DPC messages” i’s using too many call of DbgPrint. After avoiding extra print the only following assertion messages occurs repetetively:
*** Assertion failed: MINIPORT_LOCK_ACQUIRED(Miniport)
*** Source File: w:\nt\private\ntos\ndis\ndis40\mp..\efilter.c, line 2113
Break, Ignore, Terminate Process or Terminate Thread (bipt)?
By Ignoring(i mean ‘i’ option to question) I can go ahead and login to system then after, i can work in the system. I need to ignore whenever this message appears, otherwise it again hangs the system?
What assertion is required in efilter.c? Does anybody have idea. I think this code must be MS Propritory and not a published one, now how to find out more about the ASSERTION.
Looking for any kind of help.
Thanks
– Sumit
eLitecore Technologies Pvt. Ltd.
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
I guess you have a serialized miniport and call into this miniport
from the outside ( means ndis-wrapper does not know about activation).
Maybe it helps to build a deserialized miniport.
HTH
| Norbert Kawulski | mailto:xxxxx@stollmann.de |
| Stollmann T.P.GmbH, Development | http://www.stollmann.de |
–If it’s ISDN or Bluetooth, make sure it’s driven by Stollmann–
Hi,
I found the reason for “DPC messages” i’s using too many call of DbgPrint. After avoiding extra print the only following assertion messages occurs repetetively:
*** Assertion failed: MINIPORT_LOCK_ACQUIRED(Miniport)
*** Source File: w:\nt\private\ntos\ndis\ndis40\mp..\efilter.c, line 2113
Break, Ignore, Terminate Process or Terminate Thread (bipt)?
By Ignoring(i mean ‘i’ option to question) I can go ahead and login to system then after, i can work in the system. I need to ignore whenever this message appears, otherwise it again hangs the
system?
What assertion is required in efilter.c? Does anybody have idea. I think this code must be MS Propritory and not a published one, now how to find out more about the ASSERTION.
Looking for any kind of help.
Thanks
– Sumit
eLitecore Technologies Pvt. Ltd.
You are currently subscribed to ntdev as: xxxxx@stollmann.de
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
Hi All,
The problem was solved by managing some binding stuffs… I’ve disabled binding of IMSamp Adapter to IMSamp Transport and IMSamp Adapter to WINS and at the same time i need to enable binding of the services with both real and IMSamp virtual adapter…
I’m sure it would be not a parmanent solution as there are still other protocol remaining which was not installed on my machine, like NetBEUI, SPX/IPX,…
Have anybody experienced working of IMSamp in all this multiprotocol environment? I’ll appritiate if someone write about the binding contaxt and working of IMSamp with/in presence of these all Protocol…
– Sumit
----- Original Message -----
From: Norbert Kawulski
> I guess you have a serialized miniport and call into this miniport from the outside ( means ndis-wrapper does not know about activation).
> Assertion failed: MINIPORT_LOCK_ACQUIRED(Miniport)
> Source File: w:\nt\private\ntos\ndis\ndis40\mp..\efilter.c, line 2113
> Break, Ignore, Terminate Process or Terminate Thread (bipt)?
> By Ignoring(i mean ‘i’ option to question) I can go ahead and login to system then after, i can work in the system. I need to ignore whenever this message appears, otherwise it again hangs the
> system?
> What assertion is required in efilter.c? Does anybody have idea. I think this code must be MS Propritory and not a published one, now how to find out more about the ASSERTION.
> Looking for any kind of help.
> Thanks
> – Sumit
____________________________________________________________
eLitecore Technologies Pvt. Ltd.
—
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
Hi,
I’m using IMSamp, which is a Deserialized driver(as in documents)… any comments?
Thanks,
–Sumit
----- Original Message -----
From: Norbert Kawulski
I guess you have a serialized miniport and call into this miniportfrom the outside ( means ndis-wrapper does not know about activation).
Maybe it helps to build a deserialized miniport.
HTH
From : Sumit Pandya
> following assertion messages occurs repetetively:
> Assertion failed: MINIPORT_LOCK_ACQUIRED(Miniport)
> Source File: w:\nt\private\ntos\ndis\ndis40\mp..\efilter.c, line 2113
> Break, Ignore, Terminate Process or Terminate Thread (bipt)?
> By Ignoring(i mean ‘i’ option to question) I can go ahead and login to system then after, i can work in the system. I need to ignore whenever this message appears, otherwise it again hangs the system?
____________________________________________________________
eLitecore Technologies Pvt. Ltd.
—
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