addr2line with FreeBSD kernel failing

Ryan Stone rysto32 at gmail.com
Tue Aug 7 18:05:12 UTC 2018


dtrace has native support for decoding symbols with the %a format
specifier.  Try this:

printf("Runs vap->iv_newstate: %a", vap->iv_newstate);


More information about the freebsd-hackers mailing list