System Monitor reproducibly crashes, but DrKonqi never notices

This is already tracked here: 482169 – System Monitor in Plasma 6 crashes on clicking "Show Details Sidebar"

Would be interesting how to get the backtrace.
Edit:
Actually it is very simple using gdb:

  1. gdb plasma-systemmonitor
  2. run
  3. Use debuginfod or not
  4. Create the crash
  5. bt

Or use coredumpctl since it shows up there too.

1 Like