[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile not running properly on GNU/Hurd
From: |
Ludovic Courtès |
Subject: |
Re: Guile not running properly on GNU/Hurd |
Date: |
Mon, 04 Feb 2013 17:09:51 -0500 |
Richard Braun <address@hidden> skribis:
> On Sat, Feb 02, 2013 at 07:51:38PM +0100, Gabriel Schnoering wrote:
>> I can't run guile in gdb as there are some error with the garbage
>> collector.
>
> These are probably not errors.
Indeed, you need to let a couple of signals through:
handle SIGPWR noprint nostop
handle SIGXCPU noprint nostop
See ‘gdbinit’ in the Guile distro.
Ludo’.