<html dir="ltr"><head><meta name="qrichtext" content="1"><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="text-align:left; direction:ltr;"><div>On Mon, 2019-07-15 at 00:11 +0200, Berthold Stoeger wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Hi Steve,</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">> Cheers, output below:</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Many thanks. Just for my peace of mind, would you please provide the output of the following gdb commands after it hits the crash:</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" font-family:'monospace'; color:#000000; background-color:#ffffff;">(gdb) print i</span><span style=" font-family:'monospace';"><br></span><span style=" font-family:'monospace'; color:#000000; background-color:#ffffff;">(gdb) print nr</span><span style=" font-family:'monospace';"><br></span><span style=" font-family:'monospace'; color:#000000; background-color:#ffffff;">(gdb) print cylinder</span><span style=" font-family:'monospace';"><br></span><span style=" font-family:'monospace'; color:#000000; background-color:#ffffff;">(gdb) print *cylinder</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" font-family:'monospace'; color:#000000; background-color:#ffffff;">(gdb) print dive->cylinder</span><span style=" font-family:'monospace';"><br></span><span style=" font-family:'monospace'; color:#000000; background-color:#ffffff;">(gdb) print &dive->cylinder</span><span style=" font-family:'monospace';"><br></span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span style=" font-family:'monospace';">Berthold</span></p></blockquote><div><br></div><div>Didn't have any luck with that, see below:</div><div><br></div><div>(gdb) print i</div><div>No symbol "i" in current context.</div><div>(gdb) print nr</div><div>No symbol "nr" in current context.</div><div>(gdb) print cylinder</div><div>No symbol "cylinder" in current context.</div><div>(gdb) print *cylinder<br></div><div>No symbol "cylinder" in current context.</div><div><br></div><div>Figured it was pointless to continue any further</div><div></div><div><br></div><div>Steve</div><div></div></body></html>