From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: bug#40837: core-updates: epiphany web process crashes Date: Fri, 24 Apr 2020 22:55:26 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="925712948-391397023-1587783327=:5735" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33818) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSAz5-00055j-CL for bug-guix@gnu.org; Fri, 24 Apr 2020 22:56:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSAz5-0006lS-1I for bug-guix@gnu.org; Fri, 24 Apr 2020 22:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46761) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSAz4-0006lL-MQ for bug-guix@gnu.org; Fri, 24 Apr 2020 22:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSAz4-0001Av-Ks for bug-guix@gnu.org; Fri, 24 Apr 2020 22:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33686) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSAyY-0004N8-F2 for bug-guix@gnu.org; Fri, 24 Apr 2020 22:55:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSAyX-0004lJ-4e for bug-guix@gnu.org; Fri, 24 Apr 2020 22:55:30 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:52254) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSAyW-0004cb-Fq for bug-guix@gnu.org; Fri, 24 Apr 2020 22:55:28 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jSAyV-0002XG-9C for bug-guix@gnu.org; Fri, 24 Apr 2020 22:55:27 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40837@debbugs.gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --925712948-391397023-1587783327=:5735 Content-Type: text/plain; format=flowed; charset=UTF-8 Content-Transfer-Encoding: 8BIT Hi Guix, On Guix System with the current core-updates branch, epiphany/GNOME-Web starts, but doesn't work because the web process crash in a loop. When I run epiphany from the terminal I see """ $ epiphany ** (epiphany:29457): CRITICAL **: 22:37:21.415: void webkit_web_context_register_uri_scheme(WebKitWebContext*, const char*, WebKitURISchemeRequestCallback, gpointer, GDestroyNotify): assertion 'g_ascii_strcasecmp(scheme, "ftp") != 0' failed bwrap: Can't create file at /etc/pulse/client.conf: No such file or directory bwrap: Can't create file at /etc/pulse/client.conf: No such file or directory bwrap: Can't create file at /etc/pulse/client.conf: No such file or directory bwrap: Can't create file at /etc/pulse/client.conf: No such file or directory bwrap: Can't create file at /etc/pulse/client.conf: No such file or directory bwrap: Can't create file at /etc/pulse/client.conf: No such file or directory bwrap: Can't create file at /etc/pulse/client.conf: No such file or directory ** (epiphany:29457): WARNING **: 22:37:21.866: Web process crashed """ The bwrap… and …Web process crashed lines then continue to print alternating. Windows and tabs are created, but no content is ever drawn in them. /etc/pulse/client.conf exists on the host, but maybe not in the namespaces created by bwrap? Could this be related to WebKitGTK sandboxing: https://blogs.gnome.org/mcatanzaro/2020/03/31/sandboxing-webkitgtk-apps/ Best, Jack --925712948-391397023-1587783327=:5735--