From: l...@gnu.org (Ludovic Courtès) Subject: Re: Startup failure Date: Mon, 09 Jul 2012 11:39:29 +0200
> Hi, > > Sorry for the late reply. > > Klaus Schilling <schilling.kl...@web.de> skribis: > > > From: l...@gnu.org (Ludovic Courtès) > > Subject: Re: Startup failure > > Date: Sat, 02 Jun 2012 14:40:46 +0200 > > [...] > > >> > ERROR: In procedure system*: > >> > ERROR: Stack overflow > > Could you check whether this still occurs with 2.0.6? > > If it does, could you run: > > ./meta/gdb-uninstalled-guile > > and in GDB: > > b scm_error > run > > then at the REPL: > > (system "guile -c '(exit 42)'") > > Thanks, > Ludo’. It was still not working, and the repl does not even show up. The stack overflow occurs already prior to that. Thus it is not possible to do the last step. However, when configuring --without-thread, nothing like that occurs and guile starts up regularly. In that case, the last expression returns something like `$1 = 10752'. Again, disabling threads was not necessary in guile-1.8. Thanks, Klaus Schilling