Bug 377631 - KDevelop 5 crashes (SIGSEGV) every time at exit
Summary: KDevelop 5 crashes (SIGSEGV) every time at exit
Status: RESOLVED UPSTREAM
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 5.0.4
Platform: Neon Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-15 08:29 UTC by nake
Modified: 2017-03-19 12:48 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 nake 2017-03-15 08:29:58 UTC
I get a segmentation fault every time I close KDevelop (5.04).

About KDevelop (and KDevelop Platform) state:
KDE Frameworks 5.32.0
Qt 5.7.1 (built against 5.7.1)
The xcb windowing system

My system is:
KDE neon User Edition 5.9 (xenial 16.04)
KDE Plasma Version 5.9.3

The backtrace is:

Thread 3 "QDBusConnection" received signal SIGSEGV, Segmentation fault.
#0  0x00007ffff5e90ce7 in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#1  0x00007ffff7f68c50 in QObject::disconnect (member=0x0, receiver=0x7fffc80030f0, this=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobject.h:336
#2  QDBusConnectionPrivate::closeConnection (this=this@entry=0x7fffc80030f0) at qdbusintegrator.cpp:1145
#3  0x00007ffff7f68eb4 in QDBusConnectionPrivate::~QDBusConnectionPrivate (this=0x7fffc80030f0, __in_chrg=<optimized out>) at qdbusintegrator.cpp:1069
#4  0x00007ffff7f691d9 in QDBusConnectionPrivate::~QDBusConnectionPrivate (this=0x7fffc80030f0, __in_chrg=<optimized out>) at qdbusintegrator.cpp:1089
#5  0x00007ffff7f557ee in QDBusConnectionManager::run (this=0x7ffff7fc9d60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at qdbusconnection.cpp:186
#6  0x00007ffff5c94b48 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007fffef5596ba in start_thread (arg=0x7fffd53ad700) at pthread_create.c:333
#8  0x00007ffff55a182d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Comment 1 Milian Wolff 2017-03-19 12:48:51 UTC
upstream bug in Qt: https://bugreports.qt.io/browse/QTBUG-52988