https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220324
Bug ID: 220324
Summary: Process run under truss(1) doesn't launch child
processes
Product: Base System
Version: 11.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Created attachment 183874
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183874&action=edit
Testcase: pdfork.c
The attached program executes /bin/ls when run normally, but it doesn't execute
/bin/ls when run under truss(1) like this:
> truss -f 2>out ./pdfork
There is no ls output, and the DTrace script exec.d doesn't show the exec call.
r317247 (FreeBSD 11.0-STABLE)
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"