[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Brown <caml-list2@d...> |
| Subject: | Segfault in caml_oldify_local_roots. |
Just wondering if anyone has any ideas on how I might debug this. The
problem happens with ocaml-3.09.2, and doesn't with 3.08.3. The program
uses camlzip as well as the sha1 binding pulled out of Xavier's cryptokit.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210538320 (LWP 24659)]
0x08059c60 in caml_oldify_local_roots () at roots.c:52
52 caml_oldify_one (*sp, sp);
(gdb) p sp
$1 = (value *) 0x1
(gdb) bt
#0 0x08059c60 in caml_oldify_local_roots () at roots.c:52
#1 0x080729f9 in caml_empty_minor_heap () at minor_gc.c:189
#2 0x08072b00 in caml_minor_collection () at minor_gc.c:222
#3 0x08059890 in caml_alloc_string (len=10) at alloc.c:77
#4 0x0805df53 in caml_create_string (len=21) at str.c:50
#5 0x0806e802 in caml_interprete (prog=0x80aa520, prog_size=125072)
at interp.c:863
#6 0x0807064b in caml_main (argv=0xbfb95954) at startup.c:414
#7 0x0805882f in main (argc=3, argv=0xbfb95954) at main.c:35
I don't see any obvious problems in either binding and was wondering if
anyone has seen anything like this?
Thanks,
David Brown