yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02730
Re: Strange crash
> What should I do to get the information?
Nothing else than debug build with backtrace will help. Besides that,
you could add tracing output to some places and locate in this way where
it crashes.
You could try ebugger on the dumped core after segfault, but you might
not see nothing in the backtrace (bunch of addresses and numbers); try
it, google out how to do that.
Note you could also try building with both optimizations and debugging
symbols enabled. Performance hit should not be too big.
Cheers, Vaclav
Follow ups
References