pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

Segmentation Fault #45

Closed para-dise closed 5 years ago

para-dise commented 5 years ago

Hi, I was working on a GUI in PyQt5, and I seem to often get Segmentation Faults.

It did give a backtrace once, which is here: https://hastebin.com/imoxorimoq.coffeescript My entire code: https://hastebin.com/uwozawexoh.rb (requires https://github.com/ammaraskar/pyCraft)

I wasn't sure what happened so I asked some people and they said it should be an issue with PyQt5, so.. here I am.

Basically, the program randomly exits with Segmentation fault (core dumped) at random times.

para-dise commented 5 years ago

My bad, this repo is for the Windows PyQt.