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: Wed, 13 Apr 2011 15:56:40 +0200 Message-ID: <87y63eqmp3.fsf@rapitore.luna> References: <4D9DCE98.5080808@gentoo.org> <87y63gj765.fsf@rapitore.luna> <87aafusesz.fsf@rapitore.luna> <874o62s7hu.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 1302702971 14953 80.91.229.12 (13 Apr 2011 13:56:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2011 13:56:11 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 13 15:56:02 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 1QA0Y3-0002NU-Tr for guile-bugs@m.gmane.org; Wed, 13 Apr 2011 15:56:00 +0200 Original-Received: from localhost ([::1]:35527 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA0Y3-0007hD-Gz for guile-bugs@m.gmane.org; Wed, 13 Apr 2011 09:55:59 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA0Xu-0007gk-N6 for bug-guile@gnu.org; Wed, 13 Apr 2011 09:55:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QA0Xp-0003et-5y for bug-guile@gnu.org; Wed, 13 Apr 2011 09:55:50 -0400 Original-Received: from relay-pt1.poste.it ([62.241.4.164]:53778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA0Xo-0003e6-RY for bug-guile@gnu.org; Wed, 13 Apr 2011 09:55:45 -0400 Original-Received: from rapitore.luna (93.147.76.254) by relay-pt1.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4DA4D9F10008EDC3; Wed, 13 Apr 2011 15:54:27 +0200 X-Loop: marco@maggi.it.invalid X-Mailer: GNU Emacs In-Reply-To: (Andy Wingo's message of "Wed, 13 Apr 2011 14:26:05 +0200") Original-Lines: 24 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:5471 Archived-At: Andy Wingo wrote: > Interesting. It seems that -O3 is consuming more C stack > space than with the default -O2. What does your `ulimit > -a' print out? core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 7906 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 7906 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited -- Marco Maggi