Page Fault (not present) by fork()
Posted: Sun Aug 24, 2008 6:10 am
hello again,
this time, i have a Page Fault. the page is not present. It occurs when fork()ing. Exactly, at cloneTable, if(src->pages.frame).
the pagefault is at 0x123890ab (the same as HEAP_MAGIC) and the eip is 0x103073.
I am using the code of JamesMs tutorials.
Source is attached.
Thanks
// Jos
this time, i have a Page Fault. the page is not present. It occurs when fork()ing. Exactly, at cloneTable, if(src->pages.frame).
the pagefault is at 0x123890ab (the same as HEAP_MAGIC) and the eip is 0x103073.
I am using the code of JamesMs tutorials.
Source is attached.
Thanks
// Jos