cvs commit: src/sys/netinet raw_ip.c
Matthew Dillon
dillon at apollo.backplane.com
Tue Jul 1 11:42:40 PDT 2008
: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 at backplane.com>
More information about the Commits
mailing list