UEMIS Patch fixing alternating dive details

Dirk Hohndel dirk at hohndel.org
Sat Sep 19 16:22:11 PDT 2015


On Sat, Sep 19, 2015 at 04:19:27PM -0700, Linus Torvalds wrote:
> On Fri, Sep 18, 2015 at 10:34 AM, Dirk Hohndel <dirk at hohndel.org> wrote:
> >
> > Very successfully. I hope Linus will give it another try before our next
> > dive trip (we are leaving next week).
> 
> I'm not having as much luck.
> 
> I get a SIGSEGV when downloading from my Uemis. I re-ran it under gdb,
> and it seems to fail at the "strstr(nds->name, "from Uemis")" where
> nds is NULL.

What great timing. I just released Beta 2

It quite obviously needs an

if (nds && strstr(...))

could you test that and send a patch if it fixes it?

/D


More information about the subsurface mailing list