guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile not running properly on GNU/Hurd


From: Pino Toscano
Subject: Re: Guile not running properly on GNU/Hurd
Date: Mon, 4 Feb 2013 23:14:04 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Alle lunedì 4 febbraio 2013, Ludovic Courtès ha scritto:
> 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.

You will need to make gdb ignore and let through SIGUSR1 and SIGUSR2, 
which are used on Hurd by libgc for its internal communication.

-- 
Pino Toscano

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]