Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.0
Description
The various controls tests crash with the following
1: PASS : tst_controls::Basic::SpinBox::test_wheel(wrap2) 1: PASS : tst_controls::Basic::SpinBox::test_wheel(wrap25) 1: PASS : tst_controls::Basic::SpinBox::cleanupTestCase() 1: QWARN : tst_controls::Basic::UnknownTestFunc() "There are still \"1\" items in the process of being created at engine destruction." 1: QWARN : tst_controls::Basic::UnknownTestFunc() QEGLPlatformContext: eglMakeCurrent failed: 3009 1: QWARN : tst_controls::Basic::UnknownTestFunc() QRhiGles2: Failed to make context current. Expect bad things to happen. 1: QWARN : tst_controls::Basic::UnknownTestFunc() Failed to create RHI (backend 2) 1: QWARN : tst_controls::Basic::UnknownTestFunc() Failed to create QRhi on the render thread; scenegraph is not functional 1: QFATAL : tst_controls::Basic::UnknownTestFunc() Failed to initialize graphics backend for OpenGL. 1: FAIL! : tst_controls::Basic::UnknownTestFunc() Received a fatal error. 1: Loc: [/Users/assam/sources/qt6/qt6/qtdeclarative/src/quick/scenegraph/qsgrenderloop.cpp(310)] 1: Totals: 819 passed, 12 failed, 0 skipped, 0 blacklisted, 75698ms
and the crash errorĀ
01-27 01:29:50.281 6238 6271 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x29b in tid 6271 (qtMainLoopThrea), pid 6238 (ample.tst_basic) 01-27 01:29:50.340 7051 7051 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 01-27 01:29:50.340 7051 7051 F DEBUG : Build fingerprint: 'Android/sdk_phone_x86/generic_x86:11/RSR1.210210.001.A1/7193139:userdebug/dev-keys' 01-27 01:29:50.340 7051 7051 F DEBUG : Revision: '0' 01-27 01:29:50.340 7051 7051 F DEBUG : ABI: 'x86' 01-27 01:29:50.341 7051 7051 F DEBUG : Timestamp: 2022-01-27 01:29:50+0200 01-27 01:29:50.341 7051 7051 F DEBUG : pid: 6238, tid: 6271, name: qtMainLoopThrea >>> org.qtproject.example.tst_basic <<< 01-27 01:29:50.341 7051 7051 F DEBUG : uid: 10239 01-27 01:29:50.341 7051 7051 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x29b 01-27 01:29:50.341 7051 7051 F DEBUG : Cause: null pointer dereference
Attachments
Issue Links
- resulted from
-
QTBUG-99194 Report failing qtdeclarative tests
- Closed
-
QTBUG-101909 Fix qtdeclarative test bugs
- Open