Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 1999 14:50:28 -0500
From:      Alan Cox <alc@cs.rice.edu>
To:        Jason Evans <jasone@canonware.com>
Cc:        stable@freebsd.org
Subject:   Re: Kernel panic with mmap() and VM_STACK
Message-ID:  <19990614145028.B1909@cs.rice.edu>

next in thread | raw e-mail | index | archive | help
The underlying problem exists in -CURRENT as well.  It's just luck
of the draw that causes the failure to occur in one version but not
the other.  For example, your program doesn't crash my machine that
runs -STABLE.  Basically, vm_map_stack is assuming that vm_map_insert
will behave a certain way, but the assumption isn't always correct.

Stay tuned for a fix...

	Alan


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990614145028.B1909>