Bug 1401638
Summary: | QDBusConnection segfault in libQt5Core.so.5.7.0 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Hin-Tak Leung <htl10> |
Component: | qt5-qtbase | Assignee: | Than Ngo <than> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | jgrulich, jreznik, mwc, rdieter, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qt5-qtbase-5.7.1-19.fc26 qt5-qtbase-5.7.1-19.fc25 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-20 15:54:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Hin-Tak Leung
2016-12-05 18:52:28 UTC
# gdb /usr/bin/python2 /var/spool/abrt/ccpp-2016-12-05-18:42:18-13076/coredump ... (gdb) bt #0 0x00007f151602587d in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () at /lib64/libQt5Core.so.5 #1 0x00007f1510f29fd0 in QDBusConnectionPrivate::closeConnection() () at /lib64/libQt5DBus.so.5 #2 0x00007f1510f168c2 in QDBusConnectionManager::run() () at /lib64/libQt5DBus.so.5 #3 0x00007f1515e5ba1a in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #4 0x00007f1529df26ca in start_thread (arg=0x7f14f6782700) at pthread_create.c:333 #5 0x00007f152941cf6f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 (gdb) q # abrt-cli list id 98f21c7b042b83e133b4fb3ef75e72e1a81999d1 reason: python2.7 killed by SIGSEGV time: Mon 05 Dec 2016 18:42:18 GMT cmdline: python2 /usr/bin/ebook-viewer '<edited>.epub' package: calibre-2.69.0-1.fc25 uid: 1000 (Hin-Tak) count: 2 Directory: /var/spool/abrt/ccpp-2016-12-05-18:42:18-13076 This help? #0 0x00007f96ef55087d in QObject::disconnect (sender=0x7f966800b5d0, signal=signal@entry=0x0, receiver=receiver@entry=0x7f96bc00b6f0, method=method@entry=0x0) at kernel/qobject.cpp:2956 2956 const QMetaObject *smeta = sender->metaObject(); (gdb) bt #0 0x00007f96ef55087d in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) (sender=0x7f966800b5d0, signal=signal@entry=0x0, receiver=receiver@entry=0x7f96bc00b6f0, method=method@entry=0x0) at kernel/qobject.cpp:2956 #1 0x00007f96ea454fd0 in QObject::disconnect(QObject const*, char const*) const (member=0x0, receiver=0x7f96bc00b6f0, this=<optimized out>) at ../../src/corelib/kernel/qobject.h:359 #2 0x00007f96ea454fd0 in QDBusConnectionPrivate::closeConnection() (this=this@entry=0x7f96bc00b6f0) at qdbusintegrator.cpp:1133 #3 0x00007f96ea4418c2 in QDBusConnectionManager::run() (this= 0x7f96ea4b7060 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at qdbusconnection.cpp:206 #4 0x00007f96ef386a1a in QThreadPrivate::start(void*) (arg=0x7f96ea4b7060 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread_unix.cpp:344 #5 0x00007f970331d6ca in start_thread (arg=0x7f96cb7fe700) at pthread_create.c:333 #6 0x00007f9702947f6f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 (gdb) package: calibre-2.69.0-1.fc25 qt5-qtbase-5.7.0-3.fc25.x86_64 difficult to tell why it should segfault on that line: (gdb) print smeta $1 = (const QMetaObject *) 0x7f96ea4b5a00 <QDBusServiceWatcher::staticMetaObject> (gdb) print *smeta $2 = {d = {superdata = 0x7f96ef758ec0 <QObject::staticMetaObject>, stringdata = 0x7f96ea4a2140 <qt_meta_stringdata_QDBusServiceWatcher>, data = 0x7f96ea4a2040 <qt_meta_data_QDBusServiceWatcher>, static_metacall = 0x7f96ea49b3c0 <QDBusServiceWatcher::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}} (gdb) print sender $3 = (const QObject *) 0x7f966800b5d0 (gdb) print *sender $4 = {_vptr.QObject = 0x7f96c86dfaa0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7f96ef684c80 <qt_meta_stringdata_QObject>, data = 0x7f96ef684b60 <qt_meta_data_QObject>, static_metacall = 0x7f96ef554ed0 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x7f966800ff20}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7f96ef6cca20 <qt_meta_stringdata_Qt>, data = 0x7f96ef6c9f60 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}} (gdb) Have one today. calibre-2.78.0-1.fc25.x86_64 qt5-qtbase-5.7.1-16.fc25.x86_64 it's fixed in 5.7.1-19, i will push it into f25 update today. qt5-qtbase-5.7.1-19.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-b0863592f6 qt5-qtbase-5.7.1-19.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-b0863592f6 qt5-qtbase-5.7.1-19.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-e229cf5d7c qt5-qtbase-5.7.1-19.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. qt5-qtbase-5.7.1-19.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |