Page 1 of 1

Page Fault (not present) by fork()

Posted: Sun Aug 24, 2008 6:10 am
by PHPnerd
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

Re: Page Fault (not present) by fork()

Posted: Thu Aug 28, 2008 12:32 pm
by PHPnerd
Nobody?

I figured out that it occurs at cloneTable(), if(!src->pages.frame).

// PHPnerd

Re: Page Fault (not present) by fork()

Posted: Thu Aug 28, 2008 1:57 pm
by itisiuk
it would help if the make files were present and an img file of what u compiled.