On Sat, 14 Nov 2009 05:22:41 -0800 (PST), Christian Roche <[email protected]> wrote: > Hi again; > > > Phil Thompson-5 wrote: >> >> I can't remember if you are using snapshots or not, but there are some >> issues fixed related to looking up Python reimplementations of virtual >> methods. >> > > forget about Windows. The whole thing crashes so quick on Windows XP that I > can't even get a glimpse of the main window. I'm using the latest build > (PyQt-Py2.6-gpl-4.6.1-1.exe) but not snapshots as I can't compile there. > I'd > be willing to compile a build there and also get debugger feedback but I > would need a pointer on some resource on how to do that on Windows. > > Back on Linux I also get crashes although much less frequently. The > difference is that I'm able to get some feedback from the system in that > case so it might prove a bit more useful! Here is the backtrace of a random > crash that appears to occur when a thread calls the QUrl.resolved() method. > This is with PyQt4-4.5.4-1 and sip-4.8.2. > ----------------------------------------- > Program terminated with signal 11, Segmentation fault. > > #0 0x082c0f23 in qpycore_PyObject_FromQString (qs...@0xb5bd21b8) at > qpycore_qstring.cpp:55 > 55 *pyu++ = (qstr.at(i)).unicode();
It's difficult to see how this would crash if everything else (ie. Python and Qt) is working as it should. However it does imply you are using a very old version of Qt (v4.1). Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
