From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id VAA30896; Fri, 8 Mar 2002 21:41:42 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id VAA31406 for ; Fri, 8 Mar 2002 21:41:41 +0100 (MET) Received: from relay-3v.club-internet.fr (relay-3v.club-internet.fr [194.158.96.114]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g28Kfff14339 for ; Fri, 8 Mar 2002 21:41:41 +0100 (MET) Received: from warp (lns03v-1-145.w.club-internet.fr [212.194.36.145]) by relay-3v.club-internet.fr (Postfix) with SMTP id B505C170E for ; Fri, 8 Mar 2002 21:41:39 +0100 (CET) Message-ID: <001201c1c6e1$71c917b0$ed00a8c0@warp> From: "Warp" To: "OCaml" Subject: [Caml-list] Backtrace Date: Fri, 8 Mar 2002 21:40:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi I got some exceptions raised from different dynlinked CMA, and I would like to print the stack when I'm catching them. I don't want to make them be fatal, so is there an easy way to do that ? ( i tried to call print_exception_backtrace() but seems it only works for unhandled ones ) BTW, would it be possible (in debug mode) to have also the names of the C primitives instead of only "Raised from a C primitive" ? Thanks a lot Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners