Alle lunedì 4 febbraio 2013, Ludovic Courtès ha scritto:
> Richard Braun <rbr...@sceen.net> 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