[Bug 219098] www/chromium U2F causes crash
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 6 17:42:37 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219098
Bug ID: 219098
Summary: www/chromium U2F causes crash
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: chromium at FreeBSD.org
Reporter: aaron at heyaaron.com
Assignee: chromium at FreeBSD.org
Flags: maintainer-feedback?(chromium at FreeBSD.org)
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. :)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-chromium
mailing list