From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id BFF22BB9C for ; Thu, 22 Dec 2005 05:23:54 +0100 (CET) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jBM4Nrgk026131 for ; Thu, 22 Dec 2005 05:23:54 +0100 Received: by zproxy.gmail.com with SMTP id z31so299749nzd for ; Wed, 21 Dec 2005 20:23:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GhR+x5zDi1q6D695nuc2Vvw3HgdYiQJ3qjl2W/IjswGDBwVUAijqAkQ1sDd2Ea5dL8e+adoJy5Zs9R1bRreT3T87yx7QWByxGn182uAuS4ef8fXQNU4ZStYTGD+Y2CeMhzntgmKY+6+qbrrN94r3xtdX2rEXd6n1aRASgKnLul8= Received: by 10.65.212.4 with SMTP id o4mr42271qbq; Wed, 21 Dec 2005 20:23:52 -0800 (PST) Received: by 10.65.23.16 with HTTP; Wed, 21 Dec 2005 20:23:52 -0800 (PST) Message-ID: Date: Thu, 22 Dec 2005 17:23:52 +1300 From: Jonathan Roewen To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] HELP! In-place modification of caml globals... In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Miltered: at nez-perce with ID 43AA2A59.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 globals:01 descriptors:01 swapped:01 exception:01 caml:02 caml:02 in-place:02 gmail:09 printed:11 modification:14 turns:14 raised:14 U4:83 ...:82 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=RCVD_BY_IP autolearn=disabled version=3.0.3 Nevermind :-) Turns out it was an exception being raised and tried to be printed at caml init, before the descriptors were swapped... Jonathan