From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA19642; Tue, 17 Apr 2001 17:11:11 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA19623 for ; Tue, 17 Apr 2001 17:11:10 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f3HF4Jj09185; Tue, 17 Apr 2001 17:04:19 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA19537; Tue, 17 Apr 2001 17:04:19 +0200 (MET DST) Date: Tue, 17 Apr 2001 17:04:19 +0200 From: Xavier Leroy To: David Fox Cc: caml-list@inria.fr Subject: Re: [Caml-list] Seg fault with -custom and 2049 lets... Message-ID: <20010417170419.A19256@pauillac.inria.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from dsfox@cogsci.ucsd.edu on Thu, Apr 12, 2001 at 11:31:04AM -0700 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > If I create a program with 2049 simple functions: > I get a seg fault if I compile it with the -custom flag and use a > debugging version of malloc: > or if I link using the debugging library libcamlrund.a: Yes, this is a bug in the bytecode compiler causing the virtual machine not to grow its stack enough to accommodate all the stack slots that your declaration requires. This will be fixed shortly. - Xavier Leroy ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr