New issue
Advanced search Search tips

Issue 662156 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Aug 3
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

CalledOnValidThread check failures in DisplayColorManagerTest when running locally.

Project Member Reported by osh...@chromium.org, Nov 3 2016

Issue description

ToT:

Hers is my "gn args"
# Build arguments go here. Examples:
   is_component_build = true
   is_debug = false
   target_os = "chromeos"
   use_goma = true
   enable_clipboard_aurax11 = true
   enable_nacl = false
   dcheck_always_on = true
#   is_asan = true

I'm not sure why this isn't happening on bots. glevin@, can you look into this?


Here is an example but other tests are failing in a same way. (CalledOnValidThread)

[ RUN      ] DisplayColorManagerTest.FullWithoutPlatformCTM
Received signal 11 SEGV_MAPERR 000000000020
#0 0x7fd27cc93d37 base::debug::(anonymous namespace)::StackDumpSignalHandler()
#1 0x7fd27d1d4330 <unknown>
#2 0x7fd27d1ce404 __GI___pthread_mutex_lock
#3 0x7fd27cd07482 base::internal::LockImpl::Lock()
#4 0x7fd27cd2a377 base::ThreadCheckerImpl::CalledOnValidThread()
#5 0x7fd27ab8bc2b PrefService::GetDictionary()
#6 0x000000958d50 quirks::QuirksManager::OnIccFilePathRequestCompleted()
#7 0x000000959510 _ZN4base8internal7InvokerINS0_9BindStateIMN6quirks13QuirksManagerEFvlRKNS_8CallbackIFvRKNS_8FilePathEbELNS0_8CopyModeE1ELNS0_10RepeatModeE1EEES6_EJNS_7WeakPtrIS4_EElSC_EEEFvS6_EE3RunEPNS0_13BindStateBaseEOS6_
#8 0x000000959758 base::internal::ReplyAdapter<>()
#9 0x7fd27cd22a77 base::(anonymous namespace)::PostTaskAndReplyRelay::RunReplyAndSelfDestruct()
#10 0x7fd27cc94cb6 base::debug::TaskAnnotator::RunTask()
#11 0x7fd27ccc1f9d base::MessageLoop::RunTask()
#12 0x7fd27ccc2308 base::MessageLoop::DeferOrRunPendingTask()
#13 0x7fd27ccc271b base::MessageLoop::DoWork()
#14 0x7fd27ccc453a base::(anonymous namespace)::WorkSourceDispatch()
#15 0x7fd2790b4e04 g_main_context_dispatch
#16 0x7fd2790b5048 <unknown>
#17 0x7fd2790b50ec g_main_context_iteration
#18 0x7fd27ccc426f base::MessagePumpGlib::Run()
#19 0x7fd27ccc1ca9 base::MessageLoop::RunHandler()
#20 0x7fd27ccf0580 base::RunLoop::Run()
#21 0x00000056a653 ash::DisplayColorManagerTest_FullWithoutPlatformCTM_Test::TestBody()
#22 0x00000098f6b7 testing::Test::Run()
#23 0x0000009902f3 testing::TestInfo::Run()
#24 0x000000990787 testing::TestCase::Run()
#25 0x000000997cf7 testing::internal::UnitTestImpl::RunAllTests()
#26 0x00000099795a testing::UnitTest::Run()
#27 0x000000967c11 base::TestSuite::Run()
#28 0x000000968fae base::(anonymous namespace)::LaunchUnitTestsInternal()
#29 0x000000968e34 base::LaunchUnitTests()
#30 0x0000007326ca main
#31 0x7fd279c85f45 __libc_start_main
#32 0x0000004ab275 <unknown>
  r8: 0000000000007fce  r9: 0000000000013cc0 r10: 00007ffc6f38b5c0 r11: 000000001ed5c565
 r12: 0000330f7f04c370 r13: 00007ffc6f38a980 r14: 0000000000000010 r15: 000000004c834a42
  di: 0000000000000010  si: 0000000000000010  bp: 0000000000958c40  bx: 0000000000000010
  dx: 000000000000001f  ax: 00007fd27cdc9980  cx: 0000330f7f011318  sp: 00007ffc6f38a2d0
  ip: 00007fd27d1ce404 efl: 0000000000010202 cgf: 0000000000000033 erf: 0000000000000004
 trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000020
[end of stack trace]
[1896/1897] DisplayColorManagerTest.FullWithoutPlatformCTM (CRASHED)

 
Components: Tests>Fails
Status: WontFix (was: Assigned)
Feel free to reopen if still relevant.

Sign in to add a comment