Hi Steve, On Sunday, 14 July 2019 08:00:44 CEST Steve wrote: > I had a quick chance today to setup a build environment, I also found > something that consistently caused it to crash which was loading from > cloud and then trying to save to a local file.eg: load from cloud, then > file save as choose location click save button then Segmentation fault > (core dumped) unfortunately the debug did not show any more > information.Can anyone else reproduce this?
Please try to run under gdb: $ gdb ./subsurface (gdb) run ... make it crash ... (gdb) where That should give a backtrace. Alternatively, run it under 'valgrind' $ valgrind ./subsurface 2>dump But be warned that this is very slow. Thank you, Berthold
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
