search for: caml_program

Displaying 1 result from an estimated 1 matches for "caml_program".

Did you mean: ocaml_program
2010 Jan 07
1
Segfault in GetNewPage, memory.c.
...d)") at ../../src/include/Rinlinedfuns.h:582 > #3 0x000000000047d63f in parse_sexp () > #4 0x0000000000498990 in caml_c_call () > #5 0x00007ffff7fb37e8 in ?? () > #6 0x0000000000423aa0 in camlQuantmod__entry () > #7 0x00007ffff7fb5820 in ?? () > #8 0x0000000000421649 in caml_program () > #9 0x000000000012697e in ?? () > #10 0x00000000004989e6 in caml_start_program () > #11 0x0000000000000000 in ?? () > (gdb) As OCaml is compiled to native machine code, it has its own ABI, and this is why you do not see much traceback on the OCaml side. The segfault happens at...