Hi,

I'm having very hard times with QT script library delivered with the angstrom toolchain. I'm using angstrom-2010.4-test-20100422-i686-linux-armv5te-linux-gnueabi-toolchain-qte-4.6.2.tar.bz2

My problem is very simple yet it seems quite deep. When calling QScriptEngine::evaluate function, my program receives a SIGSEGV.
I have made a very simple project to illustrate it :

#include <QtCore>
#include <QtScript>

int     main(int ac, char **av)
{
 QCoreApplication a(ac, av);
 QScriptEngine engine;

engine.evaluate("1;"); // <-- catching a SIGSEGV here, in libQtScriptE.so.4.6.2

 return 0;
}

I really can't make it simpler. Everything else I use in my program works fine (File, Network, Containers, ...)

Are there any debug symbols / not-stripped-binaries of the QT libraries available somewhere ?

Thank you very much !

_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to