road to 4.9

Berthold Stoeger bstoeger at mail.tuwien.ac.at
Sun Jul 14 01:03:54 PDT 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20190714/225ad7da/attachment.html>


More information about the subsurface mailing list