From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#31647: [core-updates] gtkglext fails in a weird way Date: Wed, 30 May 2018 04:43:19 -0400 Message-ID: <87po1da5zs.fsf@netris.org> References: <87d0xeqq6l.fsf@elephly.net> <87a7siqk5m.fsf@mdc-berlin.de> <8736y9dcev.fsf@netris.org> <874lipr612.fsf@mdc-berlin.de> <87y3g1a6pf.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNwjD-00021s-Hb for bug-guix@gnu.org; Wed, 30 May 2018 04:45:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNwj8-0004sr-Lm for bug-guix@gnu.org; Wed, 30 May 2018 04:45:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46751) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fNwj8-0004sn-IC for bug-guix@gnu.org; Wed, 30 May 2018 04:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fNwj8-00074g-50 for bug-guix@gnu.org; Wed, 30 May 2018 04:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y3g1a6pf.fsf@netris.org> (Mark H. Weaver's message of "Wed, 30 May 2018 04:27:56 -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.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 31647@debbugs.gnu.org I wrote: > However, I would prefer to catch *only* invoke errors, and to let most > exception types go unhandled by gnu-build. On second thought, I don't have a good justification for this. What I really care about is that all exceptions except for specific case(s) like invoke-error should generate a full backtrace to the original source of the exception, along with all information present in the condition object or exception. I see no reason not to let Guile's generic exception reporting code handle these unusual cases, but if it's important to you we could do the same thing from gnu-build, I suppose. What do you think? Mark