From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] DRAFT: gnu: icecat: Update to 52.0.2-gnu1; add fixes from ESR 52.1. Date: Thu, 20 Apr 2017 04:34:10 -0400 Message-ID: <8737d3mq9p.fsf@netris.org> References: <87wpafttg7.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d17Xq-0001kZ-8h for guix-devel@gnu.org; Thu, 20 Apr 2017 04:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d17Xn-00057x-5H for guix-devel@gnu.org; Thu, 20 Apr 2017 04:34:30 -0400 Received: from world.peace.net ([50.252.239.5]:49720) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d17Xm-00057j-UT for guix-devel@gnu.org; Thu, 20 Apr 2017 04:34:27 -0400 In-Reply-To: <87wpafttg7.fsf@netris.org> (Mark H. Weaver's message of "Thu, 20 Apr 2017 03:43:36 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Mark H Weaver writes: > Here's a draft patch to update GNU IceCat to 52.0.2-gnu1, with > additional fixes cherry-picked from upstream ESR 52.1. It seems to work > well on my system, except that my GNOME 3 session has locked up a couple > of times while testing it[*]. I'm not yet sure whether the problem is > caused by IceCat or something else. I'd appreciate it if other people > could try it out. > > [*] The mouse cursor still moves, and I can switch to text VTs, but > otherwise the GUI is unresponsive. Killing icecat is not sufficient > to unfreeze the graphical session, but I'm able to restart the X > server without rebooting. Actually, it turns out that I can consistently recover from these freezes by kill -9 from a text console. gnome-session restarts gnome-shell automatically, and IceCat is still functional. Mark