Skip to content

v1.10.2

Compare
Choose a tag to compare
@phmccarty phmccarty released this 06 Feb 23:01
· 249 commits to master since this release

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.