On Sun, Dec 27, 2009 at 1:33 PM, Guillaume Yziquel <[email protected]> wrote: > If someone knows how to use gdb on a bytecode executable to locate the > segfault in MonetDB's .so file, I'd be quite happy to know.
You can just gdb ocamlrun, then run with the bytecode file as argument. (Assuming you are not building in -custom mode.) _______________________________________________ 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
