F/libc : Fatal signal 11 (SIGSEGV) .... (qtMainLoopThrea)
Solved
Mobile and Embedded
-
By using Qt.quit() to exit from my Android Application, I got this error.
I find the instruction who cause this error :
dbCnx = QSqlDatabase::addDatabase(dbDriver);I try to close my database connexion by dbCnx.removeDatabase (dbDriver); before execute Qt.quit()
==> same error :: F/libc : Fatal signal 11 (SIGSEGV) .... (qtMainLoopThrea)If I disable my database connection, my application close properly.