Re: Pagefault in StringItem IPC

BERTRAND Joel <[email protected]> Tue, 30 Nov 2010 19:43:14 +0100
Newsgroups gmane.comp.micro-kernel.l4.l4ka.general
Message-ID <[email protected]>
Some news. When I try to execute step after step my program, it hangs on 
line :

   200321:   ff 14 25 40 1b 20 00    callq  *0x201b40

cauchy:[~/openvms/mnt/boot] > nm pager.sys | grep 201b40
0000000000201b40 B __L4_Ipc

	If I understand, my function tries to jump to address 0x201b40 
(L4_Call() entry point) that is not accessible. Why ?

	JB