Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Cannot Reproduce
-
Affects Version/s: 5.9.2, 5.12.0 Beta 3
-
Fix Version/s: 5.13.0 Beta 1
-
Component/s: WebEngine
-
Labels:None
-
Environment:CentOS Linux 7 with VirtualBox Guest Additions 3d acceleration
-
Platform/s:
Description
Sample project and backtrace are attached.
Additional info. It won't crash without
QApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
But warning appears:
Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication.
WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
ATTENTION: default value of option force_s3tc_enable overridden by environment.