[Issue 4854] Regression(2.047, Mac only) writefln Segmentation fault if no globals
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 7 13:52:04 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4854
--- Comment #4 from Don <clugdbug at yahoo.com.au> 2010-11-07 13:51:01 PST ---
Can somebody please help to track this down further?
Does it crash with: import std.stdio; void main() { writeln("abc", 0);} ?
Does it crash with: import std.string; void main() { format("%d", 0); } ?
Does it crash with: import std.string; void main() { writefln("abc"); } ?
If it crashes with writeln, it's probably a compiler code generation bug,
related to varargs.
And can you get a stack trace?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list