Bug 409448

Summary: Crash/coredump at logout
Product: [Frameworks and Libraries] frameworks-kglobalaccel Reporter: Stan <viraptor>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED DUPLICATE    
Severity: crash CC: bugseforuns, nate
Priority: NOR    
Version: 5.59.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: coredump

Description Stan 2019-07-03 09:01:51 UTC
Created attachment 121299 [details]
coredump

SUMMARY

At logout kglobalaccel crashes with the following:

                Stack trace of thread 5650:
                #0  0x00007fa264fd8e75 raise (libc.so.6)
                #1  0x00007fa264fc3895 abort (libc.so.6)
                #2  0x00007fa2653e9b05 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5)
                #3  0x00007fa2659928af _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5)
                #4  0x00007fa265993108 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5)
                #5  0x00007fa2655cd0c5 _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5)
                #6  0x00007fa2659948c3 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5)
                #7  0x00007fa265995828 _ZN15QGuiApplicationC2ERiPPci (libQt5Gui.so.5)
                #8  0x00005564bbcdc481 n/a (kglobalaccel5)
                #9  0x00007fa264fc4f33 __libc_start_main (libc.so.6)
                #10 0x00005564bbcdc7de n/a (kglobalaccel5)

STEPS TO REPRODUCE
1. Logout in fedora 30

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 30
(available in About System)
KDE Plasma Version: 5.15.5
KDE Frameworks Version: 5.59.0
Qt Version: 5.12.4

ADDITIONAL INFORMATION
Comment 1 Patrick Silva 2019-08-09 11:07:47 UTC
crash on logout also occurs on Neon unstable edition

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.16.80
KDE Frameworks Version: 5.61.0
Qt Version: 5.12.3


Thread 1 (Thread 0x7ff5751f1800 (LWP 13915)):
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x00007ff5730cd801 in __GI_abort () at abort.c:79
#2  0x00007ff57388af2b in qt_message_fatal (context=..., message=<synthetic pointer>...)
    at global/qlogging.cpp:1901
#3  QMessageLogger::fatal (this=this@entry=0x7ffe25b16be0, msg=msg@entry=0x7ff57444a5b7 "%s")
    at global/qlogging.cpp:887
#4  0x00007ff57404ad6b in init_platform (argv=<optimized out>, argc=<optimized out>, 
    platformThemeName=..., platformPluginPath=..., pluginNamesWithArguments=...)
    at kernel/qguiapplication.cpp:1211
#5  QGuiApplicationPrivate::createPlatformIntegration (this=0x55df55ed8310)
    at kernel/qguiapplication.cpp:1384
#6  0x00007ff57404b22d in QGuiApplicationPrivate::createEventDispatcher (this=<optimized out>)
    at kernel/qguiapplication.cpp:1401
#7  0x00007ff573a8ef75 in QCoreApplicationPrivate::init (this=this@entry=0x55df55ed8310)
    at kernel/qcoreapplication.cpp:857
#8  0x00007ff57404c56f in QGuiApplicationPrivate::init (this=0x55df55ed8310)
    at kernel/qguiapplication.cpp:1430
#9  0x00007ff57404d214 in QGuiApplication::QGuiApplication (this=0x7ffe25b16e80, 
    argc=@0x7ffe25b16e3c: 1, argv=0x7ffe25b16ff8, flags=330755) at kernel/qguiapplication.cpp:625
#10 0x000055df53f1b525 in main (argc=<optimized out>, argv=0x7ffe25b16ff8)
    at ./src/runtime/main.cpp:49
Comment 2 Nate Graham 2021-02-26 17:05:16 UTC

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