Re: Improved stacks in Linux crash reports

2020-11-09 Thread ISHIKAWA,chiaki
On 2020/11/10 14:49, Gabriele Svelto wrote: On 10/11/20 05:57, ISHIKAWA,chiaki wrote: Does this support split dwarf object files? Not yet, but it should be possible to add support easily because the crates we depend on for parsing DWARF debuginfo have just been updated to support split DWARF [1

Re: Improved stacks in Linux crash reports

2020-11-09 Thread Gabriele Svelto
On 10/11/20 05:57, ISHIKAWA,chiaki wrote: > Does this support split dwarf object files? Not yet, but it should be possible to add support easily because the crates we depend on for parsing DWARF debuginfo have just been updated to support split DWARF [1]. Gabriele [1] https://github.com/gimli-r

Re: Improved stacks in Linux crash reports

2020-11-09 Thread ISHIKAWA,chiaki
On 2020/11/06 17:56, Gabriele Svelto wrote: [cross-posting to dev-platform] Hello all, I'm glad to announce that we switched our symbol scrapers for Linux distributions to our new and improved Rust-based tooling [1]. This means that when looking at crash reports or profiling you will not find

Improved stacks in Linux crash reports

2020-11-06 Thread Gabriele Svelto
[cross-posting to dev-platform] Hello all, I'm glad to announce that we switched our symbol scrapers for Linux distributions to our new and improved Rust-based tooling [1]. This means that when looking at crash reports or profiling you will not find stack traces with missing or omitted function n