Re: [PyQt] Segfault in PyQt 4.6.1

2009-10-29 Thread Giovanni Bajo
On Thu, 29 Oct 2009 18:49:27 +, Phil Thompson wrote: > On Thu, 29 Oct 2009 11:47:44 -0600, Kovid Goyal > wrote: >> 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

Re: [PyQt] Segfault in PyQt 4.6.1

2009-10-29 Thread Phil Thompson
On Thu, 29 Oct 2009 11:47:44 -0600, Kovid Goyal wrote: > 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()"

Re: [PyQt] Segfault in PyQt 4.6.1

2009-10-29 Thread Kovid Goyal
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

[PyQt] Segfault in PyQt 4.6.1

2009-10-29 Thread Kovid Goyal
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