New issue
Advanced search Search tips

Issue 874099 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 869871
Owner:
Closed: Aug 24
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug-Regression



Sign in to add a comment

Virtual-memory exhaustion crashes with 69 beta

Project Member Reported by mkte...@gmail.com, Aug 14

Issue description

Chrome Version: 69.0.3497.23 and 69.0.3497.32 (Official Build) beta (64-bit) (cohort: Beta)
OS: Windows 10 Home 64-bit, version 1803, build 17134.165

Chrome has begun freezing/crashing almost daily for me since the beta channel was updated to 69.  I waited till the second release to see if that would fix things, but it did not.  A list of crash report IDs is included below.  I've also copy-pasted my chrome://gpu, since the crashes may be GPU-related.

I haven't figured out steps to reproduce, but so far I've seen the crashes occur with embedded Youtube videos, Google Maps, and Amazon.
- In some cases, it starts with the current tab crashing with "Aw Snap!".  If you try to continue using the browser, more tab/extension crashes follow, until the whole browser force-closes.
- In other cases, a tab crash can leave visual glitching of the browser chrome, obscuring the tab bar.  You can blindly tear off existing tabs into new windows, but if you keep browsing, the crashes keep coming until the whole browser goes down.
- In other cases, the whole browser freezes, the screen goes white, and the external monitor loses signal.  The primary laptop monitor still works if you open the lid, and you can Alt+Tab to switch to other programs and use Windows.  Chrome remains frozen until killed in Windows's Task Manager.  It does not seem to consume CPU while frozen.
- In one of the above cases, I believe Chrome also complained about insufficient memory to complete a task before it crashed, which I had never seen before.


List of crash report IDs, in reverse chronological order.  (Not sure if the contents will be incomplete, since I browse Incognito, auto-reporting was disabled, and I submitted the crash reports manually.  Future reports will have auto-reporting enabled.)

Aug 14:
5f4d115d4e542bff
9d802238346d81a2
3fbd8a8c753aea45
98c3fbebc480a3a6
bd2e0ce9dbd9d0e4
968c343c2dba9e25
28a62af16dc3c9c3
Aug 11:
41435902d43a4baa
7f845be403ba7fdd
060f1857826508ea
b32f4928837cc600
9e1e796c8e58a5b4
532e0c1de2081a72
Aug 10:
4a0b679df67cd087
2da56fa09b7c51ae
10674ded13c10553
6d9d1191415d00b1
Aug 9:
75daf6efb9f381b1
2bffca8be933522e
ce0d01305cc1fe34
af3481d32ca55f16
91d50eda01ffe068
8769b09241feee1b
0bb264289c9ab212
Aug 7:
8efc1a4938d2d4ff
cf77e7ff76ddf686
88620d12663ee357
880507f7c4596917
bf3ae28c7cc89ea1
Aug 5:
3b807b6238d1959a
Aug 4:
065ef603ae389c35
00587cce9b21a0c0
4ff6a17fdb134535
483a445f279cf21b
0ac372cbd73b4fe1
f1032468c868980e
f20a0c86d9f47a49
d1d76ecd2a12df27
74fd1cd6f4ce7ccb
142e56fde86615b5
Aug 3:
5493677fd0fa38d9
39ce7351ed84d0b9
fe570751bf1167b8


And below is my copy-pasted chrome://gpu.

