[PyQt] possible threading/locking bug in PyQt4 snapshots

Phil Thompson phil at riverbankcomputing.com
Mon May 18 00:13:20 BST 2009


On Mon, 11 May 2009 14:06:41 -0400, Darren Dale <dsdale24 at gmail.com> wrote:
> Hello,
> 
> I have attached a short script that I think demonstrates a bug in the
PyQt4
> snapshots. I expect the following output on the command line:
> 
> 0
> 1
> [...]
> 9998
> 9999
> complete
> 
> The script runs as expected with PyQt4-4.4.4 on 64bit Kubuntu Jaunty
> (although I have to invoke ctrl-z to exit the script. I don't know how to
> improve that part, but that is not the subject of this post.)
> 
> With the most recent (20090507) snapshots installed on 64bit Gentoo, the
> script does not run to completion. The script usually hangs up before
> anything is printed at the command line, although occasionally the thread
> gets part way through the loop before it hangs up.

Should be fixed in tonight's PyQt snapshot.

Thanks,
Phil


More information about the PyQt mailing list