[PyKDE] Simple KHtml program crashing at exit

David Boddie david at boddie.org.uk
Thu Aug 11 22:57:49 BST 2005


On Thursday 11 August 2005 19:23, Jim Bublitz wrote:

> (Somehow I received this with the  leftmost characters missing on every
> line - data compression?)

It's the usual result when various pieces of software disagree on the way
text is encoded. I usually try very hard to avoid getting that effect.

> There was/is a problem with deletion order with C++ objects and Python
> objects wrapping them - I don't recall all of the details (some handwritten
> code was required though), but should probably take a look at it again.
> It's possible sip has changed in some way that affects this and I haven't
> updated for that.

Maybe one of the Python classes tries to delete its C++ counterpart after
the KApplication has already been tidied up.

David




More information about the PyQt mailing list