Bug 503416

Summary: "QThreadStorage N destroyed" messages when invoking konsole
Product: [Applications] konsole Reporter: Jim Fischer <jfischer_5809>
Component: generalAssignee: Konsole Bugs <konsole-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 25.04.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jim Fischer 2025-04-27 06:37:28 UTC
SUMMARY
When I invoke an instance of the konsole app via a command shell prompt, the Qt library always emits one or more these diagnostic messages:

QThreadStorage: Thread 0x562084c4bbc0 exited after QThreadStorage 9 destroyed
QThreadStorage: Thread 0x562084c4bbc0 exited after QThreadStorage 5 destroyed
QThreadStorage: Thread 0x562084c4bbc0 exited after QThreadStorage 4 destroyed

STEPS TO REPRODUCE
1. Open any command shell app--e.g., xterm, konsole
2. At the shell's command prompt, invoke any valid konsole command line, e.g.,
    $ konsole --version

OBSERVED RESULT
== X11 login ==
$ konsole --version
konsole 25.04.0
QThreadStorage: Thread 0x562084c4bbc0 exited after QThreadStorage 9 destroyed
QThreadStorage: Thread 0x562084c4bbc0 exited after QThreadStorage 5 destroyed
QThreadStorage: Thread 0x562084c4bbc0 exited after QThreadStorage 4 destroyed

== Wayland login ==
$ konsole --version
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
konsole 25.04.0
QThreadStorage: Thread 0x557259efbbc0 exited after QThreadStorage 9 destroyed
QThreadStorage: Thread 0x557259efbbc0 exited after QThreadStorage 5 destroyed
QThreadStorage: Thread 0x557259efbbc0 exited after QThreadStorage 4 destroyed


EXPECTED RESULT
$ konsole --version
konsole 25.04.0


SOFTWARE/OS VERSIONS
== X11 login ==
$ kinfo
Operating System: Fedora Linux 41
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Kernel Version: 6.14.3-200.fc41.x86_64 (64-bit)
Graphics Platform: X11
Processors: 4 × 13th Gen Intel® Core™ i7-13700
Memory: 5.7 GiB of RAM
Graphics Processor: llvmpipe

== Wayland login ==
$ kinfo
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
VMware: No 3D enabled (0, Success).
libEGL warning: egl: failed to create dri2 screen
Operating System: Fedora Linux 41
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Kernel Version: 6.14.3-200.fc41.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 4 × 13th Gen Intel® Core™ i7-13700
Memory: 5.7 GiB of RAM
Graphics Processor: llvmpipe

ADDITIONAL INFORMATION
For what it's worth, this is also happening on Fedora 42 KDE Plasma desktop hosts.
Comment 1 Antonio Rojas 2025-04-27 06:52:53 UTC

*** This bug has been marked as a duplicate of bug 500195 ***