Crash on deleting dive after undoing delete

2015-10-02 Thread Rick Walsh
Hi, Subsurface is crashing if I: - delete dive - undo (ctrl z) delete dive - delete a dive (same or other) If re-delete the same dive, I get this (running in gdb with -v -v): subsurface: /home/rick/src/subsurface/divelist.c:577: delete_trip: Assertion `!trip->dives' failed. [New Thread

Re: Running latest master - problems in various OS's

2015-10-02 Thread Pedro Neves
On 02-10-2015 09:02, Lubomir I. Ivanov wrote: On 1 October 2015 at 23:52, Pedro Neves wrote: On 10/01/2015 09:45 PM, Dirk Hohndel wrote: So it can't find the marbledata. Are you starting it from your build directory? Subsurface should have all its paths right when

Re: Almost Beta 2 Cloud Storage fails

2015-10-02 Thread Anton Lundin
On 02 October, 2015 - Rick Walsh wrote: > On 2 October 2015 at 02:53, Dirk Hohndel wrote: > > > On Thu, Oct 01, 2015 at 10:18:09PM +1000, Rick Walsh wrote: > > > Hi, > > > > > > > > Cloud storage failing on Fedora on my laptop still has me confused. > > But > > > running

Re: Crash on deleting dive after undoing delete

2015-10-02 Thread Dirk Hohndel
On Fri, Oct 02, 2015 at 07:48:03AM -0400, Dirk Hohndel wrote: > On Fri, Oct 02, 2015 at 08:35:24PM +1000, Rick Walsh wrote: > > Hi, > > > > Subsurface is crashing if I: > > - delete dive > > - undo (ctrl z) delete dive > > - delete a dive (same or other) > > There must be a little more to it

Re: Current 4.5 plans

2015-10-02 Thread Guido Lerch
Hi Dirk, I am still in Egypt and can't do a lot of testing despite confirming that I found no issues with the uemis downloads and that Linus' patch for the SAC and environment details work nicely. What I noted is that when one selects multiple dives and changes any of the meta data such as

Marble problem (was Coordinates and dive mapping)

2015-10-02 Thread Willem Ferguson
| | I'd say so - assuming you are building in ~*/src/*... | Yes, I build in ~/src/ willem~ cd src willem~/src$ ls build.log grantlee install-root libdivecomputer libgit2 marble-source subsurface willem~/src$ Any other ideas to understand what causes marble panel to be black? The cursor

Fix for #934

2015-10-02 Thread Sander M. Kleijwegt
see attached patch. regards, Sander 0001-HTML-Export-Ignore-case-when-searching-for-tags.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature ___ subsurface mailing list subsurface@subsurface-divelog.org

Re: [PATCH] Re: Translation strings questions

2015-10-02 Thread Davide DB
On Thu, Oct 1, 2015 at 6:58 PM, Dirk Hohndel wrote: > > There's something odd going on. The source language (English) shows at 99% > :-) I thought you were joking, how is it possible? Anyway Italian fully translated and problem persists. -- Davide

Re: Running latest master - problems in various OS's

2015-10-02 Thread Lubomir I. Ivanov
On 1 October 2015 at 23:52, Pedro Neves wrote: > On 10/01/2015 09:45 PM, Dirk Hohndel wrote: >> >> So it can't find the marbledata. >> >> Are you starting it from your build directory? Subsurface should have all >> its paths right when started from there... > > I believe so.

[PATCH] Fix 32-bit overflow in Divesoft Freedom time handling

2015-10-02 Thread Linus Torvalds
From: Linus Torvalds Date: Fri, 2 Oct 2015 21:26:32 -0400 Subject: [PATCH] Fix 32-bit overflow in Divesoft Freedom time handling Commit 31fb2e4c62ab ("Avoid possible sign extension") handled the problem when a "unsigned char" is shifted 24 bits left, and becomes a

Re: [PATCH] Fix 32-bit overflow in Divesoft Freedom time handling

2015-10-02 Thread Dirk Hohndel
I am so glad someone is keeping me honest. Thank you, Linus. Yes, I completely misunderstood what coverity was trying to tell me. Oops. I mainly want to clean out all the noise from the Coverity reports so they become more useful. And while I ignored as "false positive" a ton of crap where it