alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
315 stars 60 forks source link

Segmentation fault on Fedora 27 #225

Closed eclipseo closed 6 years ago

eclipseo commented 6 years ago

Description of problem: $ sudo dnf install orion -y $ orion Segmentation fault (core dumped)

Version-Release number of selected component: orion-1.6.1-1.fc27 Truncated backtrace:

Thread no. 1 (8 frames)
 #0 QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >::data at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:140
 #1 qGetPtrHelper<QScopedPointer<QObjectData> > at ../../include/QtCore/../../src/corelib/global/qglobal.h:999
 #2 QObject::d_func at kernel/qobject.h:120
 #3 QObjectPrivate::get at kernel/qobject_p.h:199
 #4 QObjectPrivate::addConnection at kernel/qobject.cpp:401
 #5 QObjectPrivate::connectImpl at kernel/qobject.cpp:4841
 #6 QObject::connectImpl at kernel/qobject.cpp:4784
 #7 QObject::connect<void (RunGuard::*)(), void (QWindow::*)()> at /usr/include/qt5/QtCore/qobject.h:259

Full backtrace attached. backtrace.txt

Original bug report RHBZ#1542258 More detail on user config and version of the libs used are attached to the oreginal reports: https://bugzilla.redhat.com/show_bug.cgi?id=1542258

alamminsalo commented 6 years ago

Should be fixed in 814586a7e1425cdb82a6bdc4cb208abf89e38980

eclipseo commented 6 years ago

It was actually a packaging issue, i.e. my fault, qt5-quickcontrols was not automatically detected as a runtime dependency.