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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id A0017BBAF for ; Mon, 23 Aug 2010 17:48:49 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmYFANM0ckyK54gDgWdsb2JhbACDF5APjQkVAQEWIiKpeJFxgSKDInMEiXY X-IronPort-AV: E=Sophos;i="4.56,258,1280700000"; d="scan'208";a="57697925" Received: from rouge.crans.org ([138.231.136.3]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 23 Aug 2010 17:48:49 +0200 Received: from localhost (localhost.crans.org [127.0.0.1]) by rouge.crans.org (Postfix) with ESMTP id 1074E82E7 for ; Mon, 23 Aug 2010 17:48:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at crans.org Received: from rouge.crans.org ([10.231.136.3]) by localhost (rouge.crans.org [10.231.136.3]) (amavisd-new, port 10024) with LMTP id P6iLbFallFSk for ; Mon, 23 Aug 2010 17:48:48 +0200 (CEST) Received: from [192.168.39.1] (fbx.up7.fr [88.185.141.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rouge.crans.org (Postfix) with ESMTPSA id D68898285 for ; Mon, 23 Aug 2010 17:48:48 +0200 (CEST) Message-ID: <4C729854.7010707@glondu.net> Date: Mon, 23 Aug 2010 17:48:36 +0200 From: =?UTF-8?B?U3TDqXBoYW5lIEdsb25kdQ==?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100805 Icedove/3.0.6 MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Segfaults with Dynlink with OCaml 3.11 References: <4C725620.4070803@glondu.net> <20100823120503.GH27059@janestreet.com> In-Reply-To: X-Enigmail-Version: 1.0.1 OpenPGP: id=49881AD3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; segfaults:01 dynlink:01 ocaml:01 steckler:01 dynlink:01 phane:98 steph:98 phane:98 caml-list:01 bugs:03 crashes:03 top-level:03 declarations:04 implicitly:05 loading:05 Le 23/08/2010 14:12, Paul Steckler a =C3=A9crit : > [...] > Oh, we just added the Dynlink stuff. There haven't been any recent > crashes until > just now. That could be an unhappy coincidence; the real issue might > lurk in unrelated > code, as you point out. Note that Dynlink can point out bugs (even in your own code) that don't happen without Dynlink. For example, code implicitly assuming that top-level declarations are executed while the program is loading. --=20 St=C3=A9phane