[Bug 217678] `dtrace -ln 'pid$target:::entry' -c ls` doesn't have ls module on -RELEASE but does on -STABLE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 10 06:44:36 UTC 2017


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

            Bug ID: 217678
           Summary: `dtrace -ln 'pid$target:::entry' -c ls` doesn't have
                    ls module on -RELEASE but does on -STABLE
           Product: Base System
           Version: 11.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: lwhsu at FreeBSD.org

On 11.0-RELEASE-p8:

# dtrace -ln 'pid$target:ls::entry' -c ls
   ID   PROVIDER            MODULE                          FUNCTION NAME
dtrace: failed to match pid26218:ls::entry: No probe matches description

On 11.0-STABLE (r314939):

# dtrace -ln 'pid$target:ls::entry' -c ls
   ID   PROVIDER            MODULE                          FUNCTION NAME
60239     pid805                ls                         finalizer entry
...

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


More information about the freebsd-bugs mailing list