New issue
Advanced search Search tips

Issue 764377 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Sep 24
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

browser_tests failing on ClangToTWin(dbg)

Project Member Reported by h...@chromium.org, Sep 12 2017

Issue description

For example:
https://build.chromium.org/p/chromium.fyi/builders/ClangToTWin%28dbg%29%20tester/builds/4559


Both tests have "intentionally crashing" log messages. Maybe this is similar to  Issue 692564  where we were hanging in dbghelp?




[ RUN      ] MediaRouterDialogControllerBrowserTest.RenderProcessHost
[5880:4808:0912/030624.420:ERROR:direct_composition_surface_win.cc(1095)] Failing to detect HDR, couldn't retrieve D3D11 device from ANGLE.
[5880:4808:0912/030624.483:INFO:media_foundation_video_encode_accelerator_win.cc(335)] Windows versions earlier than 8 are not supported.
[6912:5136:0912/030626.915:ERROR:render_frame_impl.cc(819)] Intentionally crashing (with null pointer dereference) because user navigated to chrome://crash/
[7116:8104:0912/030628.167:ERROR:event_page_request_manager.cc(116)] Attempted too many times to wake up event page.
[7116:8104:0912/030628.167:ERROR:event_page_request_manager.cc(96)] Draining request queue. (queue-length=4)
[7116:8104:0912/030630.115:WARNING:CONSOLE(0)] "Styling master document from stylesheets defined in HTML Imports is deprecated, and is planned to be removed in M65, around March 2018. Please refer to https://goo.gl/EGXzpw for possible migration paths.", source:  (0)


[ RUN      ] DevToolsReattachAfterCrashTest.TestReattachAfterCrashOnTimeline
[4600:3352:0912/030230.426:ERROR:direct_composition_surface_win.cc(1095)] Failing to detect HDR, couldn't retrieve D3D11 device from ANGLE.
[4600:3352:0912/030230.568:INFO:media_foundation_video_encode_accelerator_win.cc(335)] Windows versions earlier than 8 are not supported.
HTTP server started on http://127.0.0.1:51782...
sending server_data: {"host": "127.0.0.1", "port": 51782} (36 bytes)
[7632:6244:0912/030242.490:ERROR:render_frame_impl.cc(819)] Intentionally crashing (with null pointer dereference) because user navigated to chrome://crash/
[3864:6196:0912/030243.560:ERROR:CONSOLE(22)] "Empty response arrived for script 'chrome-devtools://devtools/remote/serve_file/@0fc9c713bab87120fa0c78eafa876506333ee235/product_registry_impl/product_registry_impl_module.js'", source: chrome-devtools://devtools/bundled/inspector.js (22)
[3864:6196:0912/030243.563:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[3864:6196:0912/030243.566:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[3864:6196:0912/030243.570:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)

 

Comment 1 by h...@chromium.org, Sep 12 2017

Hmm, the tests the fail seems to vary a little between builds.

https://build.chromium.org/p/chromium.fyi/builders/ClangToTWin%28dbg%29%20tester/builds/4562 shows

CrashRecoveryBrowserTest.LoadInNewTab
DevToolsReattachAfterCrashTest.TestReattachAfterCrashOnTimeline
CrashRecoveryBrowserTest.DoubleReloadWithError

as failing.


When I run locally, the tests pass, but I don't get the message about crashing intentionally:

[ RUN      ] DevToolsReattachAfterCrashTest.TestReattachAfterCrashOnTimeline
HTTP server started on http://127.0.0.1:59383...
sending server_data: {"host": "127.0.0.1", "port": 59383} (36 bytes)
[19072:8728:0912/143527.269:ERROR:CONSOLE(22)] "Empty response arrived for script 'chrome-devtools://devtools/remote/serve_file/@9c48e8cf31cb4f4f06d08006ae084f02a7d4261c/product_registry_impl/product_registry_impl_module.js'", source: chrome-devtools://devtools/bundled/inspector.js (22)
[19072:8728:0912/143527.307:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[19072:8728:0912/143527.332:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[19072:8728:0912/143527.347:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[19072:8728:0912/143528.789:WARNING:render_widget_host_impl.cc(275)] Input request on unbound interface
[19072:8728:0912/143528.807:WARNING:render_widget_host_impl.cc(302)] Input request on unbound interface
[19072:8728:0912/143528.815:WARNING:render_widget_host_impl.cc(302)] Input request on unbound interface
[19072:8728:0912/143528.825:WARNING:render_widget_host_impl.cc(302)] Input request on unbound interface
[19072:20944:0912/143530.609:ERROR:process_win.cc(139)] Unable to terminate process: Access is denied. (0x5)
[19072:8728:0912/143530.742:INFO:chrome_cryptauth_service.cc(222)] Profile is not authenticated yet; waiting before starting CryptAuth managers.
[19072:8728:0912/143530.780:ERROR:event_page_request_manager.cc(154)] An error encountered while waking the event page.
[19072:8728:0912/143530.791:ERROR:event_page_request_manager.cc(96)] Draining request queue. (queue-length=3)
[19072:8728:0912/143530.932:WARNING:url_request_context_getter.cc(43)] URLRequestContextGetter leaking due to no owning thread.
[       OK ] DevToolsReattachAfterCrashTest.TestReattachAfterCrashOnTimeline (13125 ms)


Something seems to be flaky here.
Cc: inglorion@chromium.org
This bot continues to be mostly red, with occasional successful runs. I'd like to see if we can figure out what actually causes the failing runs.
One thing that stands out is

5836:3648:0919/054557.613:ERROR:direct_composition_surface_win.cc(1095)] Failing to detect HDR, couldn't retrieve D3D11 device from ANGLE.
[5836:3648:0919/054557.923:INFO:media_foundation_video_encode_accelerator_win.cc(335)] Windows versions earlier than 8 are not supported.

The bot claims it's running Windows 7. If that's not supposed to be supported, we should probably update the OS on the bot. If Windows 7 is supposed to be supported, we probably shouldn't be reporting an error and a "not supported" message here (assuming they are related).

The Chrome website suggests that Windows 7 is supported, so presumably these messages are red herrings and not indicative of a failure reason for these tests.

Comment 4 by h...@chromium.org, Sep 19 2017

Yes, those are probably red herrings.
Project Member

Comment 5 by sheriffbot@chromium.org, Sep 20

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Archived (was: Untriaged)

Sign in to add a comment