DragonFly kernel List (threaded) for 2007-04
DragonFly BSD
DragonFly kernel List (threaded) for 2007-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [SOLVED] Re: Strange vkernel crash


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 13 Apr 2007 09:53:31 -0700 (PDT)

:Dave Hayes wrote:
:> It seems the problem is that I changed MAXDSIZ and MAXSSIZ. Thanks
:> Matt for finding this!
:
:uuuuuuuh.  evil.  but why would the vkernel die?  some hard memory layout=
: assumptions?
:
:cheers
:  simon

    Bug in the code.  I assumed that I could pass an address to mmap()
    and it would map it at that address, but of course what really happens
    is that mmap only uses the address as a hint.

    In anycase, its all fixed now.

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]