[Issue 11684] SIGSEGV, std.stdio.__T7writelnTAyaZ.writeln()  at std/stdio.d:1906
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Dec  9 16:20:49 PST 2013
    
    
  
https://d.puremagic.com/issues/show_bug.cgi?id=11684
--- Comment #8 from hsteoh at quickfur.ath.cx 2013-12-09 16:20:41 PST ---
Interesting. The segfault is caused by stdout being null.  But std.stdio's
static this() does initialize it correctly. So the static this() somehow isn't
getting called by the druntime startup code???
What compile flags are you using, and what's the contents of dmd.conf?
-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list