New issue
Advanced search Search tips

Issue 815181 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug-Regression



Sign in to add a comment

oortonline_tbmv2/http://oortonline.gl/#run in oortonline_tbmv2 failing on chromium.perf/Win 7 ATI GPU Perf

Project Member Reported by sheriff-...@appspot.gserviceaccount.com, Feb 23 2018

Issue description

Filed by sheriff-o-matic@appspot.gserviceaccount.com on behalf of eyaich@google.com

oortonline_tbmv2/http://oortonline.gl/#run in oortonline_tbmv2 failing on chromium.perf/Win 7 ATI GPU Perf

Builders failed on: 
- Win 7 ATI GPU Perf: 
  https://build.chromium.org/p/chromium.perf/builders/Win%207%20ATI%20GPU%20Perf


 

Comment 1 by eyaich@chromium.org, Feb 23 2018

Components: Speed>Benchmarks>Waterfall
Labels: -Pri-2 OS-Windows Pri-1 Type-Bug-Regression

Comment 2 by eyaich@chromium.org, Feb 23 2018

Cc: u...@chromium.org
Looks like a chrome crash: 

(INFO) 2018-02-22 13:33:40,032 browser.DumpStateUponFailure:352  *********** END OF BROWSER STANDARD OUTPUT ************
(INFO) 2018-02-22 13:33:40,032 browser.DumpStateUponFailure:354  ********************* BROWSER LOG *********************
(INFO) 2018-02-22 13:33:40,032 browser.DumpStateUponFailure:356  No log file
(INFO) 2018-02-22 13:33:40,032 browser.DumpStateUponFailure:359  ***************** END OF BROWSER LOG ******************
(WARNING) 2018-02-22 13:33:40,032 screenshot.TryCaptureScreenShot:45  Either tab has crashed or browser does not support taking tab screenshot. Skip taking screenshot on failure.
(WARNING) 2018-02-22 13:33:40,032 artifact_results.AddArtifact:128  Moving artifact file 'c:\\b\\s\\w\\itgojih4\\tmpohphpf\\reports\\39bb09f9-829c-4444-96ae-c6843b017991.dmp' to 'c:\\b\\s\\w\\itgojih4\\tmptahfuqtelemetry\\artifacts'
Traceback (most recent call last):
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\story_runner.py", line 123, in _RunStoryAndProcessErrorIfNeeded
    state.RunStory(results)
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\page\shared_page_state.py", line 311, in RunStory
    self._current_page.Run(self)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\page\__init__.py", line 100, in Run
    self.RunPageInteractions(action_runner)
  File "c:\b\s\w\ir\tools\perf\page_sets\oortonline.py", line 55, in RunPageInteractions
    action_runner.WaitForJavaScriptCondition('window.benchmarkStarted')
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\actions\action_runner.py", line 261, in WaitForJavaScriptCondition
    return self._tab.WaitForJavaScriptCondition(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\browser\web_contents.py", line 239, in WaitForJavaScriptCondition
    return self._inspector_backend.WaitForJavaScriptCondition(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_backend.py", line 289, in WaitForJavaScriptCondition
    return py_utils.WaitFor(IsJavaScriptExpressionTrue, timeout)
  File "c:\b\s\w\ir\third_party\catapult\common\py_utils\py_utils\__init__.py", line 136, in WaitFor
    res = condition()
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_backend.py", line 286, in IsJavaScriptExpressionTrue
    return self._EvaluateJavaScript(condition, context_id, timeout)
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_backend.py", line 38, in Inner
    return func(inspector_backend, *args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_backend.py", line 524, in _EvaluateJavaScript
    self._runtime.Crash(context_id, timeout)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_runtime.py", line 81, in Crash
    res = self._inspector_websocket.SyncRequest(request, timeout)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_websocket.py", line 116, in SyncRequest
    res = self._Receive(timeout)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_websocket.py", line 172, in _Receive
    self._HandleNotification(result)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_websocket.py", line 185, in _HandleNotification
    self._domain_handlers[domain_name](result)
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_backend.py", line 460, in _HandleInspectorDomainNotification



See link to latest log: 
https://chromium-swarm.appspot.com/task?id=3bd7c3d34e6d9310&refresh=10&show_raw=1

Chrome stack trace is in https://chromium-swarm.appspot.com/task?id=3bda1c19cf0e5710&refresh=10&show_raw=1

********************************************************************************
	Last event: 1044.d64: Break instruction exception - code 80000003 (first/second chance not available)
	  debugger time: Fri Feb 23 00:33:54.025 2018 (UTC - 8:00)
	RetAddr           : Args to Child                                                           : Call Site
	000007fe`dbe9d9a3 : 00000000`00000020 00000000`0428ee10 000007fe`de426c6f 00000000`00000020 : chrome_child!blink::WebDevToolsAgentImpl::Session::IOSession::DispatchProtocolCommand+0xe8
	000007fe`daaca4fd : 00000000`00000000 00000000`0428ed30 00000000`0428ed30 00000000`00000000 : chrome_child!blink::mojom::blink::DevToolsSessionStubDispatch::Accept+0xbd
	000007fe`daac9ffb : 00000000`0428ef6c 000007fe`daac9636 00000004`41be7329 00000000`00000000 : chrome_child!mojo::internal::MultiplexRouter::ProcessIncomingMessage+0x1cb
	000007fe`daac8d1f : 00000000`00000030 00000000`01180000 000007fe`de512fa8 00000000`00000028 : chrome_child!mojo::internal::MultiplexRouter::Accept+0xc7
	000007fe`daac8b8e : 00000454`7d89dca5 00000000`00e8bdc0 00000000`0428f2a0 000007fe`daa393cb : chrome_child!mojo::Connector::ReadSingleMessage+0x10b
	000007fe`daac8a45 : 00000000`04d94ce0 00000000`00000000 00000454`7d89df15 00000000`00e04710 : chrome_child!mojo::Connector::ReadAllAvailableMessages+0x62
	(Inline Function) : --------`-------- --------`-------- --------`-------- --------`-------- : chrome_child!base::RepeatingCallback<void (unsigned int, const mojo::HandleSignalsState &)>::Run+0xd
	000007fe`daa6b2d1 : 00000000`04d99748 00000000`0428f744 00000000`00000001 000007fe`daa06617 : chrome_child!mojo::SimpleWatcher::OnHandleReady+0xab
	000007fe`daa6b11e : 00000000`00000000 00000000`00000001 00000000`04d95730 00000000`04d95768 : chrome_child!mojo::SimpleWatcher::Context::Notify+0x197
	000007fe`daa6b085 : 00000000`0428f450 000007fe`daa54fff 00000000`0428f4b0 000007fe`daa38388 : chrome_child!mojo::SimpleWatcher::Context::CallNotify+0x10
	000007fe`daa55970 : 00000000`0b9ead68 000007fe`daa5a6d6 00000000`0428f4a8 000007fe`daa63eb8 : chrome_child!mojo::edk::Watch::InvokeCallback+0x47
	000007fe`daa5c047 : 00000000`00e0a400 00000454`7d89d8d5 000007fe`def957d0 00000000`00eb6980 : chrome_child!mojo::edk::RequestContext::~RequestContext+0x12c
	000007fe`daa5b84a : 00000454`7d89d585 00000000`00e0a540 00000000`00e02301 00000000`0428f958 : chrome_child!mojo::edk::NodeChannel::OnChannelMessage+0x66b
	000007fe`dcbd89d4 : 00000000`00000000 00000000`00000000 00000000`00000000 000007fe`de4168e0 : chrome_child!mojo::edk::Channel::OnReadComplete+0x1c4
	(Inline Function) : --------`-------- --------`-------- --------`-------- --------`-------- : chrome_child!mojo::edk::`anonymous namespace'::ChannelWin::OnReadDone+0x1f
	000007fe`daa5240b : 00000000`0428fca0 000007fe`daa010fb 00000000`00000002 00000000`00000008 : chrome_child!mojo::edk::`anonymous namespace'::ChannelWin::OnIOCompleted+0x27a
	000007fe`daa52239 : 00000000`00000000 000007fe`daa010fb 00000000`00000002 00000000`0428fc70 : chrome_child!base::MessagePumpForIO::WaitForIOCompletion+0x1ab
	(Inline Function) : --------`-------- --------`-------- --------`-------- --------`-------- : chrome_child!base::MessagePumpForIO::WaitForWork+0x55
	000007fe`daa520e8 : 00000000`00000000 00000000`0428fd20 00000000`00dfd558 000007fe`df053b20 : chrome_child!base::MessagePumpForIO::DoRunLoop+0x129
	000007fe`daa4e865 : 00000000`00000000 00000000`00000000 00000000`00dfd558 00000000`00dfd548 : chrome_child!base::MessagePumpWin::Run+0x68
	000007fe`daa4e65a : 00000000`00000000 00000000`00000000 000007fe`daa202f2 00000000`00000000 : chrome_child!base::RunLoop::Run+0x35
	000007fe`dbfdf875 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : chrome_child!base::Thread::ThreadMain+0x18a
	*** WARNING: Unable to verify checksum for kernel32.dll
	*** ERROR: Symbol file could not be found.  Defaulted to export symbols for kernel32.dll - 
	00000000`779a59cd : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : chrome_child!base::`anonymous namespace'::ThreadFunc+0xf5
	00000000`77bdb891 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0xd
	00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x21
	
	   0  Id: 1044.12fc Suspend: 0 Teb: 000007ff`fffdd000 Unfrozen
	RetAddr           : Args to Child                                                           : Call Site
	000007fe`fdc61430 : 00000000`00000000 000007fe`daa559ac 00000000`0a7b6e08 00000000`01189190 : ntdll!NtWaitForMultipleObjects+0xa
	00000000`779a06c0 : 00000000`0034c498 00000000`0034c480 00000000`00000000 00000000`00e04900 : KERNELBASE!GetCurrentProcess+0x40
	000007fe`dadfe4ab : 00000000`00000000 00000000`0034c938 00000000`00000003 00000000`0034c560 : kernel32!WaitForMultipleObjects+0xb0
	000007fe`dadfdfa0 : 00000000`0034c888 000007fe`daa1232e 00000000`00e0a5e8 00000000`00000000 : chrome_child!base::WaitableEvent::WaitMany+0x11b
	000007fe`dadfdb48 : 00000000`0bd04f20 000007fe`daa06601 00000000`0034c9c8 00000000`00000000 : chrome_child!mojo::WaitSet::State::Wait+0x302
	000007fe`dadfd850 : 00000000`00000000 00000000`00000000 00000454`7995e435 00000000`0b88ed90 : chrome_child!mojo::SyncHandleRegistry::Wait+0x9c
	000007fe`dabb81a4 : 00000000`0034cd08 00000000`00000000 00000000`00000000 00000454`7995e775 : chrome_child!IPC::SyncChannel::WaitForReply+0x20a
	000007fe`dd229af3 : 00000017`d69f29ac 00000000`0034ce10 00000000`0034cce8 00000000`00000000 : chrome_child!IPC::SyncChannel::Send+0xd8
	000007fe`dd22dd68 : 00000000`0000c350 00000000`00dd8f40 00000000`00003e1a 00000000`0000411a : chrome_child!content::RenderFrameImpl::RunJavaScriptDialog+0x159
	000007fe`ddcd60d7 : 000001e6`e94e3a00 00000000`0034cf68 000007fe`dda1c210 000007fe`dd0a6ae8 : chrome_child!content::RenderFrameImpl::RunModalAlertDialog+0xb8
	000007fe`dd051ada : 00000000`04c08ec0 00000000`00000000 00000000`00000000 000001e4`ab741e10 : chrome_child!blink::ChromeClientImpl::OpenJavaScriptAlertDelegate+0x67
	(Inline Function) : --------`-------- --------`-------- --------`-------- --------`-------- : chrome_child!blink::ChromeClient::OpenJavaScriptAlert::<unnamed-tag>::operator()+0x12
	(Inline Function) : --------`-------- --------`-------- --------`-------- --------`-------- : chrome_child!blink::OpenJavaScriptDialog+0x31
	000007fe`dce2175c : 00000000`0034cf28 000007fe`dacb9709 00000000`00000000 00000454`7995e3e5 : chrome_child!blink::ChromeClient::OpenJavaScriptAlert+0xba
	000007fe`dda1c4fd : 00000000`04c08ec0 00000000`00000000 00000000`00000000 00000000`00000000 : chrome_child!blink::LocalDOMWindow::alert+0x1ac
	(Inline Function) : --------`-------- --------`-------- --------`-------- --------`-------- : chrome_child!blink::DOMWindowV8Internal::alert2Method+0x24a
	(Inline Function) : --------`-------- --------`-------- --------`-------- --------`-------- : chrome_child!blink::DOMWindowV8Internal::alertMethod+0x2cf
	000007fe`daca5c7d : 00000000`00000000 00000000`00000000 000007fe`de4a23a0 00000000`0034cae8 : chrome_child!blink::V8Window::alertMethodCallback+0x2ed
	000007fe`db942b71 : 00000000`04c627d0 0000033c`ffffffff 00000000`0034d318 00000000`04c627d8 : chrome_child!v8::internal::FunctionCallbackArguments::Call+0x20d
	000007fe`db9424c3 : 00000000`04c627d8 000007fe`de4a8e80 00000000`0034d390 00000000`0034d2e8 : chrome_child!v8::internal::`anonymous namespace'::HandleApiCallHelper<0>+0x311
	000007fe`daca58f1 : 00000000`04c08f88 00000000`00000004 00000000`0034d308 000004f1`b3584221 : chrome_child!v8::internal::Builtin_Impl_HandleApiCall+0x113
	000004f1`b3584221 : 00000000`0034d290 00000000`00000006 00000000`0034d350 000004f1`b36066d1 : chrome_child!v8::internal::Builtin_HandleApiCall+0x41
	00000000`0034d290 : 00000000`00000006 00000000`0034d350 000004f1`b36066d1 00000690`13da9779 : 0x000004f1`b3584221
	00000000`00000006 : 00000000`0034d350 000004f1`b36066d1 00000690`13da9779 00000002`00000000 : 0x34d290
	00000000`0034d350 : 000004f1`b36066d1 00000690`13da9779 00000002`00000000 00000650`f4cc53a9 : 0x6
	000004f1`b36066d1 : 00000690`13da9779 00000002`00000000 00000650`f4cc53a9 000004f1`b3584161 : 0x34d350
	00000690`13da9779 : 00000002`00000000 00000650`f4cc53a9 000004f1`b3584161 00000000`0034d2d0 : 0x000004f1`b36066d1
	00000002`00000000 : 00000650`f4cc53a9 000004f1`b3584161 00000000`0034d2d0 00000000`00000006 : 0x00000690`13da9779
	00000650`f4cc53a9 : 000004f1`b3584161 00000000`0034d2d0 00000000`00000006 00000000`0034d390 : 0x00000002`00000000
	000004f1`b3584161 : 00000000`0034d2d0 00000000`00000006 00000000`0034d390 000004f1`b359479e : 0x00000650`f4cc53a9
	00000000`0034d2d0 : 00000000`00000006 00000000`0034d390 000004f1`b359479e 00000650`f4c822e1 : 0x000004f1`b3584161
	00000000`00000006 : 00000000`0034d390 000004f1`b359479e 00000650`f4c822e1 0000023e`42eaff69 : 0x34d2d0
	00000000`0034d390 : 000004f1`b359479e 00000650`f4c822e1 0000023e`42eaff69 00000006`00000000 : 0x6
	000004f1`b359479e : 00000650`f4c822e1 0000023e`42eaff69 00000006`00000000 00000650`f4c82321 : 0x34d390
	00000650`f4c822e1 : 0000023e`42eaff69 00000006`00000000 00000650`f4c82321 000002f8`9a2d34e1 : 0x000004f1`b359479e
	0000023e`42eaff69 : 00000006`00000000 00000650`f4c82321 000002f8`9a2d34e1 00000655`1258b019 : 0x00000650`f4c822e1
	00000006`00000000 : 00000650`f4c82321 000002f8`9a2d34e1 00000655`1258b019 00000655`1258b019 : 0x0000023e`42eaff69
	00000650`f4c82321 : 000002f8`9a2d34e1 00000655`1258b019 00000655`1258b019 0000023e`42eaff69 : 0x00000006`00000000
	000002f8`9a2d34e1 : 00000655`1258b019 00000655`1258b019 0000023e`42eaff69 00000045`00000000 : 0x00000650`f4c82321
	00000655`1258b019 : 00000655`1258b019 0000023e`42eaff69 00000045`00000000 00000690`13da9709 : 0x000002f8`9a2d34e1
	00000655`1258b019 : 0000023e`42eaff69 00000045`00000000 00000690`13da9709 00000604`9bc51c99 : 0x00000655`1258b019
	0000023e`42eaff69 : 00000045`00000000 00000690`13da9709 00000604`9bc51c99 00000601`49cac2b1 : 0x00000655`1258b019
	00000045`00000000 : 00000690`13da9709 00000604`9bc51c99 00000601`49cac2b1 00000000`0034d3e8 : 0x0000023e`42eaff69
	00000690`13da9709 : 00000604`9bc51c99 00000601`49cac2b1 00000000`0034d3e8 000004f1`b359479e : 0x00000045`00000000
	00000604`9bc51c99 : 00000601`49cac2b1 00000000`0034d3e8 000004f1`b359479e 000002f8`9a2d34e1 : 0x00000690`13da9709
	00000601`49cac2b1 : 00000000`0034d3e8 000004f1`b359479e 000002f8`9a2d34e1 000002ad`79518091 : 0x00000604`9bc51c99
	00000000`0034d3e8 : 000004f1`b359479e 000002f8`9a2d34e1 000002ad`79518091 000002f8`9a2d34e1 : 0x00000601`49cac2b1
	000004f1`b359479e : 000002f8`9a2d34e1 000002ad`79518091 000002f8`9a2d34e1 000002ad`79518091 : 0x34d3e8
	

Comment 4 by eyaich@chromium.org, Feb 23 2018

Disabling on windows
Project Member

Comment 5 by bugdroid1@chromium.org, Feb 23 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/abeb713d0f9e04e0a43b85628cea3bf079840a7f

commit abeb713d0f9e04e0a43b85628cea3bf079840a7f
Author: Emily Hanley <eyaich@google.com>
Date: Fri Feb 23 16:26:45 2018

Disabling orrtonline on windows.

TBR=charliea@chromium.org

NOTRY=True

Bug: 815181
Change-Id: I14167f579acd5b6cdc3bcd0606e6ea3661157cc7
Reviewed-on: https://chromium-review.googlesource.com/934631
Reviewed-by: Emily Hanley <eyaich@chromium.org>
Commit-Queue: Emily Hanley <eyaich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#538796}
[modify] https://crrev.com/abeb713d0f9e04e0a43b85628cea3bf079840a7f/tools/perf/expectations.config

Sign in to add a comment