Dear All,
Can someone suggest me links to the documentation for these routines…
Actually i have amulti-threaded driver program and the code is crashing at ntoskrnl.exe’s KiIpiserviceRotuine function.
Thanks,
Giri.
Dear All,
Can someone suggest me links to the documentation for these routines…
Actually i have amulti-threaded driver program and the code is crashing at ntoskrnl.exe’s KiIpiserviceRotuine function.
Thanks,
Giri.
This is the IPI (Interprocessor Interrupt) service routine, this is used for a
number of things in the kernel that need to activate one or more other processors
to do something, This can be things like, force a DPC on another processor, paging
can do this at times, etc. It is not the direct cause of your crash.
Don Burn
Egenera, Inc
----- Original Message -----
From: Seshagiri Babu K V
To: NT Developers Interest List
Sent: Thursday, January 09, 2003 5:04 AM
Subject: [ntdev] KiIpiServiceRoutine and related API’s
Dear All,
Can someone suggest me links to the documentation for these routines…
Actually i have amulti-threaded driver program and the code is crashing at ntoskrnl.exe’s KiIpiserviceRotuine function.
Yeah…I too feel so. Can my driver in anyway affect in such kind of routine getting executed… How can see if my driver is doing fine in this situaltion?
----- Original Message -----
From: Don Burn
To: NT Developers Interest List
Sent: Thursday, January 09, 2003 4:39 PM
Subject: [ntdev] Re: KiIpiServiceRoutine and related API’s
This is the IPI (Interprocessor Interrupt) service routine, this is used for a
number of things in the kernel that need to activate one or more other processors
to do something, This can be things like, force a DPC on another processor, paging
can do this at times, etc. It is not the direct cause of your crash.
Don Burn
Egenera, Inc
----- Original Message -----
From: Seshagiri Babu K V
To: NT Developers Interest List
Sent: Thursday, January 09, 2003 5:04 AM
Subject: [ntdev] KiIpiServiceRoutine and related API’s
Dear All,
Can someone suggest me links to the documentation for these routines…
You are currently subscribed to ntdev as: xxxxx@sasken.com
To unsubscribe send a blank email to xxxxx@lists.osr.com