Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.12.3
-
None
-
MacOS 10.13.6
XCode 10.1
-
-
c018df5b4075ae962966d4df7653d476dab02840
Description
I've build Qt 5.12.3 static for MacOS with following configuration:
configure -v -static -commercial -no-icu -ltcg -debug-and-release -confirm-license \
-skip qt3d -skip qtserialbus -skip qtserialport -skip qtandroidextras -skip qtsensors -skip qtwebengine -skip qtactiveqt -skip qtwayland -skip qtx11extras -skip qtwinextras \
-skip qtwebglplugin -skip qtxmlpatterns -no-compile-examples -nomake tests -nomake examples -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-pcre -qt-harfbuzz
When running a simple "Hello-World" QtQuick-Application using this Kit in Release mode, it always crashes when exiting the application at:
1 QHashData::detach_helper(void ( *)(QHashData::Node *, void *), void (*)(QHashData::Node*), int, int) 2 QHash<QMetaObject const *, int>::find(QMetaObject const * const&) 3 QQmlType::~QQmlType() 4 (anonymous namespace)::Q_QGS_metaTypeData::innerFunction()::Cleanup::~Cleanup() 5 __cxa_finalize_ranges 6 exit 7 start 8 start
The crash does not happen in Debug-Mode.
Attachments
Issue Links
- duplicates
-
QTBUG-75176 Crash in a statically built Qt Quick application on exit
- Closed