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: [email protected]
          Reporter: [email protected]

# 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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to