v1.10.2
This release improves reliability of both the crash and oops probes.
- The crash probe will now reprocess a core file if it encounters
missing symbols when creating backtraces the first time. This
improves telemetry when run on Clear Linux OS, which downloads debuginfo
on-the-fly as needed. - The oops parsing will now capture "unreliable" stack frames for kernel
oopses using the same notation as the kernel ("? "). Previously, the
parsing code ignored the unreliable flag, so those frames appeared to be
trustworthy frames.