Graphics Feature Status
Canvas: Hardware accelerated
Flash: Hardware accelerated
Flash Stage3D: Hardware accelerated
Flash Stage3D Baseline profile: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Native GpuMemoryBuffers: Software only. Hardware acceleration disabled
Out-of-process Rasterization: Unavailable
Hardware Protected Video Decode: Unavailable
Rasterization: Unavailable
Skia Deferred Display List: Disabled
Skia Renderer: Disabled
Surface Synchronization: Enabled
Video Decode: Hardware accelerated
Viz Service Display Compositor: Disabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
clear_uniforms_before_first_program_use
decode_encode_srgb_for_generatemipmap
disable_accelerated_vpx_decode
disable_direct_composition
disable_discard_framebuffer
disable_framebuffer_cmaa
disable_larger_than_screen_overlays
exit_on_context_lost
force_cube_complete
msaa_is_slow
scalarize_vec_and_mat_constructor_args
texsubimage_faster_than_teximage
Problems Detected
GPU rasterization should only be enabled on NVIDIA and Intel and AMD RX-R2 GPUs with DX11+ or any GPU using ANGLE's GL backend.: 643850
Disabled Features: gpu_rasterization
Older Intel GPUs cannot support protected video decoding in swap chains
Disabled Features: protected_video_decode
Some drivers are unable to reset the D3D device in the GPU process sandbox
Applied Workarounds: exit_on_context_lost
TexSubImage is faster for full uploads on ANGLE
Applied Workarounds: texsubimage_faster_than_teximage
Clear uniforms before first program use on all platforms: 124764, 349137
Applied Workarounds: clear_uniforms_before_first_program_use
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
ANGLE crash on glReadPixels from incomplete cube map texture: 518889
Applied Workarounds: force_cube_complete
On Intel GPUs MSAA performance is not acceptable for GPU rasterization: 527565
Applied Workarounds: msaa_is_slow
Framebuffer discarding can hurt performance on non-tilers: 570897
Applied Workarounds: disable_discard_framebuffer
Use GL_INTEL_framebuffer_CMAA on ChromeOS: 535198
Applied Workarounds: disable_framebuffer_cmaa
Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Accelerated VPx decoding is hanging on some videos.: 654111
Applied Workarounds: disable_accelerated_vpx_decode
Overlay sizes bigger than screen aren't accelerated on some Intel drivers: 720059
Applied Workarounds: disable_larger_than_screen_overlays
Direct composition causes slow presents on Intel Sandybridge: 775898, 785648
Applied Workarounds: disable_direct_composition
Don't expose disjoint_timer_query extensions to WebGL: 808744
Native GpuMemoryBuffers have been disabled, either via about:flags or command line.
Disabled Features: native_gpu_memory_buffers
Viz service display compositor is not enabled by default.
Disabled Features: viz_display_compositor
Skia renderer is not used by default.
Disabled Features: skia_renderer
Skia deferred display list is not used by default.
Disabled Features: skia_deferred_display_list
Version Information
Data exported	2018-08-14T15:34:58.593Z
Chrome version	Chrome/69.0.3497.32
Operating system	Windows NT 10.0.17134
Software rendering list URL	https://chromium.googlesource.com/chromium/src/+/bf910299d07564d66b36991ebc7dbdc7e26fe897/gpu/config/software_rendering_list.json
Driver bug list URL	https://chromium.googlesource.com/chromium/src/+/bf910299d07564d66b36991ebc7dbdc7e26fe897/gpu/config/gpu_driver_bug_list.json
ANGLE commit id	35a0888481f6
2D graphics backend	Skia/69 f4bd5f148c150c7ffe73bdf1aa6f9d565c0c2125-
Command Line	"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --incognito --flag-switches-begin --enable-tab-audio-muting --reduced-referrer-granularity --enable-features=FramebustingNeedsSameOriginOrUserGesture --flag-switches-end
Driver Information
Initialization time	185
In-process GPU	false
Passthrough Command Decoder	true
Sandboxed	true
GPU0	VENDOR = 0x8086 [Google Inc.], DEVICE= 0x0116 [ANGLE (Intel(R) HD Graphics 3000 Direct3D11 vs_4_1 ps_4_1)] *ACTIVE*
Optimus	false
AMD switchable	false
Desktop compositing	Aero Glass
Direct Composition	false
Supports overlays	false
Overlay capabilities
Diagonal Monitor Size of \\.\DISPLAY1	13.3"
Diagonal Monitor Size of \\.\DISPLAY2	21.5"
Driver D3D12 feature level	Not supported
Driver Vulkan API version	Not supported
Driver vendor	Intel Corporation
Driver version	9.17.10.4459
Driver date	5-19-2016
Pixel shader version	4.1
Vertex shader version	4.1
Max. MSAA samples	4
Machine model name	
Machine model version	
GL_VENDOR	Google Inc.
GL_RENDERER	ANGLE (Intel(R) HD Graphics 3000 Direct3D11 vs_4_1 ps_4_1)
GL_VERSION	OpenGL ES 2.0 (ANGLE 2.1.0.35a0888481f6)
GL_EXTENSIONS	GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object OES_compressed_EAC_R11_signed_texture OES_compressed_EAC_R11_unsigned_texture OES_compressed_EAC_RG11_signed_texture OES_compressed_EAC_RG11_unsigned_texture OES_compressed_ETC2_RGB8_texture OES_compressed_ETC2_RGBA8_texture OES_compressed_ETC2_punchthroughA_RGBA8_texture OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture OES_compressed_ETC2_sRGB8_alpha8_texture OES_compressed_ETC2_sRGB8_texture
Disabled Extensions	GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Disabled WebGL Extensions	EXT_disjoint_timer_query EXT_disjoint_timer_query_webgl2
Window system binding vendor	Google Inc. (adapter LUID: 000000000000fd51)
Window system binding version	1.4 (ANGLE 2.1.0.35a0888481f6)
Window system binding extensions	EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled
Direct rendering	Yes
Reset notification strategy	0x8252
GPU process crash count	0
Compositor Information
Tile Update Mode	One-copy
Partial Raster	Enabled
GpuMemoryBuffers Status
ATC	Software only
ATCIA	Software only
DXT1	Software only
DXT5	Software only
ETC1	Software only
R_8	Software only
R_16	Software only
RG_88	Software only
BGR_565	Software only
RGBA_4444	Software only
RGBX_8888	GPU_READ, SCANOUT
RGBA_8888	GPU_READ, SCANOUT
BGRX_8888	Software only
BGRX_1010102	Software only
RGBX_1010102	Software only
BGRA_8888	Software only
RGBA_F16	Software only
YVU_420	Software only
YUV_420_BIPLANAR	Software only
UYVY_422	Software only
Display(s) Information
Info	Display[2528732444] bounds=[0,0 1366x768], workarea=[0,0 1366x738], scale=1, external.
Color space information	{primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Bits per color component	8
Bits per pixel	24
Info	Display[2779098405] bounds=[-287,-1080 1920x1080], workarea=[-287,-1080 1920x1050], scale=1, external.
Color space information	{primaries_d50_referred: [[0.6370, 0.3300], [0.3100, 0.6200], [0.1530, 0.0670]], transfer:0.0777*x + 0.0000 if x < 0.0450 else (0.9478*x + 0.0521)**2.4000 + -0.0000, matrix:RGB, range:FULL}
Bits per color component	8
Bits per pixel	24
Video Acceleration Information
Decode h264 baseline	up to 1920x1088 pixels
Decode h264 main	up to 1920x1088 pixels
Decode h264 high	up to 1920x1088 pixels
Encode h264 baseline	up to 3840x2176 pixels and/or 30.000 fps
Encode h264 main	up to 3840x2176 pixels and/or 30.000 fps
Encode h264 high	up to 3840x2176 pixels and/or 30.000 fps
Diagnostics
0
b3DAccelerationEnabled	true
b3DAccelerationExists	true
bAGPEnabled	true
bAGPExistenceValid	true
bAGPExists	true
bCanRenderWindow	true
bDDAccelerationEnabled	true
bDriverBeta	false
bDriverDebug	false
bDriverSigned	false
bDriverSignedValid	false
bNoHardware	false
dwBpp	32
dwDDIVersion	11
dwHeight	768
dwRefreshRate	60
dwWHQLLevel	0
dwWidth	1366
iAdapter	0
lDriverSize	12935296
lMiniVddSize	0
szAGPStatusEnglish	Enabled
szAGPStatusLocalized	Enabled
szChipType	Intel(R) HD Graphics Family
szD3DStatusEnglish	Enabled
szD3DStatusLocalized	Enabled
szDACType	Internal
szDDIVersionEnglish	11.1
szDDIVersionLocalized	11.1
szDDStatusEnglish	Enabled
szDDStatusLocalized	Enabled
szDXVAHDEnglish	Supported
szDXVAModes	ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
szDescription	Intel(R) HD Graphics 3000
szDeviceId	0x0116
szDeviceIdentifier	{D7B78E66-4256-11CF-A263-0F20B7C2C435}
szDeviceName	\\.\DISPLAY1
szDisplayMemoryEnglish	1664 MB
szDisplayMemoryLocalized	1664 MB
szDisplayModeEnglish	1366 x 768 (32 bit) (60Hz)
szDisplayModeLocalized	1366 x 768 (32 bit) (60Hz)
szDriverAssemblyVersion	9.17.10.4459
szDriverAttributes	Final Retail
szDriverDateEnglish	5/18/2016 8:00:00 PM
szDriverDateLocalized	5/18/2016 20:00:00
szDriverLanguageEnglish	English
szDriverLanguageLocalized	English
szDriverModelEnglish	WDDM 1.2
szDriverModelLocalized	WDDM 1.2
szDriverName	igdumd64.dll,igd10umd64.dll,igd10umd64.dll
szDriverNodeStrongName	oem102.inf:5f63e534c4a6341c:iSNBM0:9.17.10.4459:pci\ven_8086&dev_0116
szDriverSignDate	Unknown
szDriverVersion	9.17.0010.4459
szKeyDeviceID	Enum\PCI\VEN_8086&DEV_0116&SUBSYS_00051179&REV_09
szKeyDeviceKey	\Registry\Machine\System\CurrentControlSet\Control\Video\{CD381711-6A0F-11E8-8CD9-8C048C66A72B}\0000
szManufacturer	Intel Corporation
szMiniVdd	unknown
szMiniVddDateEnglish	Unknown
szMiniVddDateLocalized	unknown
szMonitorMaxRes	Unknown
szMonitorName	Generic PnP Monitor
szNotesEnglish	No problems found.
szNotesLocalized	No problems found.
szOverlayEnglish	Supported
szRankOfInstalledDriver	00D12001
szRegHelpText	Unknown
szRevision	Unknown
szRevisionId	0x0009
szSubSysId	0x00051179
szTestResultD3D7English	Not run
szTestResultD3D7Localized	Not run
szTestResultD3D8English	Not run
szTestResultD3D8Localized	Not run
szTestResultD3D9English	Not run
szTestResultD3D9Localized	Not run
szTestResultDDEnglish	Not run
szTestResultDDLocalized	Not run
szVdd	unknown
szVendorId	0x8086
1
b3DAccelerationEnabled	true
b3DAccelerationExists	true
bAGPEnabled	true
bAGPExistenceValid	true
bAGPExists	true
bCanRenderWindow	true
bDDAccelerationEnabled	true
bDriverBeta	false
bDriverDebug	false
bDriverSigned	false
bDriverSignedValid	false
bNoHardware	false
dwBpp	32
dwDDIVersion	11
dwHeight	1080
dwRefreshRate	60
dwWHQLLevel	0
dwWidth	1920
iAdapter	1
lDriverSize	12935296
lMiniVddSize	0
szAGPStatusEnglish	Enabled
szAGPStatusLocalized	Enabled
szChipType	Intel(R) HD Graphics Family
szD3DStatusEnglish	Enabled
szD3DStatusLocalized	Enabled
szDACType	Internal
szDDIVersionEnglish	11.1
szDDIVersionLocalized	11.1
szDDStatusEnglish	Enabled
szDDStatusLocalized	Enabled
szDXVAHDEnglish	Supported
szDXVAModes	ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
szDescription	Intel(R) HD Graphics 3000
szDeviceId	0x0116
szDeviceIdentifier	{D7B78E66-4256-11CF-A263-0F20B7C2C435}
szDeviceName	\\.\DISPLAY2
szDisplayMemoryEnglish	1664 MB
szDisplayMemoryLocalized	1664 MB
szDisplayModeEnglish	1920 x 1080 (32 bit) (60Hz)
szDisplayModeLocalized	1920 x 1080 (32 bit) (60Hz)
szDriverAssemblyVersion	9.17.10.4459
szDriverAttributes	Final Retail
szDriverDateEnglish	5/18/2016 8:00:00 PM
szDriverDateLocalized	5/18/2016 20:00:00
szDriverLanguageEnglish	English
szDriverLanguageLocalized	English
szDriverModelEnglish	WDDM 1.2
szDriverModelLocalized	WDDM 1.2
szDriverName	igdumd64.dll,igd10umd64.dll,igd10umd64.dll
szDriverNodeStrongName	oem102.inf:5f63e534c4a6341c:iSNBM0:9.17.10.4459:pci\ven_8086&dev_0116
szDriverSignDate	Unknown
szDriverVersion	9.17.0010.4459
szKeyDeviceID	Enum\PCI\VEN_8086&DEV_0116&SUBSYS_00051179&REV_09
szKeyDeviceKey	\Registry\Machine\System\CurrentControlSet\Control\Video\{CD381711-6A0F-11E8-8CD9-8C048C66A72B}\0001
szManufacturer	Intel Corporation
szMiniVdd	unknown
szMiniVddDateEnglish	Unknown
szMiniVddDateLocalized	unknown
szMonitorMaxRes	Unknown
szMonitorName	Dell E2214H(Analog)
szNotesEnglish	No problems found.
szNotesLocalized	No problems found.
szOverlayEnglish	Supported
szRankOfInstalledDriver	00D12001
szRegHelpText	Unknown
szRevision	Unknown
szRevisionId	0x0009
szSubSysId	0x00051179
szTestResultD3D7English	Not run
szTestResultD3D7Localized	Not run
szTestResultD3D8English	Not run
szTestResultD3D8Localized	Not run
szTestResultD3D9English	Not run
szTestResultD3D9Localized	Not run
szTestResultDDEnglish	Not run
szTestResultDDLocalized	Not run
szVdd	unknown
szVendorId	0x8086
Log Messages
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
[14836:15352:0814/112108.853:ERROR:gl_surface_egl.cc(538)] : EGL Driver message (Error) eglProgramCachePopulateANGLE: binarysize out of valid range.
GpuProcessHostUIShim: The GPU process exited normally. Everything is okay.
GpuProcessHostUIShim: The GPU process exited normally. Everything is okay.
 
I've had same issues. I've reported #871917 which I believe is related to the  crashing.

In Windows task manager, I can see Committed memory increasing with Chrome running, and only clears when Chrome is closed.
Components: -Internals>GPU Blink>MemoryAllocator
Owner: haraken@chromium.org
Status: Assigned (was: Untriaged)
Checking the crash reports, seems to be mainly OOM crashes. Assigning to haraken@ to help further triage.
The latest beta (69.0.3497.42) fixed a sizable memory leak (Issue 810155).  Possibly related?

https://chromium-review.googlesource.com/c/chromium/src/+/1163930

So far no crashes with this version, knock on wood.
Nevermind, still getting tab/extension crashes :(

4e9e8b6d4b72d367
f803241daeefdf2d
b27ac4e114ddbfd4
Got it to crash again (see IDs below), and played around with it some more.  Interestingly, there were no crashes earlier when I was stress-testing with Google Maps, Amazon, etc.  But after leaving the browser idle for a while (not on those sites) and coming back to try loading Google Maps again, *then* the tab crashed immediately.  Once it was in this "bad" state, further attempts to load Google Maps in the same tab or a new one would also crash.  Amazon could load, but scrolling down a bit would cause it to crash too.

Despite some of the crashes complaining about insufficient memory, neither CPU nor RAM usage were high (screenshots attached).

As before, extensions would start crashing as I continued using the browser.  Eventually the whole browser also froze and crashed.

After restarting the browser, Google Maps and Amazon were able to load without issue again.

Crash IDs:
7067db9153e1805f
e5b96ba605e7f573
fea19a86174c86bc
d46360340c7f9a96
38183ad5a372c3ae
chrome_taskmgr.png
57.6 KB View Download
chrome_0xc0000142.png
6.3 KB View Download
If the issue is coming from a webpage idling in a background tab, the two I've been keeping open lately are this game guide wiki:
http://fategrandorder.wikia.com/wiki/Servant_Summer_Festival!_2018

And this game discussion board (such as it is):
https://boards.4chan.org/vg/thread/225171327

... Or it could be an extension.

None of the above processes looked out-of-control in the task manager though.
This time I got a screenshot of the toolbar visual glitching (attached).

There was no crashing when I left the browser idle overnight, nor during the day when I periodically tried loading Google Maps or Amazon.  Only at the end of the day, when I left the browser minimized for a while to use other programs, did it become crashy when I came back to it.  Weird.

I'm starting to wonder if it's an issue with my computer, although it coincided with Chrome 69 hitting beta.  The Windows Event Viewer has messages from Resource-Exhaustion-Detector that go like: "Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: MsMpEng.exe (3256) consumed 349900800 bytes, chrome.exe (7088) consumed 191225856 bytes, and chrome.exe (11752) consumed 126947328 bytes."

Crash IDs:
b22999cdc0e272a7
3c85b0902b4cb61f
b35904a394d7516f
26198531eb7a6034
a5c4d66b88a74ba4
47f421f926ba1340
dcef6c9fb075d522
f6754a9d95f6254f
58a206b0534cfc82
chrome_toolbar-glitching.png
12.7 KB View Download
Summary: Virtual-memory exhaustion crashes with 69 beta (was: GPU-related(?) crashes with 69 beta)
Looking through Windows's resource-exhaustion messages, most of them involve MsMpEng.exe (Windows Defender), Chrome, and explorer.exe.  Maybe the crashes are happening when Windows Defender runs a background scan and resource usage spikes, hence the difficulty reproducing.  (Unless Windows Defender is always that high.)

Still, I never had this issue until the day Chrome 69 hit beta channel, so something must've changed from 68.
Doh, I just remembered I have my virtual memory set to a fixed size, instead of system-managed.  Maybe all I need to do is turn it up.  Will give it a try.
Mergedinto: 869871
Status: Duplicate (was: Assigned)
No further crashes after raising my pagefile size.  System commit has crept up to ~9GB after 3 days of browsing.  On further searching, it seems this is a duplicate of  Issue 869871 .
Or rather,  Issue 873313 , which has been fixed in today's beta release.

Sign in to add a comment