<div dir="ltr">Hello,<br><br>since I switched to the official 4.3.0-Release of omniORB C++ I encounter SegFault's every once in a while :-( It's happening here:<br><br>Stack-Trace:<br>[...]<br>#4  0x00007fe887a1a0d3 in SSL_write ()<br>   from /usr/lib/x86_64-linux-gnu/libssl.so.1.1<br>#5  0x00007fe8880471f0 in omni::sslConnection::Send(void*, unsigned long, omni_time_t const&) () <br>   from /opt/GIS/lib/System/libomnisslTP4.so.3<br>#6  0x00007fe8884f89b9 in omni::giopStream::sendChunk(omni::giopStream_Buffer*)<br>[...]<br><br>Code-Snippet:<br>int sslConnection::Send(void* buf, size_t sz, const omni_time_t& deadline) <br>    [...]<br>    tx = SSL_write(pd_ssl,buf,sz);<br>    [...]<br><br>I assume, the Pointer "pd_ssl" references an invalid address, probably it has already been destroyed at some other place.<br><br>I'm using Bi-Directional SSL-Connection, nativeWCharCodeSet UTF16, Cos NameService (just for bootstrapping) and Callbacks. Environment is: Debian Linux 11, Kernel 5.10.0-13-amd64.<br><br>I've used 4.3.0 BETA_1 for many years without any problems and this issue did never come up. Therefore my questions:<br><br>* Are there any major changes between BETA_1 and final Release? <br>* An article from 2015 (<a href="https://www.omniorb-support.com/pipermail/omniorb-list/2015-December/031812.html">https://www.omniorb-support.com/pipermail/omniorb-list/2015-December/031812.html</a>)<br>  seems to describe a similar problem related to BiDir, are there any known issues still open?<br><br>Any hints or help would be greatly appreciated!<br><br>Nico.<br><div><br></div><div>----------------------------------------<br> Nico Lochner           <a href="mailto:lochner@ixus.de">lochner@ixus.de</a><br> iXus Technologiedienstleistungen  GmbH<br> Potsdamer Str. 86,        10785 Berlin<br><a href="http://www.ixus.de">www.ixus.de</a>       Tel: 030-240 84 68-0<br>----------------------------------------<br>SteuerNr. 30/360/33081 UstID DE202620190<br>Handelsregister:               HRB 72303<br>beim Amtsgericht Berlin-Charlottenburg<br>Sitz der Gesellschaft:          Berlin<br> vertreten durch die Geschaeftsfuehrer<br>    Nico Lochner, Sascha Wuerzburg<br>----------------------------------------<br></div><div><br></div><div><br></div></div>