[Issue 15595] access violation on GC-allocated memory during GC collection

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Oct 18 01:08:10 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=15595

anonymous4 <dfj1esp02 at sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=4621
            Summary|access violation in         |access violation on
                   |_d_interface_cast during GC |GC-allocated memory during
                   |collection                  |GC collection
                 OS|Windows                     |All

--- Comment #1 from anonymous4 <dfj1esp02 at sneakemail.com> ---
Slightly repurposing the bug. Current implementation of GC doesn't support
referencing GC-allocated memory during collection because it's freed out of
order.

--


More information about the Digitalmars-d-bugs mailing list