From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 8884ABC69 for ; Mon, 7 May 2007 12:53:40 +0200 (CEST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l47Ard2f005594 for ; Mon, 7 May 2007 12:53:39 +0200 Received: by wx-out-0506.google.com with SMTP id s16so1390844wxc for ; Mon, 07 May 2007 03:53:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=JKqo7AWfIZpY2EzpSGAwYhX2VZt0Z2eshp4Vkm2AJTteXG0/i/XWN++Pmj9sNsy5GwPVL/myozZrtwBlwtfPJHIaM228oF3un+b/phPZ5XeO2Zn3NL8psBqVQuyEjDawJiq/TxLuAGvEaJABmkt3iCDB9vT8mIW1Lc8SyUCgVUI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=lLhcyCILcyLR/73dUj5e+0f00bZ25dFoU0hZxuo49DCeyL0HlZ6Z98zPc+F0KGNcaL6LWt1uw4V19QSG0sNb92zWjtUnRrNyYtvVmHg7Ooh+FrPhrm8rlU3Q6LrZpiaUHZEqfHUBUsxfSvRQyeU6ZNVCRM661W6xugdjQMQJL8k= Received: by 10.70.9.4 with SMTP id 4mr11495523wxi.1178535214235; Mon, 07 May 2007 03:53:34 -0700 (PDT) Received: from ?192.168.1.33? ( [83.34.3.221]) by mx.google.com with ESMTP id h12sm10770434wxd.2007.05.07.03.53.32; Mon, 07 May 2007 03:53:33 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <5ADC95FD-4F11-4DE3-BA0C-C5F1927442F3@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: OCaml List From: Joel Reymont Subject: ocamlnet: Disabling global exception handling Date: Mon, 7 May 2007 11:53:30 +0100 X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 463F0533.002 on discorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at discorde with ID 463F0533.002 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocamlnet:01 ocamlnet:01 stack:01 pointer:01 exception:01 exception:01 exceptions:01 suggestion:03 burn:94 thus:09 actually:10 source:12 disabling:13 app:13 trace:14 Is there a way to disable global exception handling in ocamlnet? A suggestion on what to comment out in the source code would do as well. I would actually like my app to crash and burn on exception, hopefully providing me with a stack trace and thus a pointer on where the exceptions are coming from. Thanks, Joel -- http://wagerlabs.com/