Bug 348996 - KCMInit crashed an I was doing nothing
Summary: KCMInit crashed an I was doing nothing
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.13.3
Platform: unspecified Linux
: NOR crash
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2015-06-10 18:14 UTC by Ricardo Klein
Modified: 2018-07-25 15:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Klein 2015-06-10 18:14:09 UTC
Application: kcminit_startup ()

Qt Version: 5.4.2
Operating System: Linux 4.0.4-303.fc22.x86_64 x86_64
Distribution: "Fedora release 22 (Twenty Two)"

-- Information about the crash:
- Unusual behavior I noticed:
I was just chating on IRSSI over a yakuake terminal, nothing special, and the window showing that something crashed just showed.
Using Fedora 22 KDESpin

The crash can be reproduced sometimes.

-- Backtrace:
Application: KCMInit (kcminit_startup), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7efd75ec1840 (LWP 2255))]

Thread 2 (Thread 0x7efd6f344700 (LWP 2256)):
#0  0x00000036a4af666d in poll () at /lib64/libc.so.6
#1  0x00000036a820a182 in _xcb_conn_wait () at /lib64/libxcb.so.1
#2  0x00000036a820bd07 in xcb_wait_for_event () at /lib64/libxcb.so.1
#3  0x00007efd6f5797d9 in QXcbEventReader::run() () at /usr/lib64/qt5/plugins/platforms/libqxcb.so
#4  0x00000033c489fe3e in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5
#5  0x00000036a4607555 in start_thread () at /lib64/libpthread.so.0
#6  0x00000036a4b01f3d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7efd75ec1840 (LWP 2255)):
[KCrash Handler]
#5  0x00000036a420e9ec in _dl_fixup () at /lib64/ld-linux-x86-64.so.2
#6  0x00000036a4215dd0 in _dl_runtime_resolve () at /lib64/ld-linux-x86-64.so.2
#7  0x00007efd75edffdd in KCMInit::KCMInit(QCommandLineParser const&) () at /lib64/libkdeinit5_kcminit_startup.so
#8  0x00007efd75ee14b8 in kdemain () at /lib64/libkdeinit5_kcminit_startup.so
#9  0x00000036a4a20790 in __libc_start_main () at /lib64/libc.so.6
#10 0x0000000000400839 in _start ()

Reported using DrKonqi
Comment 1 David Edmundson 2018-07-25 15:47:38 UTC
#6  0x00000036a4215dd0 in _dl_runtime_resolve () at /lib64/ld-linux-x86-64.so.2
#7  0x00007efd75edffdd in KCMInit::KCMInit(QCommandLineParser const&) () at /lib64/libkdeinit5_kcminit_startup.so

symbols not being resolved is normally a packaging issue, probably Qt as kdeinit prelinks it.

I've not seen any other reports in the past 2 years.

If this issue persists, please reopen this.