[PyQt] Re: Crash with shortcircuit signals

Phil Thompson phil at riverbankcomputing.co.uk
Wed Jul 11 09:23:39 BST 2007


On Wednesday 11 July 2007 7:46 am, Giovanni Bajo wrote:
> On 11/07/2007 3.24, Tuvi, Selim wrote:
> > My run did not crash but it mysteriously exit after three iterations:
> >
> > C:\projects\LICOS\temp\qt4>python crash.py
> > 0
> > 12133768 12133840
> > 1
> > 12133912 12133768
> > 2
> > 12133840 12133912
> >
> > C:\projects\LICOS\temp\qt4>
> >
> > I can run it multiple times with the same result.
>
> Probably your exceptions are silently handled by the operating system.
>
> I'll notice that even in this case (like in my dump and Ismail's), it
> crashes after a run in which the w2 instance occupies the same memory
> address that was of w1 in the previous iteration. There lies the bug.

That happens every on every iteration, not just the one that crashes. In fact 
in everything I've seen only 3 addresses are ever used.

Phil


More information about the PyQt mailing list