RE: [PyQt] 'pyqt@riverbankcomputing.com'

2007-11-08 Thread Dr Andrew Perella
Perella Sent: 08 November 2007 23:09 To: pyqt@riverbankcomputing.com Subject: [PyQt] 'pyqt@riverbankcomputing.com' I get exactly the same objmap.c crash as you in an application I have written using SIP (but not PyQT). The crash is timing related - depending on when the garbage collector

[PyQt] 'pyqt@riverbankcomputing.com'

2007-11-08 Thread Dr Andrew Perella
I get exactly the same objmap.c crash as you in an application I have written using SIP (but not PyQT). The crash is timing related - depending on when the garbage collector is called, the sip hashmap still has a reference sometimes to a freed python wrapper. I will investigate further. Cheers, A