Chrome Version: Version 63.0.3239.0 (Developer Build) (64-bit)
OS: Linux
What steps will reproduce the problem?
(1) Place probes in NativeBackendLibsecret calls (e.g. RawAddLogin, RemoveLogin, AddUpdateLoginSearch)
(2) Launch Chrome
On my machine I observe that these methods are called every second, as if in a loop.
Example stacktrace
#0 0x7f122d740077 base::debug::StackTrace::StackTrace()
#1 0x561ca4d040d8 NativeBackendLibsecret::RawAddLogin()
#2 0x561ca4d0391f NativeBackendLibsecret::AddLogin()
#3 0x561ca4d0eee4 PasswordStoreX::MigrateLogins()
#4 0x561ca4d0e219 PasswordStoreX::CheckMigration()
#5 0x561ca4d0ecaf PasswordStoreX::FillAutofillableLogins()
#6 0x561ca5575ec6 password_manager::PasswordStore::GetAutofillableLoginsImpl()
#7 0x561ca557717c password_manager::PasswordStore::InitOnBackgroundSequence()
#8 0x561ca557c54b password_manager::PasswordStoreDefault::InitOnBackgroundSequence()
#9 0x7f122d740b27 base::debug::TaskAnnotator::RunTask()
#10 0x7f122d7af6fb base::internal::TaskTracker::RunOrSkipTask()
#11 0x7f122d7afc8b base::internal::TaskTrackerPosix::RunOrSkipTask()
#12 0x7f122d7af268 base::internal::TaskTracker::RunNextTask()
#13 0x7f122d7aa4fe base::internal::SchedulerWorker::Thread::ThreadMain()
#14 0x7f122d7ba953 base::(anonymous namespace)::ThreadFunc()
#15 0x7f122d842184 start_thread
#16 0x7f122272cffd clone
Comment 1 by vasi...@chromium.org
, Oct 16 2017