What's blocking DDMD?

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 22 10:59:20 PDT 2014


"Vladimir Panteleev"  wrote in message 
news:wauoddrnxevfakktwhme at forum.dlang.org...

> I started a Dustmite reduction at DConf to attempt to reduce the input 
> that made DDMD corrupt memory. The blasted thing ran for weeks and got 
> nowhere close... it seemed almost random. I guess a different approach is 
> required.

I'm hoping I can get the GC's memstomp/sentinel to find it, although that 
might not work if it's a bug in the GC itself.

My other option is fixing my execution trace debugger (seems to get lost 
inside a system dll) and spend a few days tracing backwards from the 
segfault.

At least I found the (an) optimizer bug: 
https://issues.dlang.org/show_bug.cgi?id=13190 



More information about the Digitalmars-d mailing list