On Tuesday 15 December 2009 00:30:10 ext Qt Quest wrote: > Hi Andre' Hi.
> Previously I used 4.5.0 compiled from source and the Qt creator 1.2.1 and > 1.3.0 binaries. > Does the 1.3.0 have Qt 4.6.0 binaries? I'm asking because in the compilation > of Qt 1.3.0 > it requires you have it... Qt Creator 1.3.0 itself needs to be compiled with Qt 4.6 (but can use older versions for your own proijects) > I've compiled Qt 4.6.0 and Qt creator 1.3.0 debug. The crash reproduces. > There are no messages printed out to the screen.. > I've captured the crash in gdb. Here's the backtrace. > > Please let me know how to proceed. > Thank you! > > ---- > [....] > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 46912524675104 (LWP 26107)] > 0x00002aaaab4e2c61 in QX11PaintEngine::drawPixmap (this=<value optimized out>, > r=<value optimized out>, px=<value optimized out>, _sr=<value optimized > out>) > at painting/qpaintengine_x11.cpp:1919 > 1919 ::Picture src_pict = > static_cast<QX11PixmapData*>(pixmap.data.data())->picture; > Missing separate debuginfos, use: debuginfo-install e2fsprogs.x86_64 > expat.x86_64 fontconfig.x86_64 freetype.x86_64 glib2.x86_64 keyutils.x86_64 > krb5.x86_64 lcms.x86_64 libICE.x86_64 libSM.x86_64 libX11.x86_64 > libXau.x86_64 libXcursor.x86_64 libXdmcp.x86_64 libXext.x86_64 > libXfixes.x86_64 libXi.x86_64 libXinerama.x86_64 libXrandr.x86_64 > libXrender.x86_64 libjpeg.x86_64 libmng.x86_64 libpng.x86_64 > libselinux.x86_64 libtiff.x86_64 libxcb.x86_64 linuxwacom.x86_64 mesa.x86_64 > openssl.x86_64 > (gdb) bt > #0 0x00002aaaab4e2c61 in QX11PaintEngine::drawPixmap (this=<value optimized > out>, > r=<value optimized out>, px=<value optimized out>, _sr=<value optimized > out>) > at painting/qpaintengine_x11.cpp:1919 > [...] This looks a bit like a broken build. I know it takes some time, but could you try to rebuild Qt and Qt Creator from scratch after making sure you have a really clean tree (like the one you get after running git -dxf [CAREFUL!]). For Qt, 'make sub-src sub-tools' after './configure' should be sufficient. Regards, Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
