[PyQt] Segfault in PyQt 4.6.1
Kovid Goyal
kovid at kovidgoyal.net
Thu Oct 29 17:47:44 GMT 2009
I should add that the segfault is present in the current snapshot as well:
python2.6 -c "from PyQt4.Qt import QApplication, PYQT_VERSION_STR; QApplication([]); print PYQT_VERSION_STR; from PyQt4.QtWebKit import QWebPage; QWebPage()"
4.7-snapshot-20091028
Segmentation fault
Kovid.
On Thu, Oct 29, 2009 at 11:22:35AM -0600, Kovid Goyal wrote:
> 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
> _____________________________________
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
> !DSPAM:3,4ae9cff529653317716138!
--
_____________________________________
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/ec4bb4ca/attachment.bin
More information about the PyQt
mailing list