[PyQt] Crash with sip 4.19.8

Phil Thompson phil at riverbankcomputing.com
Mon Mar 19 17:49:13 GMT 2018


On 19 Mar 2018, at 12:37 pm, Boudewijn Rempt <boud at valdyas.org> wrote:
> 
> Hi,
> 
> I'm not sure how to isolate or investigate this. I got this bug report:
> 
> https://bugs.kde.org/show_bug.cgi?id=391992
> 
> Which reports a crash that happens with sip 4.19.8, but not with 4.19.7. I'm 
> not sure what changed between the two versions either...

There was only one change which was related to crashes with highly threaded applications. The change itself is relatively small.

When you change sip versions do you re-create the bindings? The change included a code generation change and maybe I screwed up the binary compatibility.

Of course the fix could have exposed a bug in your code...

Phil


More information about the PyQt mailing list