[PyQt] PyQt5.6 with Python 3.5 Crash

Rathinam Signup tfa.signup.test at gmail.com
Sat May 20 17:41:34 BST 2017


I would like to add that I did test my model with the Model Tester provided
here https://github.com/bgr/PyQt5_modeltest and didn't find any bugs. Thanks

On Sat, May 20, 2017 at 8:53 PM, Rathinam Signup <tfa.signup.test at gmail.com>
wrote:

> Hi all,
>
> I did test the same code by porting it back to *PyQt4* and it works
> without any issues. So I can assure you that *the bug is with PyQt 5.6*.
> Can you please suggest some ways to view the crash report like in which
> thread the crash occured?
>
> I set the primary key as User Data in the QAbstractItemModel. When the
> user expands the item I pass this primary key to a QThread which connects
> with the server and when the results are obtained, I add children for the
> corresponding tree item. When the execution hits the line beginInsertRows
> the app crashes. Please help me to fix this issue. Thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170520/c77e41da/attachment.html>


More information about the PyQt mailing list