<div dir="ltr"><div>Hellow.</div><div><br></div><div>The morning coffee seems to trigger my imagination and I think I've got it.</div><div>The data in cloud storage seems to be screwed badly for some reason. It shows some dives lasting 500hr or more and other inconsistencies ... Most of this dives are pretty old, while newer are correct, so neither Manfred nor me realized it before.</div><div><br></div><div>Fortunately looks like the divelog can be manually fixed and I'll try to this evening.</div><div><br></div><div>If the event issue is still there after the fix, I'll report it again.</div><div><br></div><div>Best regards.</div><div><br></div><div>Salva.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie., 14 ago. 2020 a las 23:37, Linus Torvalds (<<a href="mailto:torvalds@linux-foundation.org">torvalds@linux-foundation.org</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Aug 14, 2020 at 1:55 PM Salvador Cuñat <<a href="mailto:salvador.cunat@gmail.com" target="_blank">salvador.cunat@gmail.com</a>> wrote:<br>
><br>
> Dive num = 394 -- ev type = 11<br>
> ev->gas,index = 1<br>
> Dive num = 398 -- ev type = 11<br>
> ev->gas,index = 1<br>
> Dive num = 401 -- ev type = 25<br>
> ev->gas,index = 0<br>
> Dive num = 401 -- ev type = 6<br>
> Dive num = 401 -- ev type = 3<br>
> Dive num = 401 -- ev type = 3<br>
> Dive num = 401 -- ev type = 3<br>
> Dive num = 401 -- ev type = 6<br>
> Dive num = 401 -- ev type = 25<br>
> ev->gas,index = 270305728<br>
> Violación de segmento<br>
><br>
> You were right, off course Dirk, look at the last line before the segfault.<br>
> I've pasted the previous lines because they are wrong too ... Dive 401 has just a single event type 25, following events are wrong and, most probably come from following dives.<br>
<br>
Ok, so the first ev type = 25 looks sane, with a gas index of zero.<br>
<br>
And the other events are goarbage and don't show up in the wlog data?<br>
<br>
ev type = 3 is ascent warning, and type 6 is some transmitter warning<br>
(SAMPLE_EVENT_TRANSMITTER?)<br>
<br>
> Yes, seems completely random.<br>
<br>
That SAMPLE_EVENT_TRANSMITTER looks odd too. I've never seen it, but<br>
who knows. Might be some odd translation artifact, but it does exist<br>
in the uwatec_memomouse_parser, so maybe it's real.<br>
<br>
Is there any way we could reproduce this locally?<br>
<br>
But another thing you could try is to just run your load under<br>
valgrind. That might pinpoint the problem..<br>
<br>
               Linus<br>
</blockquote></div>