New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 724553 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug
Hotlist-MemoryInfra



Sign in to add a comment

ActivityLogPrerenderTest.TestScriptInjected crash/timeout on Mac ASan 64 Tests (1)

Project Member Reported by jbroman@chromium.org, May 19 2017

Issue description

(cc primiano for memory measurement stuff, few people from prerender/OWNERS and activity_log/OWNERS)

ActivityLogPrerenderTest.TestScriptInjected is crashing (shows up on flakiness dashboard as timeout?) on Mac ASan 64 Tests (1)

BrowserTestBase received signal: Terminated: 15. Backtrace:
0   browser_tests                       0x00000001151bcc5c base::debug::StackTrace::StackTrace(unsigned long) + 28
1   browser_tests                       0x0000000116cf73aa content::(anonymous namespace)::DumpStackTraceSignalHandler(int) + 474
2   libsystem_platform.dylib            0x00007fff8a0835aa _sigtramp + 26
3   AppKit                              0x00007fff8243e99c -[NSApplication run] + 553
4   libsystem_kernel.dylib              0x00007fff876e121d mach_vm_region + 162
5   browser_tests                       0x00000001152e13b7 base::ProcessMetrics::GetMemoryBytes(unsigned long*, unsigned long*, unsigned long*, unsigned long*) const + 1431
6   browser_tests                       0x0000000115a84a07 prerender::PrerenderContents::DestroyWhenUsingTooManyResources() + 215
7   browser_tests                       0x0000000115ab6a2b prerender::PrerenderManager::PeriodicCleanup() + 1259
8   browser_tests                       0x00000001153b30fc base::Timer::RunScheduledTask() + 572

Somehow it's crashing while trying to measure the memory of VM regions?

https://build.chromium.org/p/chromium.memory/builders/Mac%20ASan%2064%20Tests%20%281%29/builds/30316
 
Cc: -asargent@chromium.org
Cc: -davidben@chromium.org
Neither people you CC'd from prerender/OWNERS are the current maintainers of this deprecated feature. But I believe the current maintainers follow the component anyway.

Comment 3 by mmenke@chromium.org, May 19 2017

Cc: -mmenke@chromium.org pasko@chromium.org
Project Member

Comment 4 by bugdroid1@chromium.org, May 19 2017

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

commit c39c757894f7a9a68a4ed4bf9942f94eece2b6a0
Author: jbroman <jbroman@chromium.org>
Date: Fri May 19 18:51:48 2017

Disable ActivityLogPrerenderTest.TestScriptInjected on Mac ASAN.

BUG=724553
TBR=carlosk@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2894173003
Cr-Commit-Position: refs/heads/master@{#473259}

[modify] https://crrev.com/c39c757894f7a9a68a4ed4bf9942f94eece2b6a0/chrome/browser/extensions/activity_log/activity_log_browsertest.cc

Sign in to add a comment