[okl4-developer] About Server unload.
Josh Matthews
jmatthews at ok-labs.com
Fri May 30 16:37:29 EST 2008
Hi HoChul,
2008/5/29 유호철 <hcyoo at cuwave.co.kr>:
> memsection delete success !
>
> roottask read pagefault at 00307f04, ip=001037b8 – deny
>
You should only delete memsections that you create explicitly. Iguana
implicitly creates memsections for your code, BSS, and data - it looks like
you're deleting one of those, leading to this error.
Basically, if you're not creating any memsections explicitly (via
memsection_create or similar), you don't need to delete any.
Best regards,
Josh Matthews
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20080530/ef4eb484/attachment.htm
More information about the Developer
mailing list