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:
gdb plasma-systemmonitor
run
- Use debuginfod or not
- Create the crash
bt
Or use coredumpctl
since it shows up there too.