[Issue 15573] mystery crashes in @safe code
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Jan 19 15:49:52 PST 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15573
--- Comment #6 from hsteoh at quickfur.ath.cx ---
P.S.S. Oh, and another thought occurred to me: maybe try flushing dub's cache
of previously-built targets?  E.g., if you copy your source files to new, empty
directory and build everything from scratch.  Sometimes stale object files left
in build caches can get wrongly linked to the newest version of the program,
causing heisenbugs that vanish when you rebuild the code from fresh.
--
    
    
More information about the Digitalmars-d-bugs
mailing list