Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2017 07:03:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 220324] Process run under truss(1) doesn't launch child processes
Message-ID:  <bug-220324-8@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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: freebsd-bugs@FreeBSD.org
          Reporter: yuri@rawbw.com

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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220324-8>