digitalmars.D - So bat, DMD crashed!
- Yonggang Luo (8/8) Nov 07 2009 I was trying to compile a file comes from ddmd of dsouce.org.
- Tim Matthews (4/14) Nov 07 2009 Just to be clear this is not necessarily a dmd bug but the d port of
I was trying to compile a file comes from ddmd of dsouce.org. But the dmd 2.36 is crashed!. C:\CI\bld\ddmd>dmd.exe -c -odobjs C:\CI\bld\ddmd\strange\commands.txt C:\CI\bld\ddmd\dmd\FuncDeclaration.d dmd\Declaration.d(155): Error: function __ensure forward declaration Assertion failure: '0' on line 396 in file 'tocsym.c' It's also turn out a assertion failure:) C:\CI\bld\ddmd>rem grep -irnl --include=*.d STC .
Nov 07 2009
Yonggang Luo wrote:I was trying to compile a file comes from ddmd of dsouce.org. But the dmd 2.36 is crashed!. C:\CI\bld\ddmd>dmd.exe -c -odobjs C:\CI\bld\ddmd\strange\commands.txt C:\CI\bld\ddmd\dmd\FuncDeclaration.d dmd\Declaration.d(155): Error: function __ensure forward declaration Assertion failure: '0' on line 396 in file 'tocsym.c' It's also turn out a assertion failure:) C:\CI\bld\ddmd>rem grep -irnl --include=*.d STC .Just to be clear this is not necessarily a dmd bug but the d port of dmd? If you can reproduce it in dmd then report here: http://d.puremagic.com/issues/
Nov 07 2009