Comment 22 for bug 1590561

Revision history for this message
Santosh (santoshbit2007) wrote :

Crash is triggred When webbrowwser-app tries to create OpenGLContext. and it happens with creation of qml window. this context is shared with oxide so oxide shows error while using context.

I could get same egl error log[1] by triggering this call:
QOpenGLContext ctx;
ctx.create()

So In theory it should trigger crash for all Qt5 app (if window is created and they have apparmor profile). I couldn't find any app in current desktop to test it.

[1]
QEGLPlatformContext: Failed to create context: 3009
QEGLPlatformContext: Failed to create context: 3009