Bruno

Show:

What's happening?

  • Memory corruption caused by %obj_set_field in dynArray.ml

    What steps will reproduce the problem? Example program: ----------------------------------------------------------------------------- (* compile with: ocamlfind ocamlc -package extlib -I +extlib -linkpkg -o dynarr_example \ dynarr_example.ml *) let dynarr_example prefix = let d = ref (DynArray.create ()) and n = 4100 in for i = 0 to n do Printf.printf "%d %d\n" i...

    2009-06-12 00:21:31 UTC in OCaml ExtLib

  • Please show the exception reason in use-foreign-library

    Dear Developers, when loading a library with define-foreign-library and use-foreign-library fails, only an unspecific exception is presented to the user while sb-alien:load-shared-object shows the exact reason, e.g. the name of a missing symbol. Please pass on the exception from sb-alien:load-shared-object or some other fundamental library function. Best regards, Bruno Daniel.

    2007-09-30 08:37:12 UTC in Common Lisp FFI for Allegro (games lib)

About Me

  • 2005-07-10 (4 years ago)
  • 1310144
  • brunodaniel (My Site)
  • Bruno

Send me a message