From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id q42Jc4Ne012470 for ; Wed, 2 May 2012 21:38:04 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am0BADyMoU9KfVI0kGdsb2JhbAAqGrMXCCIBAQEBCQkNBxQEI4IJAQEBAwESAiwBATcBBAsLCxYlDwEEIAEFASITIodcAQMGBQQHKpwGCQOKZoQxAYUUCkANiU0GkQiWAoERiimDKD2EDA X-IronPort-AV: E=Sophos;i="4.75,518,1330902000"; d="scan'208";a="156460822" Received: from mail-wg0-f52.google.com ([74.125.82.52]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 02 May 2012 21:37:59 +0200 Received: by wgbgn7 with SMTP id gn7so1137571wgb.9 for ; Wed, 02 May 2012 12:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=pKvlHnngmyaEKMh1Nfhy1PPRR0OaN/jpVKj6w+IaeYU=; b=bq2/1ptp4UZv/PPYWvgzDR6UosthnnT6EUMLO2qsg59EhZCyeUFBfODBOLD0AIrQdy T3NOBg47teUUTyg1bS8WwFFz5bFR7/6gTT3TyFdrmpO49naLx6sTrw9jiXaqBrMO6eY2 gXVxe/TETByD79c8z9C3ahv2a6B319cRLLOQyLVcjWok7qNpCJUUgEEcIeZjd1NaZy6s u9jJbTDbLipb/bAjgG0etJq/fqTEW9vn0Q973xn5iJgjaupksXEWRxs0kY6iFdiaL9Au FH35CjL7eRGyBSeJv7C43UNdRLJnQpOVRTbd1/DHW2BFYK0YMdDOSpstOdRc9d/v8A1Z 2cqQ== Received: by 10.180.94.7 with SMTP id cy7mr19068811wib.3.1335987479042; Wed, 02 May 2012 12:37:59 -0700 (PDT) Received: from spec-desktop.danmey.org (cpc1-cmbg12-0-0-cust201.5-4.cable.virginmedia.com. [86.9.116.202]) by mx.google.com with ESMTPS id ev10sm46180713wid.10.2012.05.02.12.37.56 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 May 2012 12:37:57 -0700 (PDT) From: Wojciech Meyer To: Alexey Rodriguez Cc: David Allsopp , "caml-list\@inria.fr" References: Date: Wed, 02 May 2012 20:37:58 +0100 In-Reply-To: (Alexey Rodriguez's message of "Wed, 2 May 2012 16:37:19 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Caml-list] Exception values may crash GC when interfacing C and Caml Dear Alexey, Alexey Rodriguez writes: > I added a warning to the documentation. Can someone with commit rights > have a look at it and apply it? This would have definitely saved us a > lot of time. And I am sure this will help other people too. Yes, patches to the documentation are always welcome! Please use [1] to file a ticket and describe the change and/or propose a patch. [1] http://caml.inria.fr/mantis/my_view_page.php Regards, - Wojciech