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: Richard Braun
Subject: Re: Guile not running properly on GNU/Hurd
Date: Sat, 2 Feb 2013 23:24:38 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

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. Many language interpretors rely on
receiving SIGSEGV to implement memory. Use the gdb "handle" command to
make it automatically pass on SIGSEGV signals so that you only catch the
SIGILL you're interested in.

-- 
Richard Braun



reply via email to

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