maintainer-feedback requested: [Bug 219098] www/chromium U2F causes crash
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 6 17:42:36 UTC 2017
Aaron C. de Bruyn <aaron at heyaaron.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
chromium at FreeBSD.org:
Bug 219098: www/chromium U2F causes crash
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219098
--- Description ---
Several services (including Google and GitHub) are starting to allow U2F
authentication with devices like Yubikeys.
The login process is usually something like:
1. Enter username and password
2. Click Next
3. See prompt to touch the button on your U2F device (or chose from a list of
different authentication methods like SMS, Authenticator app, etc...)
4. Touch button
5. You are now signed in
Chromium crashes on step 3 when the U2F dialog is presented.
[aaron at ripley ~]$ chrome
(chrome:63961): IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed
to open file '/var/db/dbus/machine-id': No such file or directory
(chrome:63961): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with
dbus name org.gtk.vfs.HalVolumeMonitor is not supported
[64062:478240768:0506/103526.074133:ERROR:KeyboardEventManager.cpp(427)] Not
implemented reached in static bool
blink::KeyboardEventManager::currentCapsLockState()
Received signal 11 SEGV_MAPERR 000000000000
#0 0x0000046b133b <unknown>
#1 0x0000046b12f3 <unknown>
#2 0x000807c73994 <unknown>
[end of stack trace]
Calling _exit(1). Core file will not be generated.
[aaron at ripley ~]$
I have tested this against the system package and I compiled the ports version.
Both suffer from the same problem.
It makes it difficult to surf the web when a site can randomly ask to query a
U2F token and the brower disappears. :)
More information about the freebsd-chromium
mailing list