On Tue, Feb 16, 2010 at 06:50:18PM +0100, Nicola Mfb wrote: > On Tue, Feb 16, 2010 at 5:33 PM, Martin Jansa <[email protected]> wrote: > [...] > > But from my opinion, if there is some simple code, which can trigger this > > problem in > > reproducible way, then it whould be fixed in qt/app code (enabled > > optimizations are maybe hiding some nasty concurrency problem, but > > probably cannot fix the real problem). > > Hi Martin, this is a very simple snippet to reproduce the problem:
Thanks for snippet, I simplified it a bit and still working on that is seems that problem is even a bit lower then I expected, but hopefully related with libxml2 issue (see thread about pisi dependencies). gcc-4.4.3 and new qt-4.6.2 doesn't resolve this issue, but I'm still diging.. so please be patient a bit longer and we'll see. BTW: if someone else is also trying to fix this, you can build it easily without qmake on FR with this /usr/bin/arm-oe-linux-gnueabi-g++ -march=armv4t -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -L/usr/lib/qt4 -lQtXml -L/usr/lib -L/usr/lib/qt4 -lQtCore -lgthread-2.0 -lrt -lglib-2.0 -O0 -ggdb3 -o simple simple.cpp Regards, -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
