digitalmars.D - Compiler crash
Hi guys. To be less vague, when I compile Walnut 1.9x with DMD 1.028 on windows the compiler is just freezing. CPU utilization is 0%, memory is 22,384K - but it's simply not terminating and doesn't generate the file. If I terminate it through windows task manager, it's generating walnut.map with 0K size. [cmd] E:\Code\walnut>del bin\*.obj bin\walnut.* Could Not Find E:\Code\walnut\bin\*.obj E:\Code\walnut>cd source E:\Code\walnut\source>dmd -c -g -od..\bin main.d methods.d parser.d structure.d text.d value.d [/cmd]
May 03 2008
E:\Code\walnut\source>dmd -c -g -od..\bin main.d methods.d parser.d structure.d text.d value.d [/cmd]Erm... it's the -g flag when used in this context that's the change from a working setup. I wanted debug symbols for IDA Pro.
May 03 2008