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 VAA06355; Thu, 27 May 2004 21:39:10 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id VAA06777 for ; Thu, 27 May 2004 21:39:08 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from gatekeeper.elmer.external.excelhustler.com (gatekeeper.excelhustler.com [68.99.114.105]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i4RJd7SH005234 for ; Thu, 27 May 2004 21:39:07 +0200 Received: from chatterbox.elmer.internal.excelhustler.com (unknown [192.168.0.12]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "chatterbox.elmer.internal.excelhustler.com", Issuer "excelhustler.com" (not verified)) by gatekeeper.elmer.external.excelhustler.com (Postfix) with ESMTP id 68F1FE0154; Thu, 27 May 2004 14:39:06 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP id 281725C063; Thu, 27 May 2004 14:39:06 -0500 (CDT) Received: from chatterbox.elmer.internal.excelhustler.com ([192.168.0.12]) by localhost (chatterbox [192.168.0.12]) (amavisd-new, port 10025) with ESMTP id 27032-10; Thu, 27 May 2004 14:38:55 -0500 (CDT) Received: from wile.internal.excelhustler.com (wile.internal.excelhustler.com [192.168.1.34]) by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP id DAF015C069; Thu, 27 May 2004 14:38:23 -0500 (CDT) Received: by wile.internal.excelhustler.com (Postfix, from userid 1000) id D9C663C046; Thu, 27 May 2004 14:38:23 -0500 (CDT) Date: Thu, 27 May 2004 14:38:23 -0500 From: John Goerzen To: caml-list@inria.fr Subject: [Caml-list] Cash broken? Message-ID: <20040527193823.GA12789@excelhustler.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at excelhustler.com X-Miltered: at concorde with ID 40B643DB.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; 3.07:01 camlp:01 3.07:01 descriptor:01 descriptor:01 caml:01 exception:02 exception:02 sys:03 sys:03 docs:03 path:06 strings:06 objective:07 fun:08 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I tried this example straight from the docs: $ cashtop Objective Caml version 3.07+2 Camlp4 Parsing version 3.07+2 # open Cash;; # run_with_strings (fun () -> exec_path "ls" []);; Exception: Sys_error "Bad file descriptor". # Exception: Sys_error "Bad file descriptor". I can't make any of the run_with_* that I've tried work, whether in my programs or with cashtop. Ideas? (Cash 0.20) -- John ------------------- 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