Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.7.3
-
Fix Version/s: 4.8.0
-
Component/s: (Inactive) EGL/Symbian
-
Labels:
-
Environment: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()")