From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id IAA03567 for caml-redistribution; Tue, 16 Mar 1999 08:39:36 +0100 (MET) 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 BAA21832 for ; Tue, 16 Mar 1999 01:06:57 +0100 (MET) Received: from hadar.cse.Buffalo.EDU (hadar.cse.Buffalo.EDU [128.205.32.1]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id BAA12755 for ; Tue, 16 Mar 1999 01:06:54 +0100 (MET) Received: from pollux.cse.Buffalo.EDU (whitley@pollux.cse.Buffalo.EDU [128.205.35.2]) by hadar.cse.Buffalo.EDU (8.8.8/8.8.5) with ESMTP id TAA07062 for ; Mon, 15 Mar 1999 19:06:53 -0500 (EST) Received: (from whitley@localhost) by pollux.cse.Buffalo.EDU (8.9.2/8.9.2) id TAA03013; Mon, 15 Mar 1999 19:06:53 -0500 (EST) From: John Whitley MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 15 Mar 1999 19:06:53 -0500 (EST) To: caml-list@inria.fr Subject: Re: debugger terminates when asked to print double array In-Reply-To: <199903141610.QAA10205@toy.william.bogus> References: <199903141610.QAA10205@toy.william.bogus> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14061.40954.183240.134260@pollux.cse.Buffalo.EDU> Sender: weis William Chesters writes: > This is one that's been bothering me for a while ... > if you do a `print' command in ocamldebug on a double array variable, > the debugger terminates with > > Uncaught exception: Debugcom.Marshalling_error FWIW, I've also encountered this bug (in olabldebug), but hadn't gotten far enough down my to-do list to bugreport it yet... -- John