https://bugs.kde.org/show_bug.cgi?id=519779
--- Comment #7 from Roke Julian Lockhart Beedell <[email protected]> --- Created attachment 192133 --> https://bugs.kde.org/attachment.cgi?id=192133&action=edit The Trace From A Potential Reproduction This appeared to reproduce (per Abrt), when I attempted to delete a HAR file (`0-discourse.ubuntu.com_c_flavors_ubuntu-mate_191_Archive [26-05-08 16-17-08].har`), [^1] so it might not be limited to Thai. If https://retrace.fedoraproject.org/faf/reports/bthash/6ebeaaff0208d341b07ea0d9213f18ce332f47d2 is of no use, I have attached the output of: [^2] ~~~ mkdir -p $HOME/.config/gdb while IFS= read -r line; do grep -qxF "$line" $HOME/.config/gdb/gdbearlyinit 2>/dev/null || echo "$line" >> $HOME/.config/gdb/gdbearlyinit done <<'EOF' #!/usr/bin/env -S gdb -x set debuginfod enabled on set pagination off set confirm off EOF touch .gdb while IFS= read -r line; do grep -qxF "$line" .gdb 2>/dev/null || echo "$line" >> .gdb done <<'EOF' #!/usr/bin/env -S gdb -x set logging enabled on backtrace backtrace full thread apply all backtrace full quit EOF coredumpctl debug 79157 --debugger-arguments='-q -x .gdb' ~~~ [^1]: https://github.com/canonical/ubuntu.com/issues/16350#issue-4407395739 [^2]: https://github.com/systemd/systemd/issues/42000#issue-4407874250 -- You are receiving this mail because: You are watching all bug changes.
