guile-devel
[Top][All Lists]
Advanced

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

Re: Problems with compilation on Trisquel 5.5


From: Ludovic Courtès
Subject: Re: Problems with compilation on Trisquel 5.5
Date: Wed, 25 Apr 2012 22:42:26 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux)

Hi,

Sjoerd van Leent <address@hidden> skribis:

> When compiling I get to the generation stage of GEN guile-procedures.texi.
> The stage ends up with a Segmentation fault. I have been debugging the
> lt_guile process with gdb, and some interesting things happened. The
> process received SIGPWR and SIGXCPU signals (in a loop),

These signals are used by libgc.  In GDB, you should type:

  handle SIGPWR nostop noprint pass
  handle SIGXCPU nostop noprint pass

> and eventually ends up with a SIGSEGV message from the procedure:
> GC_generic_malloc_inner.

Could you show the backtrace?

This is with libgc 7.1, right?

Thanks,
Ludo’.




reply via email to

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