Arthur Pemberton wrote: > On Tue, Apr 20, 2010 at 5:59 AM, Jeremy Sanders > <jeremy at jeremysanders.net> wrote: >> Hi - after the recent PyQt4 upgrade I'm seeing segmentation faults with >> PyQt4 applications when exiting or starting. >> >> See https://bugzilla.redhat.com/show_bug.cgi?id=583951 >> >> Is anyone else seeing these? Try installing PyQt4-devel and run >> >> $ python /usr/share/doc/PyQt4- >> devel-4.7.2/examples/dialogs/standarddialogs.py >> [exit program] >> Segmentation fault (core dumped) >> >> xpc1:~:$ python /usr/share/doc/PyQt4- >> devel-4.7.2/examples/demos/qtdemo/qtdemo.py >> Segmentation fault (core dumped) >> >> This is under the KDE desktop. I also see a blank table model view in my >> own code, but that is a bit harder to reproduce. > > > If you search this list, you'll probably find other reports of this. I > never bothered to file a bug unfortunately. Sorry - I didn't see you report. Rex Dieter has kindly produced some more packages which appear to fix the segmentation fault problem for me (see bug report above to get them). My blank table view issue looks to be a subtle issue in the new PyQt. Jeremy