ldc2 crashes when trying to compile my app

kinke noone at nowhere.com
Sat Sep 1 19:52:14 UTC 2018


On Saturday, 1 September 2018 at 19:35:53 UTC, Per Nordlöw wrote:
> What should I grep for when trying to Dustmite this?

`_Z7DtoLValP6DValue` may be suitable. - I don't use dustmite and 
prefer manual minimization; e.g., by adding `-vv > bla.log` to 
the crashing commandline. The last lines in that (pretty huge) 
log file should give you an idea of which function call makes it 
crash, and possibly even why (it's apparently expecting something 
in memory which isn't).
Of further help may be a CI build with enabled assertions, 
downloadable from 
https://github.com/ldc-developers/ldc/releases/CI.


More information about the Digitalmars-d-learn mailing list