From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco Maggi Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-2.0.0 fails to build without threads Date: Mon, 02 May 2011 08:20:56 +0200 Message-ID: <87hb9d4o8n.fsf@rapitore.luna> References: <4D9DCE98.5080808@gentoo.org> <87y63gj765.fsf@rapitore.luna> <87aafusesz.fsf@rapitore.luna> <874o62s7hu.fsf@rapitore.luna> <87y63eqmp3.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1304317120 14028 80.91.229.12 (2 May 2011 06:18:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 May 2011 06:18:40 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon May 02 08:18:36 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QGmSq-00023Z-GS for guile-bugs@m.gmane.org; Mon, 02 May 2011 08:18:36 +0200 Original-Received: from localhost ([::1]:48266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGmSp-0002of-WC for guile-bugs@m.gmane.org; Mon, 02 May 2011 02:18:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGmSn-0002oa-Ru for bug-guile@gnu.org; Mon, 02 May 2011 02:18:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGmSm-0000zc-VK for bug-guile@gnu.org; Mon, 02 May 2011 02:18:33 -0400 Original-Received: from relay-pt1.poste.it ([62.241.4.164]:55316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGmSm-0000zR-PN for bug-guile@gnu.org; Mon, 02 May 2011 02:18:32 -0400 Original-Received: from rapitore.luna (93.147.76.220) by relay-pt1.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4DBDE63F00008B55; Mon, 2 May 2011 08:18:27 +0200 X-Loop: marco@maggi.it.invalid X-Mailer: GNU Emacs In-Reply-To: (Andy Wingo's message of "Thu, 28 Apr 2011 13:21:41 +0200") Original-Lines: 15 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 62.241.4.164 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5545 Archived-At: Andy Wingo wrote: >> stack size (kbytes, -s) 8192 > > This should be quite large enough. If you are still > interested in debugging this issue, can you "call > scm_stack_report ()" in gdb from the scm_ithrow? Breakpoint 1, 0xb7f4fa80 in scm_ithrow () from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22 (gdb) call scm_stack_report() fffffd7c of stack: 0xbfffe268 - 0xbfffe008 $1 = 135077272 -- Marco Maggi