From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id E1C75BBB7 for ; Tue, 25 Jul 2006 17:05:03 +0200 (CEST) Received: from [128.93.11.95] (estephe.inria.fr [128.93.11.95]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k6PF4wN1001282; Tue, 25 Jul 2006 17:04:58 +0200 Message-ID: <44C6331A.4070103@inria.fr> Date: Tue, 25 Jul 2006 17:04:58 +0200 From: Xavier Leroy User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jean-Marie Gaillourdet Cc: caml-list Subject: Re: [Caml-list] Regarding Bug 4064 on MacOSX Intel References: In-Reply-To: X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 44C6331A.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; bug:01 macosx:01 bug:01 backtrace:01 gdb:01 upenn:01 javac:01 stack:01 alignment:01 camlcvs:01 cvs:01 ocaml:01 ocaml:01 3092:98 3092:98 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 > This an additional note to Bug 4064. > The same bug, i.e. with the same backtrace in gdb, appears when > compiling fjavac from http://www.cis.upenn.edu/~stse/javac/ > fjavac-0.4.3.tgz Thanks for the repro case. It's related to PR#4064 in that both problems stem from stack alignment constraints under MacOX/Intel, but the cause of the problem is different. The bug is now fixed in the 3.09 release branch. However: > CVSROOT=:pserver:anoncvs@camlcvs.inria.fr:/caml cvs -z3 co -r ocaml3092 > -P ocaml You should use "-r release309" to get the latest sources in the 3.09 release branch. "-r ocaml3092" will get you the exact sources released as 3.09.2, which do not include the fixes done since then. - Xavier Leroy