Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Aug 2018 21:32:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230444] some CTF data objects are missing a type index
Message-ID:  <bug-230444-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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@FreeBSD.org
          Reporter: markj@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.


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