caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Problem with using oo in dynamically loaded bytecode ocaml runtime
@ 2002-01-27  1:35 Tomasz Zielonka
  2002-01-27  1:47 ` Tomasz Zielonka
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tomasz Zielonka @ 2002-01-27  1:35 UTC (permalink / raw)
  To: CAML list

Hi

Situation: 

I'm doing some integration of OCaml and PostgreSQL. PostgreSQL loads a
DSO which implements so called "procedural language call handler". 

I've built this DSO by ld-shared'ing libcamlrun.a with some additional C
.o files, .o with wrappers for callback'ed ocaml funs, .o with new
primitives and .o with ocaml bytecode. I also removed main.o from
libcamlrun.

I linked bytecode files into .o with following command:

  ocamlc -g -custom -output-obj -o plocamlb_bytecode.o plocamlb_spi.cmo \
  plocamlb_mlfuns.cmo

Problem: Everything worked fine until I wanted to define a class.

When I define a class with _no methods_, it works, but there is little
use of such class.

When I define any method in this class (but still don't use a single
instance of the class) it stops working. After loading the DSO, ocaml
raises Not_found exception and quits.

I wanted to use CAMLRUNPARAM b (stack backtrace) option, but apparently
it doesn't work with such a library/DSO (Program not linked with -g,
cannot print stack backtrace).

I couldn't force ocamlc to keep DBUG section. I'm not sure it would
help, because read_debug_info tries to open executable file, not the
loaded DSO. I tried several caml_main_param[0] (different files), no
luck.

When I make native/opt library _and_ define a method, I get corrupted
memory in the postgresql backend.

So:
1) There is a bug, but where? In my program, in OCaml?
2) How to get stack backtrace in this situation?

thank you in advance
tom

-- 
   .-.   Tomasz Zielonka                           CYBER SERVICE
   oo|   programista                        http://www.cs.net.pl
  /`'\   zielony@cs.net.pl
 (\_;/)  tel: [48] (22) 723-06-79 | tel/fax: [48] (22) 723-01-75
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-01-27 12:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-27  1:35 [Caml-list] Problem with using oo in dynamically loaded bytecode ocaml runtime Tomasz Zielonka
2002-01-27  1:47 ` Tomasz Zielonka
2002-01-27 12:36 ` Gerd Stolpmann
2002-01-27 12:48   ` Tomasz Zielonka
2002-01-27 12:37 ` Tomasz Zielonka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).