[PyQt] Segfault in PyQt 4.6.1

Kovid Goyal kovid at kovidgoyal.net
Thu Oct 29 17:22:35 GMT 2009


There appears to be a segfault when constructing the QWebPage object in PyQt
4.6.1 (regression for 4.5.x)

Here's a one liner to reproduce it

python2.6 -c "from PyQt4.Qt import QApplication; QApplication([]); from PyQt4.QtWebKit import QWebPage; QWebPage()"

When run in gdb, the segfault does not happen, so I cannot get a stack trace. 

This is on 

Linux giskard 2.6.31-gentoo-r4 #1 SMP Tue Oct 27 16:11:20 MDT 2009 x86_64 Intel(R) Core(TM) i7 CPU 940 @ 2.93GHz GenuineIntel GNU/Linux

Kovid.
-- 
_____________________________________

Dr. Kovid Goyal 
http://www.kovidgoyal.net
http://calibre.kovidgoyal.net
_____________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20091029/c9adab8a/attachment.bin


More information about the PyQt mailing list