[Issue 6321] stack overflow error while compiling with DMD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 15 06:49:02 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6321
--- Comment #9 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2011-07-15 06:43:49 PDT ---
Now that's something.. but I'm not the one to ask about these logs really.
To check if it's linker try:
dmd -c <...>
that should skip the linking stage and get you a huge object file.
Other then that let me recommend you a tool for striping down test cases:
https://github.com/CyberShadow/DustMite/wiki
And make sure you did a good test condition, mine first attempts produced
mostly empty files :)
--
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