Bug 346409 - KCM Init crash during startup
Summary: KCM Init crash during startup
Status: RESOLVED WORKSFORME
Alias: None
Product: frameworks-kservice
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: David Faure
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2015-04-20 19:16 UTC by Valentin Rusu
Modified: 2018-11-30 04:05 UTC (History)
1 user (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 Valentin Rusu 2015-04-20 19:16:15 UTC
Application: kdeinit5 ()
 (Compiled from sources)
Qt Version: 5.4.1
Operating System: Linux 3.18.6-1-ARCH x86_64
Distribution: "Arch Linux"

-- Information about the crash:
- What I was doing when the application crashed:

Using I3W on my system.
startkde is called from .xinitrc
I got this exception when doing startx

KDE is compiled from the sources.

-- Backtrace:
Application: KCMInit (kdeinit5), signal: Aborted
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa4d22d5800 (LWP 1358))]

Thread 2 (Thread 0x7fa4bda90700 (LWP 1359)):
#0  0x00007fa4cf99e4ed in poll () from /usr/lib/libc.so.6
#1  0x00007fa4ce9699f2 in ?? () from /usr/lib/libxcb.so.1
#2  0x00007fa4ce96b56f in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x00007fa4bee16399 in ?? () from /usr/lib/qt/plugins/platforms/libqxcb.so
#4  0x00007fa4d052f55e in ?? () from /usr/lib/libQt5Core.so.5
#5  0x00007fa4cedd1374 in start_thread () from /usr/lib/libpthread.so.0
#6  0x00007fa4cf9a727d in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7fa4d22d5800 (LWP 1358)):
[KCrash Handler]
#6  0x00007fa4cf8f24b7 in raise () from /usr/lib/libc.so.6
#7  0x00007fa4cf8f388a in abort () from /usr/lib/libc.so.6
#8  0x00007fa4d051c8bf in QMessageLogger::fatal(char const*, ...) const () from /usr/lib/libQt5Core.so.5
#9  0x00007fa4d0517c31 in qt_assert_x(char const*, char const*, char const*, int) () from /usr/lib/libQt5Core.so.5
#10 0x00007fa4c5fc9c3e in KServiceTypeFactory::KServiceTypeFactory (this=0x981820) at /home/kde5/src/frameworks/kservice/src/services/kservicetypefactory.cpp:37
#11 0x00007fa4c5fca603 in KSycocaFactorySingleton<KServiceTypeFactory>::self (this=0x7fa4c621a624 <(anonymous namespace)::Q_QGS_kServiceTypeFactoryInstance::innerFunction()::holder>) at /home/kde5/src/frameworks/kservice/src/sycoca/ksycocafactory_p.h:212
#12 0x00007fa4c5fc9da8 in KServiceTypeFactory::self () at /home/kde5/src/frameworks/kservice/src/services/kservicetypefactory.cpp:68
#13 0x00007fa4c5fcb216 in KServiceTypeProfiles::ensureParsed (this=0x7fa4c621a650 <(anonymous namespace)::Q_QGS_s_serviceTypeProfiles::innerFunction()::holder>) at /home/kde5/src/frameworks/kservice/src/services/kservicetypeprofile.cpp:75
#14 0x00007fa4c5fcc34b in KServiceTypeProfiles::KServiceTypeProfiles (this=0x7fa4c621a650 <(anonymous namespace)::Q_QGS_s_serviceTypeProfiles::innerFunction()::holder>) at /home/kde5/src/frameworks/kservice/src/services/kservicetypeprofile.cpp:40
#15 0x00007fa4c5fcb144 in (anonymous namespace)::Q_QGS_s_serviceTypeProfiles::Holder::Holder (this=0x7fa4c621a650 <(anonymous namespace)::Q_QGS_s_serviceTypeProfiles::innerFunction()::holder>) at /home/kde5/src/frameworks/kservice/src/services/kservicetypeprofile.cpp:65
#16 0x00007fa4c5fcb1b1 in (anonymous namespace)::Q_QGS_s_serviceTypeProfiles::innerFunction () at /home/kde5/src/frameworks/kservice/src/services/kservicetypeprofile.cpp:65
#17 0x00007fa4c5fcc74e in QGlobalStatic<KServiceTypeProfiles, (anonymous namespace)::Q_QGS_s_serviceTypeProfiles::innerFunction(), (anonymous namespace)::Q_QGS_s_serviceTypeProfiles::guard>::operator()() (this=0x7fa4c621a640 <s_serviceTypeProfiles>) at /usr/include/qt/QtCore/qglobalstatic.h:129
#18 0x00007fa4c5fcb93c in KServiceTypeProfile::hasProfile (serviceType=...) at /home/kde5/src/frameworks/kservice/src/services/kservicetypeprofile.cpp:174
#19 0x00007fa4c5fce49e in KServiceTypeTrader::query (this=0x7fa4c621a680 <(anonymous namespace)::Q_QGS_s_globalServiceTypeTrader::innerFunction()::holder>, serviceType=..., constraint=...) at /home/kde5/src/frameworks/kservice/src/services/kservicetypetrader.cpp:149
#20 0x00007fa4beb4ba9e in KCMInit::KCMInit(QCommandLineParser const&) () from /home/kde5/run/lib64/libkdeinit5_kcminit_startup.so
#21 0x00007fa4beb4c50c in kdemain () from /home/kde5/run/lib64/libkdeinit5_kcminit_startup.so
#22 0x000000000040c028 in launch (argc=1, _name=0x8edbc1 "kcminit_startup", args=0x0, cwd=0x0, envc=0, envs=0x0, reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x41304f "0") at /home/kde5/src/frameworks/kinit/src/kdeinit/kinit.cpp:741
#23 0x000000000040f01d in main (argc=5, argv=0x7fff62781268) at /home/kde5/src/frameworks/kinit/src/kdeinit/kinit.cpp:1820

Reported using DrKonqi
Comment 1 Andrew Crouthamel 2018-10-31 03:57:45 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Bug Janitor Service 2018-11-15 10:52:47 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2018-11-30 04:05:09 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!