Hi, Sjoerd van Leent <svanle...@gmail.com> 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’.