[Issue 15514] Segfault when calling valid D code from C

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 4 13:19:25 PST 2016


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

--- Comment #3 from ag0aep6g at gmail.com ---
I think the problem is that the memory for the closure is allocated as soon as
the initialize function is entered, i.e. before the call to Runtime.initialize.

--


More information about the Digitalmars-d-bugs mailing list