hi,
I my kernel code my system is hanging after displaying the message
"ExceptionDispatch: pexi=c201fca4 Pc=00000000"
I searched this msg and found it inthe func ExceptionDispatch(
PCONTEXT pctx ) but could nt find as to who calls this func Can anybode
tell me why and when this func is called

waiting for a favorable reply

--
Thanks
Honey

Re: ExceptionDispatch OAL by Bruce

Bruce
Mon Sep 11 14:51:27 CDT 2006

Search the assembly files, it is called.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"Honey" <Honey@discussions.microsoft.com> wrote in message
news:3B33BAAD-E4A3-42A1-BF02-FB9502AB7F1A@microsoft.com...
> hi,
> I my kernel code my system is hanging after displaying the message
> "ExceptionDispatch: pexi=c201fca4 Pc=00000000"
> I searched this msg and found it inthe func ExceptionDispatch(
> PCONTEXT pctx ) but could nt find as to who calls this func Can anybode
> tell me why and when this func is called
>
> waiting for a favorable reply
>
> --
> Thanks
> Honey



Re: ExceptionDispatch OAL by Honey

Honey
Tue Sep 12 00:14:01 CDT 2006

hi,
thanks for your reply. I found it now. I also see that it is been called
from CaptureContext but I am not able to get what is this function and why do
i seem to get inside this. When I read the description it says
"CaptureContext is invoked in kernel context on the user thread's stack to
; build a context structure to be used for exception unwinding."

Please help me into this as I think i should not i entered into
capturContext itself but i do enter which throws me into the endless loop. I
am working on devp OAL for ARM 926 but the get problem as soon as kernel
calls MDCreateThread in SchedInit

Thanks in advance and waiting for your favorable advice

--
Thanks
Honey


"Bruce Eitman [eMVP]" wrote:

> Search the assembly files, it is called.
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> beitman AT applieddata DOT net
>
> Applied Data Systems
> www.applieddata.net
> An ISO 9001:2000 Registered Company
> Microsoft WEP Gold-level Member
>
> "Honey" <Honey@discussions.microsoft.com> wrote in message
> news:3B33BAAD-E4A3-42A1-BF02-FB9502AB7F1A@microsoft.com...
> > hi,
> > I my kernel code my system is hanging after displaying the message
> > "ExceptionDispatch: pexi=c201fca4 Pc=00000000"
> > I searched this msg and found it inthe func ExceptionDispatch(
> > PCONTEXT pctx ) but could nt find as to who calls this func Can anybode
> > tell me why and when this func is called
> >
> > waiting for a favorable reply
> >
> > --
> > Thanks
> > Honey
>
>
>