https://issues.dlang.org/show_bug.cgi?id=15595
anonymous4 <[email protected]> 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 <[email protected]> --- Slightly repurposing the bug. Current implementation of GC doesn't support referencing GC-allocated memory during collection because it's freed out of order. --
