Date: Sat, 13 Sep 2014 03:56:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 193593] [dtrace] root@test3:/home/adrian/git/norse/dsniff # dtrace -n 'pid$target:libc*:flockfile:entry { @[execname, ustack()] = count(); } END { trunc(@, 10); }' -p 44592 dtrace: description 'pid$target:libc*:flockfile:entry ' matched 2 probes Segmentation faul Message-ID: <bug-193593-8-1Y4UEAjla9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193593-8@https.bugs.freebsd.org/bugzilla/> References: <bug-193593-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193593 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |In Discussion CC| |markj@FreeBSD.org Assignee|freebsd-bugs@FreeBSD.org |markj@FreeBSD.org --- Comment #3 from Mark Johnston <markj@FreeBSD.org> --- Could you provide a copy of the core? Does dtrace consistently crash when run this way? Does it happen immediately, or when detaching? -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193593-8-1Y4UEAjla9>