Ivan Maidanski

Results 817 comments of Ivan Maidanski

Should be fixed now. Please test.

> GC_new_kind (GC_new_free_list (), GC_MAKE_PROC (GC_new_proc (mark_array), 0), 0, 0) BTW. This call is wrong: clear argument should be true (I have added an assertion about it - 43a6189) >...

Hello Patrick, Thank you for spotting the issue in leak detector part of bdwgc. It is still not well tested. You are using the master branch, right? The reported error...

Insert the following instead of "Run some logic" and you will see a different output. static int j; GC_MALLOC((++j % 100) * 12345); The GC_collect_a_little() comment in gc.h is a...

Hello. I don't see currently how changing doc/README_* to doc/*/README improve understanding of the content or make it easier to find particular information. If I don't get or you have...

Okay, got it, you could try. Note: before submitting a PR please test the build and installation process with both build systems (configure and cmake), like make install.

I agree this will make it less overwhelming

Which operating system? Which error message is printed? Is this reproducible with bdwgc from master branch?

Probably related failure: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/555921895 FAIL: disclaim_weakmap_test Source: master (742febb2f)