New issue
Advanced search Search tips

Issue 814180 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Browsing randomly with ChromeOS results in failed cookie commit assertion

Project Member Reported by alancutter@chromium.org, Feb 21 2018

Issue description

args.gn:
is_debug = false
dcheck_always_on = true
enable_nacl = false
is_component_build = true
target_os = "chromeos"
use_goma = true

Just browsing the internet with asserts enabled in ChromeOS results in the following crash:

[117186:117213:0221/202832.393960:ERROR:connection.cc(1888)] Cookie sqlite error 2067, errno 0: UNIQUE constraint failed: cookies.host_key, cookies.name, cookies.path, sql: INSERT INTO cookies (creation_utc, host_key, name, value, encrypted_value, path, expires_utc, is_secure, is_httponly, firstpartyonly, last_access_utc, has_expires, is_persistent, priority) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?)
[117186:117213:0221/202832.394044:FATAL:sqlite_persistent_cookie_store.cc(1245)] Check failed: false. Could not add a cookie to the DB.
#0 0x7f52fce9819c base::debug::StackTrace::StackTrace()
#1 0x7f52fcebef1b logging::LogMessage::~LogMessage()
#2 0x7f52fb06062d net::SQLitePersistentCookieStore::Backend::Commit()
#3 0x7f52f9cfce2e _ZN4base8internal7InvokerINS0_9BindStateIMN7content28ServiceManagerConnectionImpl15IOThreadContextEFvvEJ13scoped_refptrIS5_EEEEFvvEE7RunOnceEPNS0_13BindStateBaseE
#4 0x7f52fce98a75 base::debug::TaskAnnotator::RunTask()
#5 0x7f52fcf31eeb base::internal::TaskTracker::RunOrSkipTask()
#6 0x7f52fcf32ff8 base::internal::TaskTrackerPosix::RunOrSkipTask()
#7 0x7f52fcf31218 base::internal::TaskTracker::RunAndPopNextTask()
#8 0x7f52fcf29004 base::internal::SchedulerWorker::Thread::ThreadMain()
#9 0x7f52fcf3d0ef base::(anonymous namespace)::ThreadFunc()
#10 0x7f52fd01a494 start_thread
#11 0x7f52eff3aa8f clone

See screencast for example crash.
 
Feb 21 2018 8_34 PM.webm
7.1 MB View Download
Status: WontFix (was: Available)
No longer able to repro after clearing my profile. It was probably a corrupt local profile.

Sign in to add a comment