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 [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > > !DSPAM:3,4ae9cff529653317716138! -- _____________________________________ Dr. Kovid Goyal http://www.kovidgoyal.net http://calibre.kovidgoyal.net _____________________________________
pgpM3xxwtmDpw.pgp
Description: PGP signature
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
