Solution to issue cannot be found in the documentation.
[X] I checked the documentation.
Issue
Including a ButtonStyle object in the following QML code for a button causes a segmentation fault (core dumped) with qt 5.15.8. The same example works on qt 5.15.4:
Solution to issue cannot be found in the documentation.
Issue
Including a
ButtonStyle
object in the following QML code for a button causes a segmentation fault (core dumped) with qt 5.15.8. The same example works on qt 5.15.4:The QML is called from:
To build and run:
Loaded '/lib64/ld-linux-x86-64.so.2'. Symbols loaded. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". ... Loaded '/home/nkw/qt-minimal-fail-example-test/.devenv/host/lib/./././libXdmcp.so.6'. Symbols loaded. [New Thread 0x7ffff340a700 (LWP 540930)] [New Thread 0x7ffff2bb0700 (LWP 540931)] [New Thread 0x7ffff23af700 (LWP 540933)]
Thread 4 "QQmlThread" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff23af700 (LWP 540933)] 0x00007ffff79fc372 in QQmlPropertyCache::property(int) const () from /home/nkw/qt-minimal-fail-example-test/.devenv/host/lib/libQt5Qml.so.5 Loaded '/home/nkw/qt-minimal-fail-example-test/.devenv/host/plugins/platforms/libqxcb.so'. Symbols loaded. ...
Environment info