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
Page Fault (not present) by fork()
Page Fault (not present) by fork()
Last edited by PHPnerd on Sun Sep 14, 2008 1:49 pm, edited 1 time in total.
Jinix
Re: Page Fault (not present) by fork()
Nobody?
I figured out that it occurs at cloneTable(), if(!src->pages.frame).
// PHPnerd
I figured out that it occurs at cloneTable(), if(!src->pages.frame).
// PHPnerd
Jinix
Re: Page Fault (not present) by fork()
it would help if the make files were present and an img file of what u compiled.