From owner-freebsd-chromium@freebsd.org Sat May 6 17:42:36 2017 Return-Path: Delivered-To: freebsd-chromium@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF675D61FC8 for ; Sat, 6 May 2017 17:42:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9A4DC14A8 for ; Sat, 6 May 2017 17:42:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 925E3D61FC6; Sat, 6 May 2017 17:42:36 +0000 (UTC) Delivered-To: chromium@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91F19D61FC3 for ; Sat, 6 May 2017 17:42:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C36B4149D for ; Sat, 6 May 2017 17:42:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v46HgZoC092616 for ; Sat, 6 May 2017 17:42:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 219098] www/chromium U2F causes crash Date: Sat, 06 May 2017 17:42:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: aaron@heyaaron.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 17:42:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219098 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@FreeBSD.org Reporter: aaron@heyaaron.com Assignee: chromium@FreeBSD.org Flags: maintainer-feedback?(chromium@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@ripley ~]$ chrome (chrome:63961): IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Fa= iled 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 #1 0x0000046b12f3 #2 0x000807c73994 [end of stack trace] Calling _exit(1). Core file will not be generated. [aaron@ripley ~]$=20 I have tested this against the system package and I compiled the ports vers= ion. 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. :) --=20 You are receiving this mail because: You are the assignee for the bug.=