Issue metadata
Sign in to add a comment
|
BackgroundApplicationListModelTest.ExplicitTest crashes under Dr. Memory |
||||||||||||||||||||||||
Issue descriptionSee https://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Unit%20%28DrMemory%29/builds/4702/steps/memory%20test%3A%20unit/logs/stdio: [ RUN ] BackgroundApplicationListModelTest.ExplicitTest ~~Dr.M~~ ~~Dr.M~~ Error #1: UNADDRESSABLE ACCESS: reading 0x0000009f-0x000000a3 4 byte(s) ~~Dr.M~~ # 0 ExtensionService::NotifyExtensionLoaded [chrome\browser\extensions\extension_service.cc:1035] ~~Dr.M~~ # 1 ExtensionService::AddExtension [chrome\browser\extensions\extension_service.cc:1521] ~~Dr.M~~ # 2 BackgroundApplicationListModelTest_ExplicitTest_Test::TestBody [chrome\browser\background\background_application_list_model_unittest.cc:167] ~~Dr.M~~ # 3 testing::internal::HandleExceptionsInMethodIfSupported<> [testing\gtest\src\gtest.cc:2458] ~~Dr.M~~ Note: @0:11:55.958 in thread 2464 ~~Dr.M~~ Note: instruction: call 0x5c(%edx) %esp -> %esp 0xfffffffc(%esp) Backtrace: ExtensionService::NotifyExtensionLoaded [0x041C93CF+319] (c:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service.cc:1035) ExtensionService::AddExtension [0x041C5A5C+972] (c:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service.cc:1521) BackgroundApplicationListModelTest_ExplicitTest_Test::TestBody [0x018CF6EB+683] (c:\b\build\slave\drm-cr\build\src\chrome\browser\background\background_application_list_model_unittest.cc:168) testing::internal::HandleExceptionsInMethodIfSupported<testing::Test,void> [0x02D99940+32] (c:\b\build\slave\drm-cr\build\src\testing\gtest\src\gtest.cc:2460) testing::Test::Run [0x02DABF1D+93] (c:\b\build\slave\drm-cr\build\src\testing\gtest\src\gtest.cc:2474) testing::TestInfo::Run [0x02DAC115+133] (c:\b\build\slave\drm-cr\build\src\testing\gtest\src\gtest.cc:2660) testing::TestCase::Run [0x02DABFFF+143] (c:\b\build\slave\drm-cr\build\src\testing\gtest\src\gtest.cc:2774) testing::internal::UnitTestImpl::RunAllTests [0x02DAC48E+462] (c:\b\build\slave\drm-cr\build\src\testing\gtest\src\gtest.cc:4647) testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,bool> [0x02D999D0+32] (c:\b\build\slave\drm-cr\build\src\testing\gtest\src\gtest.cc:2460) testing::UnitTest::Run [0x02DAC25E+190] (c:\b\build\slave\drm-cr\build\src\testing\gtest\src\gtest.cc:4255) base::TestSuite::Run [0x02BE7C13+163] (c:\b\build\slave\drm-cr\build\src\base\test\test_suite.cc:230) base::internal::Invoker<base::IndexSequence<0>,base::internal::BindState<base::internal::RunnableAdapter<int (__thiscall content::UnitTestTestSuite::*)(void)>,int __cdecl(content::UnitTestTestSuite *),base::internal::UnretainedWrapper<content::UnitTestTes [0x02DF3479+25] (c:\b\build\slave\drm-cr\build\src\base\bind_internal.h:372) base::`anonymous namespace'::LaunchUnitTestsInternal [0x02BD4F6F+751] (c:\b\build\slave\drm-cr\build\src\base\test\launcher\unit_test_launcher.cc:244) base::LaunchUnitTests [0x02BD4BC6+70] (c:\b\build\slave\drm-cr\build\src\base\test\launcher\unit_test_launcher.cc:445) main [0x02DF3526+150] (c:\b\build\slave\drm-cr\build\src\chrome\test\base\run_all_unittests.cc:21) __scrt_common_main_seh [0x0524008E+255] (f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:255) BaseThreadInitThunk [0x750F337A+18] RtlInitializeExceptionChain [0x775092B2+99] RtlInitializeExceptionChain [0x77509285+54] ~~Dr.M~~ WARNING: application exited with abnormal code 0xc0000005 04:30:17 common.py [INFO] process ended, did not time out 04:30:17 common.py [INFO] flushing stdout 04:30:17 common.py [INFO] collecting result code 04:30:17 common.py [ERROR] E:\b\build\slave\chromium-dbg-win-drmemory\build\src\tools\valgrind\..\..\third_party\drmemory\unpacked\bin\drmemory.exe exited with non-zero result code -1073741819 04:30:17 drmemory_analyze.py [INFO] Found 1 error reports 04:30:17 drmemory_analyze.py [INFO] Report #1 ### BEGIN MEMORY TOOL REPORT (error hash=#E1E8D36CAD2C4174#) UNADDRESSABLE ACCESS: reading 0x0000009f-0x000000a3 4 byte(s) # 0 ExtensionService::NotifyExtensionLoaded [chrome\browser\extensions\extension_service.cc:1035] # 1 ExtensionService::AddExtension [chrome\browser\extensions\extension_service.cc:1521] # 2 BackgroundApplicationListModelTest_ExplicitTest_Test::TestBody [chrome\browser\background\background_application_list_model_unittest.cc:167] # 3 testing::internal::HandleExceptionsInMethodIfSupported<> [testing\gtest\src\gtest.cc:2458] Note: @0:11:55.958 in thread 2464 Note: instruction: call 0x5c(%edx) %esp -> %esp 0xfffffffc(%esp) Suppression (error hash=#E1E8D36CAD2C4174#): For more info on using suppressions see http://dev.chromium.org/developers/how-tos/using-drmemory#TOC-Suppressing-error-reports-from-the- { UNADDRESSABLE ACCESS name=<insert_a_suppression_name_here> *!ExtensionService::NotifyExtensionLoaded *!ExtensionService::AddExtension *!BackgroundApplicationListModelTest_ExplicitTest_Test::TestBody *!testing::internal::HandleExceptionsInMethodIfSupported<> } ### END MEMORY TOOL REPORT (error hash=#E1E8D36CAD2C4174#) The crashes started showing up since https://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Unit%20%28DrMemory%29/builds/4627 (regression range 387840-387853), but note that there's an open issue 165458, which may also be relevant. Tentatively assigning to Andrew, who owns the previous bug.
,
Apr 26 2016
The regression range for the previous comment is 389563-389666, which doesn't add much information.
,
Apr 26 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b4709131156d61963c412d67d3b28394e972e180 commit b4709131156d61963c412d67d3b28394e972e180 Author: glider <glider@chromium.org> Date: Tue Apr 26 15:19:51 2016 Disable BackgroundApplicationListModelTest.ExplicitTest everywhere. It crashes on too many platforms. BUG= 606779 ,165458 TBR=atwilson@chromium.org Review URL: https://codereview.chromium.org/1917043006 Cr-Commit-Position: refs/heads/master@{#389784} [modify] https://crrev.com/b4709131156d61963c412d67d3b28394e972e180/chrome/browser/background/background_application_list_model_unittest.cc
,
Sep 7 2016
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by glider@chromium.org
, Apr 26 2016