roadlabs / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Linux: trunk: Many GL and X errors, when close cefclient/cefsimple example programs #1546

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When closing the main window of cefclient/cefsimple example following error 
messages are print out:

[0225/063009:ERROR:gles2_cmd_decoder.cc(3203)]   GLES2DecoderImpl: Context lost 
during MakeCurrent.
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10479)] Trying to call 
glGetGraphicsResetStatusARB() without current GL context
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10479)] Trying to call 
glGetGraphicsResetStatusARB() without current GL context
[0225/063009:WARNING:x11_util.cc(1490)] X error received: serial 195, 
error_code 169 (GLXBadDrawable), request_code 154, minor_code 26 (Unknown)
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10479)] Trying to call 
glGetGraphicsResetStatusARB() without current GL context
[0225/063009:ERROR:gl_context_glx.cc(107)] Couldn't make context current with X 
drawable.
[0225/063009:ERROR:gles2_cmd_decoder.cc(3203)]   GLES2DecoderImpl: Context lost 
during MakeCurrent.
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10479)] Trying to call 
glGetGraphicsResetStatusARB() without current GL context
[0225/063009:WARNING:x11_util.cc(1490)] X error received: serial 227, 
error_code 8 (BadMatch), request_code 154, minor_code 26 (Unknown)
[0225/063009:ERROR:gl_context_glx.cc(107)] Couldn't make context current with X 
drawable.
[0225/063009:ERROR:gles2_cmd_decoder.cc(3203)]   GLES2DecoderImpl: Context lost 
during MakeCurrent.
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10479)] Trying to call 
glGetGraphicsResetStatusARB() without current GL context
[0225/063009:WARNING:x11_util.cc(1490)] X error received: serial 258, 
error_code 8 (BadMatch), request_code 154, minor_code 26 (Unknown)
[0225/063009:ERROR:gl_context_glx.cc(107)] Couldn't make context current with X 
drawable.
[0225/063009:ERROR:gles2_cmd_decoder.cc(3203)]   GLES2DecoderImpl: Context lost 
during MakeCurrent.
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10479)] Trying to call 
glGetGraphicsResetStatusARB() without current GL context
[0225/063009:WARNING:x11_util.cc(1490)] X error received: serial 288, 
error_code 8 (BadMatch), request_code 154, minor_code 26 (Unknown)
[0225/063009:ERROR:gl_context_glx.cc(107)] Couldn't make context current with X 
drawable.
[0225/063009:ERROR:gles2_cmd_decoder.cc(3203)]   GLES2DecoderImpl: Context lost 
during MakeCurrent.
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10479)] Trying to call 
glGetGraphicsResetStatusARB() without current GL context
[0225/063009:WARNING:x11_util.cc(1490)] X error received: serial 317, 
error_code 8 (BadMatch), request_code 154, minor_code 26 (Unknown)
[0225/063009:ERROR:gl_context_glx.cc(107)] Couldn't make context current with X 
drawable.
[0225/063009:ERROR:gles2_cmd_decoder.cc(3203)]   GLES2DecoderImpl: Context lost 
during MakeCurrent.
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10479)] Trying to call 
glGetGraphicsResetStatusARB() without current GL context
[0225/063009:WARNING:x11_util.cc(1490)] X error received: serial 346, 
error_code 8 (BadMatch), request_code 154, minor_code 26 (Unknown)
[0225/063009:ERROR:gl_bindings_autogen_gl.cc(10027)] Trying to call 
glDeleteVertexArraysOES() without current GL context
[0225/063009:WARNING:x11_util.cc(1490)] X error received: serial 376, 
error_code 3 (BadWindow), request_code 4, minor_code 0 (Unknown)
[0225/073009:WARNING:channel.cc(547)] Failed to send message to ack remove 
remote endpoint (local ID 1, remote ID 1)
[0225/073009:WARNING:channel.cc(547)] Failed to send message to ack remove 
remote endpoint (local ID 2147483648, remote ID 2)

Seems, something is not released correctly.
Tested with CEF 3.2295.2034 Release build on Linux x86_64 system

Original issue reported on code.google.com by renegar...@gmail.com on 25 Feb 2015 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 25 Feb 2015 at 4:17

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1546

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:38