Re: [PyQt] segfault when using qml (probably reference counting error)

2011-03-18 Thread Rex Dieter
On 03/18/2011 03:55 PM, Phil Thompson wrote: On Fri, 18 Mar 2011 16:20:23 +, Phil Thompson wrote: On Fri, 18 Mar 2011 10:54:16 -0500, Rex Dieter wrote: Quoting downstream bug report, https://bugzilla.redhat.com/show_bug.cgi?id=676042 (Using PyQt-4.8.3)... When running some simple PyQt4

Re: [PyQt] segfault when using qml (probably reference counting error)

2011-03-18 Thread Phil Thompson
On Fri, 18 Mar 2011 16:20:23 +, Phil Thompson wrote: > On Fri, 18 Mar 2011 10:54:16 -0500, Rex Dieter > wrote: >> Quoting downstream bug report, >> https://bugzilla.redhat.com/show_bug.cgi?id=676042 >> >> (Using PyQt-4.8.3)... >> >> When running some simple PyQt4 + QML apps, a segfault can

Re: [PyQt] segfault when using qml (probably reference counting error)

2011-03-18 Thread Phil Thompson
On Fri, 18 Mar 2011 10:54:16 -0500, Rex Dieter wrote: > Quoting downstream bug report, > https://bugzilla.redhat.com/show_bug.cgi?id=676042 > > (Using PyQt-4.8.3)... > > When running some simple PyQt4 + QML apps, a segfault can be produced when > the QML tries to make use of an object that is e

[PyQt] segfault when using qml (probably reference counting error)

2011-03-18 Thread Rex Dieter
Quoting downstream bug report, https://bugzilla.redhat.com/show_bug.cgi?id=676042 (Using PyQt-4.8.3)... When running some simple PyQt4 + QML apps, a segfault can be produced when the QML tries to make use of an object that is exposed to it by the PyQt code. Changing the code very slightly so th