Browse thread
Obj.dup crash ?
- Nicolas Cannasse
[
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: | Nicolas Cannasse <warplayer@f...> |
| Subject: | Obj.dup crash ? |
Hi list,
I don't understand why the following is making ocaml 3.08.0 win32msvc crash
:
let test() =
let a = Obj.new_block 0 0 in
let b = Obj.dup a in
Gc.major()
;;
Any insights ?
Nicolas Cannasse