81
Programming / Re: Qt6 Application Testing
« Last post by David McKenna on January 16, 2025, 10:26:04 pm »Dave,
Tried that on a few examples, but no change...
Maybe the error is a result of something else entirely. Here is a typical result:
C:\qt6.8\examples\quick\models\stringlistmodel\bin\stringlistmodelexample
qrc:/qt/qml/stringlistmodel/view.qml:12:15: QML Component: Cannot create delegate
qrc:/qt/qml/stringlistmodel/view.qml: Maximum call stack size exceeded.
qrc:/qt/qml/stringlistmodel/view.qml:12:15: QML Component: Cannot create delegate
qrc:/qt/qml/stringlistmodel/view.qml: Maximum call stack size exceeded.
A small blank window opened for this example. Maybe the 'Cannot create delegate' results in an overflowed stack?
Regards,
You can try setting LIBC_THREAD_MIN_STACK_SIZE to a larger size then the default of 4096 bytes. Perhaps as high as 65636, though 32768 or 16384 might be enough.
Tried that on a few examples, but no change...
Maybe the error is a result of something else entirely. Here is a typical result:
C:\qt6.8\examples\quick\models\stringlistmodel\bin\stringlistmodelexample
qrc:/qt/qml/stringlistmodel/view.qml:12:15: QML Component: Cannot create delegate
qrc:/qt/qml/stringlistmodel/view.qml: Maximum call stack size exceeded.
qrc:/qt/qml/stringlistmodel/view.qml:12:15: QML Component: Cannot create delegate
qrc:/qt/qml/stringlistmodel/view.qml: Maximum call stack size exceeded.
A small blank window opened for this example. Maybe the 'Cannot create delegate' results in an overflowed stack?
Regards,