Known reasons why D crashes without any message?

Neia Neutuladh via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 15 14:46:06 UTC 2017


On Wednesday, 13 September 2017 at 10:20:48 UTC, Thorsten Sommer 
wrote:
> Besides the unit tests, the main program is now able to startup 
> but crashes after a while without any message at all. No stack 
> trace, no exception, nothing. Obviously, this makes it hard to 
> debug anything...

You mention you're using Docker. 
https://github.com/moby/moby/issues/11740 has some info on how to 
generate core files inside a Docker container. You should be able 
to load that up in gdb and see exactly what's going on.


More information about the Digitalmars-d mailing list