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 _____________________________________
pgpcpb0xzc8Op.pgp
Description: PGP signature
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
