Am Mittwoch, den 10.02.2010, 22:37 +0100 schrieb Guillaume Yziquel: > Hi. > > I've been working on Yoann Padioleau's version of ocaml-python bindings. > > I unfortunately get the following error: > > > yziq...@seldon:~$ ocaml > > Objective Caml version 3.11.1 > > > > # #use "topfind";; > > - : unit = () > > Findlib has been successfully loaded. Additional directives: > > #require "package";; to load a package > > #list;; to list the available packages > > #camlp4o;; to load camlp4 (standard syntax) > > #camlp4r;; to load camlp4 (revised syntax) > > #predicates "p,q,...";; to set these predicates > > Topfind.reset();; to force that packages will be reloaded > > #thread;; to enable threads > > > > - : unit = () > > # #require "python";; > > /usr/lib/ocaml/unix.cma: loaded > > /usr/lib/ocaml/str.cma: loaded > > /usr/lib/ocaml/python: added to search path > > /usr/lib/ocaml/python/pycaml.cma: loaded > > Exception: Invalid_argument "index out of bounds". > > #
Looks like this happens in the initialization code for pycaml.cma. > How do you debug something like this? ocamldebug and #trace do not seem > to be very useful. What would you recommend doing to debug this toplevel > error? The toplevel is hard to debug. Try to reproduce without the toplevel. Gerd -- ------------------------------------------------------------ Gerd Stolpmann, Bad Nauheimer Str.3, 64289 Darmstadt,Germany [email protected] http://www.gerd-stolpmann.de Phone: +49-6151-153855 Fax: +49-6151-997714 ------------------------------------------------------------ _______________________________________________ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
