crash in FlickableScrollHandler::init while attempting to play sid file
While toying around with vlc.git#5ef997df, I got the attached crash with vlc Boulder_Dash_II.sid
. I previously removed ~/.config/vlc
, but I think this detail is not relevant. This build of vlc has no sid support anyway due to --disable-sid
.
Thread 1 (Thread 0x7f09e034e700 (LWP 17479)):
#0 0x00007f09f2a885c0 in QQmlPropertyPrivate::initProperty(QObject*, QString const&) () at /usr/lib64/libQt5Qml.so.5
#1 0x00007f09f2a88e5a in QQmlProperty::QQmlProperty(QObject*, QString const&, QQmlContext*) () at /usr/lib64/libQt5Qml.so.5
#2 0x00007f09f3f9d9c7 in FlickableScrollHandler::init() (this=0x555e93784590) at gui/qt/util/flickable_scroll_handler.cpp:67
#3 0x00007f09efa7ed9b in QObject::event(QEvent*) (this=0x555e93784590, e=0x555e93784de0) at kernel/qobject.cpp:1314
....
vlc-beta-20230225.5ef997df7d.txt
Let me know what additional details are required.