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 VAA06862; Wed, 18 Sep 2002 21:45:32 +0200 (MET DST) 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 VAA06507 for ; Wed, 18 Sep 2002 21:45:31 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g8IJjU926686 for ; Wed, 18 Sep 2002 21:45:30 +0200 (MET DST) Received: from user-0ccegbj.cable.mindspring.com ([24.199.65.115] helo=cs.cornell.edu) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17rklJ-0002jq-00; Wed, 18 Sep 2002 12:45:25 -0700 Message-ID: <3D88D7D4.3050805@cs.cornell.edu> Date: Wed, 18 Sep 2002 15:45:24 -0400 From: "Yaron M. Minsky" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erik Arneson , caml-list@inria.fr Subject: Re: [Caml-list] Debugging mixed ocaml/C code References: <3D7FF8BA.6080508@cs.cornell.edu> <15744.40944.948274.528474@monkey.x.aarg.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk It took me a while, but I just posted a version of my Berkeley DB wrapper. Here's the URL: http://minsky-primus.homeip.net/ocaml/bdb.tar.gz There are currently problems with the transactional support (it segfaults and I don't know why), but other than that seems to work pretty well. There is currently good-but-not-complete support for dbenvs, dbs, cursors and transactions. y Erik Arneson wrote: > On 11 Sep 02, Yaron M. Minsky wrote: > >>Does anyone have any suggestions for debugging mixed ocaml/C code? I >>have some code that uses a wrapper for the Berkeley DB. > > > Yaron, > > I unfortunately don't have any debugging hints for you, but I'm > interested in hearing more about your BerkeleyDB module. Do you need > any help with it? Will it be available to the public when you're > done? I have some projects coming up that will need BerkeleyDB > access, and I've been putting them off because I didn't feel like > writing an OCaml interface, but I would be more than happy to help you > out! > ------------------- 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