Segfault in "_d_dynamic_cast ()"

Maxim Fomin maxim at maxim-fomin.ru
Fri Jan 25 08:19:14 PST 2013


On Friday, 25 January 2013 at 15:15:32 UTC, Minas Mina wrote:
> I found what the root of all evil was - The GC.
>
> After disabling it, the program runs fine.

Perhaps you was working with C code, GC + legacy code sometimes 
lead to logical memory errors. However GC per se is unlikely to 
cause any errors (I remember Walter was telling that neither he 
nor anybody faced issues with GC). Also your code may still have 
errors but absence of GC hides them.


More information about the Digitalmars-d-learn mailing list