You are not logged in.
After updating my system today qmmp fails to start with segmentation fault error
Offline
Post a backtrace of the crash
Offline
gdb backtrace if needed
#0 QTabWidget::documentMode (this=0x0) at /usr/src/debug/qt6-base/qtbase/src/widgets/widgets/qtabbar.h:187
#1 0x00007fffe83421e9 in Breeze::Style::tabWidgetTabBarRect (this=0x5555557ea510, option=0x7fffffffd500, widget=0x555555c67310)
at /usr/src/debug/breeze/breeze-6.3.0/kstyle/breezestyle.cpp:2509
#2 Breeze::Style::tabWidgetTabBarRect (this=0x5555557ea510, option=0x7fffffffd500, widget=0x555555c67310)
at /usr/src/debug/breeze/breeze-6.3.0/kstyle/breezestyle.cpp:2500
#3 Breeze::Style::subElementRect (this=0x5555557ea510, element=<optimized out>, option=0x7fffffffd500, widget=0x555555c67310)
at /usr/src/debug/breeze/breeze-6.3.0/kstyle/breezestyle.cpp:1042
#4 0x00007fffe01cbcfd in QSUiTabWidget::setUpLayout (this=this@entry=0x555555c67310)
at /usr/src/debug/qmmp/qmmp-2.2.3/src/plugins/Ui/qsui/qsuitabwidget.cpp:230
#5 0x00007fffe01cc7f7 in QSUiTabWidget::readSettings (this=this@entry=0x555555c67310)
at /usr/src/debug/qmmp/qmmp-2.2.3/src/plugins/Ui/qsui/qsuitabwidget.cpp:101
#6 0x00007fffe01d077c in QSUiTabWidget::QSUiTabWidget (this=<optimized out>, parent=<optimized out>, this=<optimized out>,
parent=<optimized out>) at /usr/src/debug/qmmp/qmmp-2.2.3/src/plugins/Ui/qsui/qsuitabwidget.cpp:54
#7 0x00007fffe01d9647 in QSUiMainWindow::createWidgets (this=0x5555559f5750)
at /usr/src/debug/qmmp/qmmp-2.2.3/src/plugins/Ui/qsui/qsuimainwindow.cpp:424
#8 QSUiMainWindow::QSUiMainWindow(QWidget*) [clone .constprop.0] (this=0x5555559f5750, parent=0x0)
at /usr/src/debug/qmmp/qmmp-2.2.3/src/plugins/Ui/qsui/qsuimainwindow.cpp:91
#9 0x00007fffe01921f5 in QSUiFactory::create (this=<optimized out>)
at /usr/src/debug/qmmp/qmmp-2.2.3/src/plugins/Ui/qsui/qsuifactory.cpp:40
#10 0x00005555555643b9 in QMMPStarter::startPlayer (this=this@entry=0x7fffffffe1d0)
at /usr/src/debug/qmmp/qmmp-2.2.3/src/app/qmmpstarter.cpp:342
#11 0x00005555555666f8 in QMMPStarter::QMMPStarter (this=<optimized out>, this=<optimized out>)
at /usr/src/debug/qmmp/qmmp-2.2.3/src/app/qmmpstarter.cpp:238
#12 0x000055555555bd33 in main (argc=<optimized out>, argv=0x7fffffffe438) at /usr/src/debug/qmmp/qmmp-2.2.3/src/app/main.cpp:89
Offline
I can also repro the crash with the same backtrace ..
Offline
Temporary decision, if anybody need: launch qmmp by following command.
$ qmmp --ui skinned
"Skinned" mode seems still working.
Offline
gdb backtrace if needed
Thanks, that was useful. Fixed in breeze 6.3.0-2
Offline
ProfessorNavigator wrote:gdb backtrace if needed
Thanks, that was useful. Fixed in breeze 6.3.0-2
Thank you. After breeze update qmmp starts normally.
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline