-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CR94][Sync] DCHECK in SyncSchedulerImpl::ScheduleLocalRefreshRequest #17938
Comments
With commented out DCHECK the issue does not happen. |
cc @jsecretan , @darkdh |
Something weird happened. According to the stack,
I will try to re-build without ccache |
Yes, with clean and ccache-less build there are no any issues. This was an accidental false alarm. |
I can see this error again on
Looks like caused by https://chromium-review.googlesource.com/c/chromium/src/+/3055357/3/components/sync/engine/sync_manager_impl.cc
Which doesn't have much sense and looks like a typo. |
The above issue is easily reproducible with just disabling the default enabled type (
The problem is that in BraveSyncManagerImpl::StartSyncingNormally(), we pass a hardcoded There's two things that we have to fix here:
Currently (that is, with |
Description
From the brave/brave-core#9558 (comment):
Steps to Reproduce
Actual result:
Expected result:
Reproduces how often:
Easily reproducedDesktop Brave version:
The text was updated successfully, but these errors were encountered: