I can't report a bug with KWalletManager via Konqi, because it requires KWallet

I recently attempted to create a new wallet, to capture a screenshot of it:

When I attempted to create the new wallet, KWalletManager5 SIGABRT’d, per bugzilla.redhat.com/show_bug.cgi?id=2437325. All subsequent invocations are useless:

Worse, because KWallet is ANR’ing, I can’t report its crashes via Konqi:

I don’t even have a crash trace for Konqi, though, because I see:

  1. [1]

    Starting debugger gdb --init-eval-command=set auto-solib-add off -nw -n -batch --init-eval-command=set debuginfod enabled on -x /tmp/drkonqi.BcxXoI -x /tmp/drkonqi.VEMZXi -p 189624 /usr/libexec/drkonqi
    [New LWP 195074]
    [New LWP 189725]
    [New LWP 189724]
    [New LWP 189723]
    [New LWP 189722]
    [New LWP 189721]
    [New LWP 189720]
    [New LWP 189719]
    [New LWP 189718]
    [New LWP 189717]
    [New LWP 189705]
    [New LWP 189684]
    [New LWP 189683]
    [New LWP 189682]
    [New LWP 189681]
    [New LWP 189639]
    [New LWP 189638]
    [New LWP 189637]
    [New LWP 189636]
    [New LWP 189635]
    [New LWP 189634]
    [New LWP 189633]
    [New LWP 189632]
    [New LWP 189631]
    [New LWP 189628]
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/lib64/libthread_db.so.1".
    __syscall_cancel_arch () at ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S:56
    56		ret
    Traceback (most recent call last):
    File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 608, in print_preamble
    print_preamble_internal()
    ~~~~~~~~~~~~~~~~~~~~~~~^^
    File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 582, in print_preamble_internal
    resolve_modules()
    ~~~~~~~~~~~~~~~^^
    File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 565, in resolve_modules
    raise RuntimeError("No corefile found. Cannot resolve modules.")
    RuntimeError: No corefile found. Cannot resolve modules.
    No corefile found. Cannot resolve modules.
    A debugging session is active.
    
    	Inferior 1 [process 189624] will be detached.
    
    Quit anyway? (y or n) [answered Y; input not from terminal]
    [Inferior 1 (process 189624) detached]
    Sentry is attempting to send 2 pending events
    Waiting up to 30 seconds
    Press Ctrl-C to quit
    Debugging ended with exit code '1' and exit status 'NormalExit'
    
  2. bugs.kde.org/show_bug.cgi?id=506879#c4:

Can I at least bypass KWallet?

Tangential

I ask because this shall soon matter:

Regardless, at least this ordeal allows me to re-confirm bugs.kde.org/show_bug.cgi?id=512512 with plasma-drkonqi-6.5.5-1.fc43.


  1. krita-artists.org/t/164185/6 ↩︎

#!/usr/bin/env sh
systemctl --user stop kwalletd6.service plasma-kwallet-pam.service
pkill -9 kwalletd6

This allowed me to report bugs.kde.org/show_bug.cgi?id=515646.