Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
6.6.0 Beta4, 6.7.0 FF
-
None
-
034cd962f (dev), 6ad23dc40 (6.6)
Description
********* Start testing of tst_qqmlbinding ********* Config: Using QtTest library 6.7.0, Qt 6.7.0 (arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 10.2.0), b2qt 3.2 PASS : tst_qqmlbinding::initTestCase() PASS : tst_qqmlbinding::binding() PASS : tst_qqmlbinding::whenAfterValue() PASS : tst_qqmlbinding::restoreBinding() PASS : tst_qqmlbinding::restoreBindingBindablePorperty() PASS : tst_qqmlbinding::restoreBindingValue() PASS : tst_qqmlbinding::restoreBindingVarValue() PASS : tst_qqmlbinding::restoreBindingJSValue() PASS : tst_qqmlbinding::restoreBindingWithLoop() PASS : tst_qqmlbinding::restoreBindingWithoutCrash() PASS : tst_qqmlbinding::deletedObject() PASS : tst_qqmlbinding::warningOnUnknownProperty() PASS : tst_qqmlbinding::warningOnReadOnlyProperty() PASS : tst_qqmlbinding::disabledOnUnknownProperty() PASS : tst_qqmlbinding::disabledOnReadonlyProperty() Received signal 11 (SIGSEGV), code 1, for address 0x00315f5f delayed function time: 37ms, total time: 657ms === Stack trace === Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf ptrace: Inappropriate ioctl for device. === End of stack trace === qemu: uncaught target signal 11 (Segmentation fault) - core dumped qt-testrunner.py INFO: Test process exited with code: -11 qt-testrunner.py ERROR: Failed to parse the XML log file: /home/qt/work/testresults/tst_qqmlbinding-1693855155275.xml qt-testrunner.py ERROR: File Contents: <?xml version="1.0" encoding="UTF-8"?> <TestCase name="tst_qqmlbinding"> <Environment> <QtVersion>6.7.0</QtVersion> <QtBuild>Qt 6.7.0 (arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 10.2.0)</QtBuild> <QTestVersion>6.7.0</QTestVersion> </Environment> <TestFunction name="initTestCase"> <Incident type="pass" file="" line="0" /> <Duration msecs="4.53582"/> </TestFunction> <TestFunction name="binding"> <Incident type="pass" file="" line="0" /> <Duration msecs="284.218"/> </TestFunction> <TestFunction name="whenAfterValue"> <Incident type="pass" file="" line="0" /> <Duration msecs="22.1132"/> </TestFunction> <TestFunction name="restoreBinding"> <Incident type="pass" file="" line="0" /> <Duration msecs="27.9948"/> </TestFunction> <TestFunction name="restoreBindingBindablePorperty"> <Incident type="pass" file="" line="0" /> <Duration msecs="18.6633"/> </TestFunction> <TestFunction name="restoreBindingValue"> <Incident type="pass" file="" line="0" /> <Duration msecs="23.8111"/> </TestFunction> <TestFunction name="restoreBindingVarValue"> <Incident type="pass" file="" line="0" /> <Duration msecs="18.6632"/> </TestFunction> <TestFunction name="restoreBindingJSValue"> <Incident type="pass" file="" line="0" /> <Duration msecs="24.5027"/> </TestFunction> <TestFunction name="restoreBindingWithLoop"> <Incident type="pass" file="" line="0" /> <Duration msecs="30.5693"/> </TestFunction> <TestFunction name="restoreBindingWithoutCrash"> <Incident type="pass" file="" line="0" /> <Duration msecs="27.2665"/> </TestFunction> <TestFunction name="deletedObject"> <Incident type="pass" file="" line="0" /> <Duration msecs="34.6428"/> </TestFunction> <TestFunction name="warningOnUnknownProperty"> <Incident type="pass" file="" line="0" /> <Duration msecs="20.1597"/> </TestFunction> <TestFunction name="warningOnReadOnlyProperty"> <Incident type="pass" file="" line="0" /> <Duration msecs="24.1857"/> </TestFunction> <TestFunction name="disabledOnUnknownProperty"> <Incident type="pass" file="" line="0" /> <Duration msecs="24.1652"/> </TestFunction> <TestFunction name="disabledOnReadonlyProperty"> <Incident type="pass" file="" line="0" /> <Duration msecs="25.5158"/> </TestFunction> <TestFunction name="delayed"> qt-testrunner.py ERROR: exception:ParseError no element found: line 69, column 0 qt-testrunner.py ERROR: The test executable probably crashed, see above for details qt-testrunner.py ERROR: Full test run failed repeatedly, aborting! CMake Error at tst_qqmlbindingWrapperRelWithDebInfo.cmake:18 (message): /home/qt/work/install/libexec/qt-testrunner.py -- /home/qt/work/qt/qtdeclarative_standalone_tests/tests/auto/qml/qqmlbinding/tst_qqmlbinding execution failed with exit code 3. 78/315 Test #78: tst_qqmlbinding ...........................***Failed 1.94 sec
Details: https://testresults.qt.io/coin/integration/qt/qtdeclarative/tasks/1699237095
Tested changes (refs/builds/qtci/dev/1693852840):
https://codereview.qt-project.org/c/qt/qtdeclarative/+/501452/2 Update dependencies on 'dev' in qt/qtdeclarative
Attachments
Issue Links
- duplicates
-
QTBUG-103310 tst_qqmlbinding::delayed() crashes on Android
- Closed