Need help with debugging Segfault
Dmitry Olshansky
dmitry.olsh at gmail.com
Mon Dec 3 02:04:34 PST 2012
12/3/2012 12:56 PM, d coder пишет:
>
> 1) DustMite a tool which allows to automatically reduce test cases.
> It has been used with success several times here.
>
>
> Awesome!
>
> The tool took some 2 hours to reduce my testcase to less than 50 lines.
>
> I have filed a regression.
> http://d.puremagic.com/issues/show_bug.cgi?id=9111
But it's not a bug. Like Ali said:
The destruction order of GC-maintained resources is not deterministic as
e.g. in C++. It is quite possible that the member of an object is
destroyed before the object itself.
--
Dmitry Olshansky
More information about the Digitalmars-d
mailing list