<div dir="ltr">I think I am not alone with this bug  : <br><a href="http://stackoverflow.com/questions/39381009/simple-pyqt5-qml-application-causes-segmentation-fault">http://stackoverflow.com/questions/39381009/simple-pyqt5-qml-application-causes-segmentation-fault</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-08 23:09 GMT+02:00 Sacha Schutz <span dir="ltr"><<a href="mailto:sacha@labsquare.org" target="_blank">sacha@labsquare.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi <br><br>I can't make a qml application. I get a segmentation fault each time. It only happen with QML. Everything works fine with QtWidgets. <br></div><div>I am using Python3.5 -  on kubuntu xenial.  I installed pyQt5-5.7 using pip in a virtualenv. <br></div><div>Here is the code and the error .<br></div><div>Thanks to tell me what's wrong. <br></div><div><br>import sys<br>from PyQt5 import QtGui, QtQml, QtCore<br><br>if __name__ == "__main__":<br>    app = QtGui.QGuiApplication(sys.<wbr>argv)<br>    engine = QtQml.QQmlApplicationEngine()<br>    engine.load(QtCore.QUrl("Test.<wbr>qml"))<br><br>    sys.exit(app.exec_())<br><br><br></div><div>I get the following error : <br>[1]    14483 segmentation fault (core dumped)  python app.py<br><br></div><div>GDB return me : <br><br>Thread 5 "QSGRenderThread" received signal SIGSEGV, Segmentation fault.<br>[Switching to Thread 0x7fffde2c6700 (LWP 14542)]<br>__strstr_sse2_unaligned () at ../sysdeps/x86_64/multiarch/<wbr>strstr-sse2-unaligned.S:40<br>40      ../sysdeps/x86_64/multiarch/<wbr>strstr-sse2-unaligned.S: Aucun fichier ou dossier de ce type.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br><br><br></div><div><div><div><br>-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">-- <br>Sacha schutz<br></div><div>Interne en Biologie moléculaire<br></div><div>Bioinformaticien<br></div><div dir="ltr"><div>+336<span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:13px;line-height:18px;text-align:left">51571606<br></span></div><div><span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:13px;line-height:18px;text-align:left"><a href="http://dridk.me" target="_blank">dridk.me</a><br></span></div><div><span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:13px;line-height:18px;text-align:left"><a href="https://github.com/" target="_blank">Fork me on github</a><br></span></div><div><br></div></div></div></div></div></div></div>
</div></div></div></font></span></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">-- <br>Sacha schutz<br></div><div>Interne en Biologie moléculaire<br></div><div>Bioinformaticien<br></div><div dir="ltr"><div>+336<span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:13px;line-height:18px;text-align:left">51571606<br></span></div><div><span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:13px;line-height:18px;text-align:left"><a href="http://dridk.me" target="_blank">dridk.me</a><br></span></div><div><span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:13px;line-height:18px;text-align:left"><a href="https://github.com/" target="_blank">Fork me on github</a><br></span></div><div><br></div></div></div></div></div></div></div>
</div>