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.

Ludo’.

Reply via email to