Re: Problems with compilation on Trisquel 5.5

2012-05-10 Thread Sjoerd van Leent
Sjoerd van Leent : > > 2012/5/4  : >> Message: 1 >> Date: Thu, 03 May 2012 21:47:28 +0200 >> From: l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) >> To: Andy Wingo >> Cc: guile-devel@gnu.org >> Subject: Re: Problems with compilation on Trisquel

Re: Problems with compilation on Trisquel 5.5

2012-05-10 Thread Sjoerd van Leent
Met vriendelijke groet, Sjoerd 2012/5/4 : > Message: 1 > Date: Thu, 03 May 2012 21:47:28 +0200 > From: l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) > To: Andy Wingo > Cc: guile-devel@gnu.org > Subject: Re: Problems with compilation on Trisquel 5.5 > Message-ID: &l

Re: Problems with compilation on Trisquel 5.5

2012-05-03 Thread Ludovic Courtès
Andy Wingo skribis: > On Wed 02 May 2012 23:15, l...@gnu.org (Ludovic Courtès) writes: > >> Andy Wingo skribis: >> >>> Some versions of libgc do produce one SIGSEGV at startup, when >>> determining certain aspects of the process's memory layout. Just FYI :) >> >> Woow. :-) Do you know which v

Re: Problems with compilation on Trisquel 5.5

2012-05-03 Thread Andy Wingo
On Wed 02 May 2012 23:15, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> Some versions of libgc do produce one SIGSEGV at startup, when >> determining certain aspects of the process's memory layout. Just FYI :) > > Woow. :-) Do you know which versions/arches are affected? I

Re: Problems with compilation on Trisquel 5.5

2012-05-02 Thread Ludovic Courtès
Hello! Andy Wingo skribis: > Some versions of libgc do produce one SIGSEGV at startup, when > determining certain aspects of the process's memory layout. Just FYI :) Woow. :-) Do you know which versions/arches are affected? Thanks, Ludo’.

Re: Problems with compilation on Trisquel 5.5

2012-04-27 Thread Sjoerd van Leent
Hi Ludo, Andy, I am writing down where the error exactly originates, together with possible other findings such as backtraces, etc. The first initiation of GUILD goes wrong in the make process itself, generating guile-procedures.texi. A condensed version of the error reported is (full error repor

Re: Problems with compilation on Trisquel 5.5

2012-04-26 Thread Andy Wingo
On Wed 25 Apr 2012 22:42, l...@gnu.org (Ludovic Courtès) writes: >> 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? Some versions of libgc do produce one SIGSEGV at startup, when det

Re: Problems with compilation on Trisquel 5.5

2012-04-25 Thread Ludovic Courtès
Hi, Sjoerd van Leent 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

Re: Problems with compilation on Trisquel 5.5

2012-04-23 Thread Sjoerd van Leent
I found out, as a response to myself that the tag guile-2.0.5 does not share the same issues as the master branch. I will attempt to figure out where and when the problem is introduced, but it will be helpful if anyone knows about a change which might involve different/weird GC behavior. Regards,