[Bug 230444] some CTF data objects are missing a type index

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 7 21:32:03 UTC 2018


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

            Bug ID: 230444
           Summary: some CTF data objects are missing a type index
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: markj at FreeBSD.org

# ctfdump -d /boot/kernel/kernel | grep vm_radix_node_zone
  [16957] 0    vm_radix_node_zone (24397)

The second number is supposed to be an index into the type table.  For some
reason it's not getting filled in, which I believe is a regression.  It does
get filled in for some objects, e.g., "ticks".  The lack of a type index means
that I can't refer to the symbol in dtrace scripts.

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


More information about the freebsd-bugs mailing list