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

Issue 591736 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

net::CookieMonster shutdown crash

Project Member Reported by roc...@chromium.org, Mar 3 2016

Issue description

Getting this crash locally on ToT, but only on some profiles:

[31552:31578:0303/095914:FATAL:cookie_monster.cc(1003)] Check failed: thread_checker_.CalledOnValidThread(). 
#0 0x7f2332f12c7e base::debug::StackTrace::StackTrace()
#1 0x7f2332f29e2b logging::LogMessage::~LogMessage()
#2 0x7f232ebd27ed net::CookieMonster::~CookieMonster()
#3 0x7f232ebd2c59 net::CookieMonster::~CookieMonster()
#4 0x7f232e63e848 scoped_refptr<>::~scoped_refptr()
#5 0x7f232e63ee02 _ZN4base8internal9BindStateINS0_15RunnableAdapterIMN12_GLOBAL__N_118SessionDataDeleterEFvRKSt6vectorIN3net15CanonicalCookieESaIS7_EEEEEFvPS4_SB_EJSF_EE7DestroyEPNS0_13BindStateBaseE
#6 0x7f232e4cdae2 _ZN4base8internal9BindStateINS_8CallbackIFviEEES3_JRiEE7DestroyEPNS0_13BindStateBaseE
#7 0x7f232e55fc0b _ZN4base8internal9BindStateINS0_15RunnableAdapterIM24PushMessagingServiceImplKFvRKNS_8CallbackIFvbRKSt6vectorIhSaIhEES9_EEERKSsSF_EEEFvPKS3_SD_SF_SF_EJNS_7WeakPtrIS3_EESD_EE7DestroyEPNS0_13BindStateBaseE
#8 0x7f23332fa3ba _ZN4base8internal9BindStateINS0_15RunnableAdapterIMN3net27SQLitePersistentCookieStore7BackendEFvRKNS_8CallbackIFvRKSt6vectorIPNS3_15CanonicalCookieESaIS9_EEEEEEEEFvPS5_SH_EJSL_SH_EE7DestroyEPNS0_13BindStateBaseE
#9 0x7f2332f0e161 base::internal::CallbackBase::operator=()
#10 0x7f2332f6f62c base::SequencedWorkerPool::Inner::ThreadLoop()
#11 0x7f2332f6edfd base::SequencedWorkerPool::Worker::Run()
#12 0x7f2332f7317d base::SimpleThread::ThreadMain()
#13 0x7f2332f6e52f base::(anonymous namespace)::ThreadFunc()
#14 0x7f232a27b182 start_thread
#15 0x7f232746747d clone


I don't know who should look this, but the most recent relevant CL I can find is https://chromium.googlesource.com/chromium/src/+/be0910d6b03b3433448d25587ac57035d227b0d9

Any ideas mmenke?
 
Cc: mkwst@chromium.org
I have a CL under review that should fix this, I believe.
CL has landed.  Please let me know if you continue to get this, when you're building from ToT.

Comment 3 by mmenke@chromium.org, Mar 16 2016

Status: Fixed (was: Assigned)
Going to close this issue, please reopen if you run into it again.

Sign in to add a comment