Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upbacktraces have blank lines and <unknown> instead of function names on FreeBSD #54434
Comments
This comment has been minimized.
This comment has been minimized.
umanwizard
commented
Sep 21, 2018
•
|
Output for the same code on macOS -- notice that
|
umanwizard
changed the title
backtraces have <unknown> instead of function names on FreeBSD
backtraces have blank lines and <unknown> instead of function names on FreeBSD
Sep 21, 2018
This comment has been minimized.
This comment has been minimized.
|
There's a downstream patch for this https://reviews.freebsd.org/D11574 (found through https://svnweb.freebsd.org/ports/head/lang/rust/files/) Upstreamed path to gcc: https://gcc.gnu.org/ml/gcc-patches/2018-03/msg00068.html (don't know how to tell if it's been merged) |
estebank
added
A-debuginfo
O-freebsd
labels
Sep 21, 2018
This comment has been minimized.
This comment has been minimized.
I looked at gcc git and that patch is not there. It also isn't in https://github.com/ianlancetaylor/libbacktrace (I'm not sure anymore if one repository is canonical or if merges are done both ways). |
This comment has been minimized.
This comment has been minimized.
umanwizard
commented
Sep 24, 2018
|
By the way, mounting |
This comment has been minimized.
This comment has been minimized.
|
I'd suggest sending the patch as a PR to the aforementioned libbacktrace repository, then once it lands, also update the libbacktrace in rust-lang-nursery. |
umanwizard commentedSep 21, 2018
Note that I am using
rustup, not the FreeBSDlang/rustport.