[Gc] Re[3]: [bdwgc] Add disclaim callback and a "finalized"
object kind (#5)
Petter Urkedal
urkedal at nbi.dk
Tue Apr 10 10:31:43 PDT 2012
On 2012-04-10, Ivan Maidanski wrote:
> Hi Petter,
>
> There's a bug in Disclaim functionality. I've improved disclaim_test to detect the bug. Please fix it.
> I put it temporarily to another branch (to prevent master break) - https://github.com/ivmai/bdwgc/compare/disclaim-test-add
>
> Thanks.
Hi Ivan,
I can't reproduce this. I guess it's the new
my_assert(log_size < sizeof(size_t) * 8);
which fails? Which configure options to you use? Also, could you check
the GC_size and dump the first bytes from "obj" to see if the object is
trashed or if it's just the first byte or word?
Petter
More information about the Gc
mailing list