whenever I start my computer my plasmashell begins crashing immediately after I login, this started after a forced shutdown due to a gamefreeze that also caused a plasmashell crash. the developer/debug info is here
This GDB supports auto-downloading debuginfo from the following URLs:
<https://debuginfod.fedoraproject.org/>
Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal]
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[New LWP 3573]
[New LWP 3572]
[New LWP 3509]
[New LWP 3508]
[New LWP 3036]
[New LWP 2988]
[New LWP 2983]
[New LWP 2982]
[New LWP 2981]
[New LWP 2980]
[New LWP 2975]
[New LWP 2974]
[New LWP 2970]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x00007f094a0876c2 in __syscall_cancel_arch () from /lib64/libc.so.6
Traceback (most recent call last):
File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 812, in print_preamble
print_preamble_internal()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 783, in print_preamble_internal
resolve_modules()
~~~~~~~~~~~~~~~^^
File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 766, 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 2968] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (process 2968) 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' ```
The terminal shows some variation of this after using `killall plasmashell' to interrupt the loop
```IFFChunk::innerFromDevice: unkwnown chunk "\x89PNG"
IFFChunk::innerFromDevice: unkwnown chunk "\x89PNG"
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::end: Painter not active, aborted
KCrash: Attempting to start /usr/bin/plasmashell
KCrash: Application 'plasmashell' crashing... crashRecursionCounter = 2
kf.plasma.quick: Applet preload policy set to 1```