[PyQt] Re: Crash with shortcircuit signals

Tuvi, Selim stuvi at slac.stanford.edu
Wed Jul 11 02:24:45 BST 2007


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.

I am running with Python 2.5.1, Qt 4.3.0, sip-snapshot-20070704, PyQt-win-commercial-4-snapshot-20070701 under 32-bit Windows XP SP2.

-Selim

> -----Original Message-----
> From: pyqt-bounces at riverbankcomputing.com [mailto:pyqt-
> bounces at riverbankcomputing.com] On Behalf Of Ismail Dönmez
> Sent: Tuesday, July 10, 2007 2:22 PM
> To: pyqt at riverbankcomputing.com
> Subject: Re: [PyQt] Re: Crash with shortcircuit signals
> 
> On Wednesday 11 July 2007 00:00:38 Phil Thompson wrote:
> [...]
> > Hmm, works for me (even if I up the loop count to 3000).
> >
> > Can anybody else reproduce it? Are you on a 32 or 64 bit system?
> 
> Can reproduce here on 32bit , sip 20070625, PyQt4 20070625, Qt 4.3.0
> 
> [~]> python test.py
> 0
> -1480848532 -1480848468
> 1
> -1480848404 -1480848532
> 2
> -1480848468 -1480848404
> 3
> -1480848532 -1480848468
> 4
> -1480848404 -1480848532
> 5
> -1480848468 -1480848404
> 6
> -1480848532 -1480848468
> 7
> -1480848404 -1480848532
> 8
> -1480848468 -1480848404
> 9
> -1480848532 -1480848468
> 10
> -1480848404 -1480848532
> 11
> -1480848468 -1480848404
> 12
> -1480848532 -1480848468
> zsh: segmentation fault  python test.py
> 
> Regards,
> ismail
> 
> --
> Perfect is the enemy of good
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt



More information about the PyQt mailing list