Assert in SGX driver in destructor of QOpenGLWidget
Unsolved
Mobile and Embedded
-
I am using Qt v 5.6.1 in an embedded arm7l environment on Debian 8.5 using Linux 4.1.13. We are using PVR with SGX. I created an object that inherits from QOpenGLWidget. When I shutdown I encounter an assert in sgxif.c: PVR:(Fatal): Debug assertion failed! [170, /sgxif.c]. I have split my object class up so that I have destroyed everything except the QOpenGLWidget without encountering a problem. The assert described happens before the full destructor finishes.
Any suggestions?