Hi,<br><br>I found a bug that crashed my python scripts at line 1017 &amp; 1023 of&nbsp; GHOST_SystemX11.cpp:<br><br>original -&gt; <span style="font-weight: bold;">txt_cut_buffer = (char*) malloc(strlen(buffer));</span><br><br>
patched -&gt; <span style="font-weight: bold;">txt_cut_buffer = (char*) malloc(strlen(buffer)<span style="text-decoration: underline;">+1</span>);</span><br><br>Hope it will help.<br clear="all"><br>-- <br>Cedric PAILLE.