Vibe.d compilation error: backend/cgelem.c 5018 dmd failed with exit code 1.

Saurabh Das via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 21 08:24:08 PDT 2016


On Wednesday, 21 September 2016 at 14:15:30 UTC, llaine wrote:
> Using dmd every day and since one day I'm getting this error 
> when I'm compiling using the -b release flag (dub build -b 
> release).
>
> I'm compiling a vibe.d application that has roughly 3k LoC.
>
> Removing the -b flag solves the problem.
>
> Dmd version : v2.071.0
> Vibe.d version : 0.7.26

I'm sure some more experienced forum readers will weigh in soon, 
but my understanding is that:

All ICEs are errors in the compiler. You should submit it as a 
bug at https://issues.dlang.org/

If you can use DustMite to narrow down the error, that would help 
track it down much faster.

Thanks,
Saurabh



More information about the Digitalmars-d-learn mailing list