Hello I am getting an fatal error F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24438 (hwuiTask1), pid 23229
Unsolved
Mobile and Embedded
-
On closing application some times it gives this "F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24438 (hwuiTask1), pid 23229 " error, please anyone can help.
I am using Qt version - 12.5.9, testing on android device android- 10. The application runs on Windows and Android, but this problem occurs in Android only.
Thank you.![alt text](image url)
-
Might be some small memory leak acting up. Run your app with debugger attached to see where it's failing, or compile with address sanitizer and it will show crash location in logs.
Also, make sure objects used in QML are parented under QQmlEngine, this often helps with such crash on close stuff.