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

Issue 872286 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 11
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

Hitting a DCHECK on session_store.cc line 388

Project Member Reported by javierrobles@chromium.org, Aug 8

Issue description

ENVIRONMENT and STATS
For syncing clients: iOS 11, iPhone X
From chrome: Chromium dev
From about:sync

REPRO STEPS
log in with an account with data saved, wait ~30 seconfs

ACTUAL RESULTS
Hitting  `DCHECK(AreValidSpecifics(specifics));` 
log:
```
[0808/154009.493588:FATAL:session_store.cc(388)] Check failed: AreValidSpecifics(specifics). 
[0808/154009.493932:FATAL:session_store.cc(39)] Check failed: tab_node_id > TabNodePool::kInvalidTabNodeID (-1 vs. -1)
[0808/154009.494056:FATAL:client_tag_based_model_type_processor.cc(923)] Check failed: data.client_tag_hash == GetHashForTag(bridge_->GetClientTag(data)) ({0} vs. {1})
[0808/154009.494160:FATAL:client_tag_based_model_type_processor.cc(907)] Check failed: !bridge_->SupportsGetStorageKey() || !storage_key.empty(). 
[0808/154009.501754:FATAL:session_store.cc(388)] Check failed: AreValidSpecifics(specifics). 
[0808/154009.501853:FATAL:session_store.cc(39)] Check failed: tab_node_id > TabNodePool::kInvalidTabNodeID (-1 vs. -1)
[0808/154009.501925:FATAL:client_tag_based_model_type_processor.cc(923)] Check failed: data.client_tag_hash == GetHashForTag(bridge_->GetClientTag(data)) ({0} vs. {1})
[0808/154009.501989:FATAL:client_tag_based_model_type_processor.cc(907)] Check failed: !bridge_->SupportsGetStorageKey() || !storage_key.empty(). 
[0808/154009.526226:FATAL:session_store.cc(421)] Check failed: success. 
[0808/154009.539688:FATAL:session_store.cc(421)] Check failed: success. 
[0808/154009.561874:FATAL:client_tag_based_model_type_processor.cc(819)] Check failed: AllStorageKeysPopulated(). 
2018-08-08 15:40:09.654427+0200 Chromium[19624:2791927] stat on /var/mobile/Containers/Data/Application/A2FF2744-8487-493D-A785-AB17579E317F/Library/Application Support/Chromium/Default/Bookmarks: No such file or directory
[0808/154010.072009:FATAL:client_tag_based_model_type_processor.cc(604)] Check failed: AllStorageKeysPopulated(). 
```

EXPECTED RESULTS
No DCHECK should be hit

ADDITIONAL INFO
Anything else which may help us debug the issue; screenshots of error
messages or states are always helpful.

 
This bug had an unsupported status. Updating to Untriaged so someone will reevaluate.
Status: Untriaged (was: Accepted)
Labels: -Pri-3 Sync-Triaged OS-iOS Pri-2
Owner: mastiz@chromium.org
Status: Fixed (was: Untriaged)
Likely fixed by https://chromium-review.googlesource.com/c/1377734

Sign in to add a comment