> 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 _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

