This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Commit b671e77
committed
Release 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.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>1 parent 2409452 commit b671e77
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments