This weekend I attempted to enable a fido key on my google account. When chrome looks for the key it crashes with the below backtrace:
(gdb) bt #0 0x00001fd44c572b84 in std::__find<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, char [6]> () from /usr/local/chrome/chrome #1 0x00001fd44c5726eb in std::__find<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, char [6]> () from /usr/local/chrome/chrome #2 0x00001fd44c56eac6 in std::__find<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, char [6]> () from /usr/local/chrome/chrome #3 0x00001fd448d42ecf in std::_Rb_tree<pthread*, std::pair<pthread* const, std::string*>, std::_Select1st<std::pair<pthread* const, std::string*> >, std::less<pthread*>, std::allocator<std::pair<pthread* const, std::string*> > >::_M_erase () from /usr/local/chrome/chrome #4 0x00001fd448cffe68 in std::operator<< () from /usr/local/chrome/chrome #5 0x00001fd448d00610 in std::operator<< () from /usr/local/chrome/chrome #6 0x00001fd448cd03e9 in std::vector<__gnu_cxx::_Hashtable_node<std::pair<std::string const, double> >*, std::allocator<__gnu_cxx::_Hashtable_node<std::pair<std::string const, double> >*> >::_M_fill_insert () from /usr/local/chrome/chrome #7 0x00001fd448d10a96 in std::vector<std::pair<unsigned int, int>, std::allocator<std::pair<unsigned int, int> > >::_M_insert_aux () from /usr/local/chrome/chrome #8 0x00001fd448cff5cd in std::operator<< () from /usr/local/chrome/chrome #9 0x00001fd44a9c0538 in std::deque<long long, std::allocator<long long> >::_M_new_elements_at_front () from /usr/local/chrome/chrome #10 0x00001fd44a9c0855 in std::deque<long long, std::allocator<long long> >::_M_new_elements_at_front () from /usr/local/chrome/chrome #11 0x00001fd448d2c229 in std::search<unsigned short const*, unsigned short const*> () from /usr/local/chrome/chrome #12 0x00001fd448d2730b in std::search<unsigned short const*, unsigned short const*> () from /usr/local/chrome/chrome #13 0x00001fd71f24499e in _rthread_start (v=Variable "v" is not available. ) at /usr/src/lib/librthread/rthread.c:145 #14 0x00001fd6a9cf72eb in __tfork_thread () at /usr/src/lib/libc/arch/amd64/sys/tfork_thread.S:75 #15 0x0000000000000000 in ?? () (gdb) --