NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/50790: Kernel panic induced by dtrace.
The following reply was made to PR kern/50790; it has been noted by GNATS.
From: coypu%SDF.ORG@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/50790: Kernel panic induced by dtrace.
Date: Mon, 22 Feb 2016 19:12:38 +0000
More detailed:
Start NetBSD, login, don't start anything. load dtrace things.
run the following:
# dtrace -n syscall:::entry'/execname == "bash"/{@[ustack()] = count()}'
there is no crash, this can be stopped and is fine.
if I ctrl+alt+f2 and login another time (and launch bash, my default
shell, again), the kernel panics.
Savecore:
http://coypu.sdf.org/netbsd.2.gz
http://coypu.sdf.org/netbsd.2.core.gz
Home |
Main Index |
Thread Index |
Old Index