Re: [PyQt] assertion failure in sip

2011-09-20 Thread Erik Janssens
I've tested it and it still segfaults at the same line. Adding the GIL lock also causes a deadlock in one of my pyqt unit tests : test_queued_connection_after_delete This is a bit strange, because this is the test I wrote to 'prove' another issue, but I have been unable to create segfaults with t

Re: [PyQt] assertion failure in sip

2011-09-17 Thread Phil Thompson
On Sat, 17 Sep 2011 04:51:42 +0100, Phil Thompson wrote: > On Fri, 16 Sep 2011 22:28:24 +0200, Erik Janssens > wrote: >> Hi, >> >> I'm seeing an assertion failure in sip, stacktrace >> attached. >> >> It happens consistently, but only after long stress >> tests of a large application. >> >> An

Re: [PyQt] assertion failure in sip

2011-09-16 Thread Phil Thompson
On Fri, 16 Sep 2011 22:28:24 +0200, Erik Janssens wrote: > Hi, > > I'm seeing an assertion failure in sip, stacktrace > attached. > > It happens consistently, but only after long stress > tests of a large application. > > Any suggestions on what might be causing this > failure, so I can try to