DragonFly commits List (threaded) for 2008-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/netinet raw_ip.c
:I was trying to track this down, but you beat me at it ;-)
:
:Btw: traceroute crashed vkernel; real kernel didn=B4t crash.
:
: -thomas
The vkernel is great for testing anything that uses copyin/copyout,
because unlike the real kernel process user space is not directly
accessible by the virtual kernel. So if copyin/copyout isn't used to
access it, the vkernel will crash.
(That's just a guess on my part as to why the vkernel was crashing
but the real kernel was not).
Matthew Dillon
<dillon@backplane.com>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]