From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Startup failure Date: Mon, 09 Jul 2012 11:39:29 +0200 Message-ID: <87txxhjmsu.fsf@gnu.org> References: <87ehpzvw0d.fsf@gnu.org> <20120601.224533.74740315.schilling.klaus@web.de> <8762b9x4xd.fsf@gnu.org> <20120602.162847.74749240.schilling.klaus@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1341826787 32025 80.91.229.3 (9 Jul 2012 09:39:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2012 09:39:47 +0000 (UTC) Cc: guile-user@gnu.org To: Klaus Schilling Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jul 09 11:39:47 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SoARV-0003LH-M0 for guile-user@m.gmane.org; Mon, 09 Jul 2012 11:39:45 +0200 Original-Received: from localhost ([::1]:33463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoARU-0001r4-OA for guile-user@m.gmane.org; Mon, 09 Jul 2012 05:39:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoARM-0001qt-3d for guile-user@gnu.org; Mon, 09 Jul 2012 05:39:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoARI-00012U-Dz for guile-user@gnu.org; Mon, 09 Jul 2012 05:39:35 -0400 Original-Received: from xanadu.aquilenet.fr ([88.191.123.111]:47007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoARI-00012I-8G for guile-user@gnu.org; Mon, 09 Jul 2012 05:39:32 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id C484B7AEC; Mon, 9 Jul 2012 11:39:30 +0200 (CEST) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OjV6FIsESUkC; Mon, 9 Jul 2012 11:39:30 +0200 (CEST) Original-Received: from pluto (vpn-konference.ms.mff.cuni.cz [195.113.20.101]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 79A7011F4; Mon, 9 Jul 2012 11:39:30 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 Messidor an 220 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <20120602.162847.74749240.schilling.klaus@web.de> (Klaus Schilling's message of "Sat, 02 Jun 2012 16:28:47 +0200 (CEST)") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 88.191.123.111 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9524 Archived-At: Hi, Sorry for the late reply. Klaus Schilling skribis: > From: ludo@gnu.org (Ludovic Court=C3=A8s) > 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=E2=80=99.