Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
4.7.3
-
N8 PR1.2 with Qt 4.7.3
Description
Attached a project that reproduces the issue.
After showing the splash screen, the application attempts to show the QML UI. However, screen goes black and the following error is outputted:
[Qt Message] QEglContext::swapBuffers(): "Bad alloc (0x3003)"
The problem can be worked around by moving the "viewer.setViewport(new QGLWidget)" call after showing the declarative view (after "viewer.showExpanded()")