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: Thu, 26 May 2016 09:52:56 +0000
Hi, I can't no longer produce a panic (thus the problem is fixed)
# dtrace -n syscall:::entry'/execname == "bash"/{@[ustack()] = count()}'
dtrace: invalid probe specifier syscall:::entry/execname == "bash"/{@[ustack()] = count()}: "/usr/lib/dtrace/psinfo.d", line 46: syntax error near "u_int"
However, I don't know if it works.
Thank you!
Home |
Main Index |
Thread Index |
Old Index