From: Nicolas C. <war...@fr...> - 2004-12-29 13:40:20
|
> The following test case in the testing suite causes a segfault in > garbage collection: I reported it on Caml list. Looks like the following is making crash too : let test() = let a = Obj.new_block 0 0 in let b = Obj.dup a in Gc.major() ;; I'm not sure I understand why, since "a" is a valid block, it looks like a caml bug to me. I'll fix the idup method on CVS until I got more informations on this. Nicolas |