https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281751

Kyle Evans <kev...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kev...@freebsd.org

--- Comment #33 from Kyle Evans <kev...@freebsd.org> ---
(In reply to Alex Tutubalin from comment #32)

This is very weird- can you try out a dtrace one-liner to try and narrow it
down? From https://wiki.freebsd.org/DTrace/One-Liners and adjusted:

dtrace -n 'fbt:::return /(int)arg1 == EPERM && pid == $pid/ { stack(); }' -c
<command>

I don't recall how dtrace -c word-splitting does or doesn't work, might need to
toss the jail command into a shell script and execute that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to