On Thursday 05 December 2013 13:52:24 Interima BlueIceScream wrote: > I have three systems *Linux Mint x86*, *Linux Mint x86_64*, *Ubuntu 12.04 > armel (iMX6 by Freescale)*. > I build *Qt5.2* from *git* for all. > When use *qmlscene* with simple test file (import *QtQuick 2.0* and create > *Rectangle*) for *×86* system and *arm* i have segmentation fault, but for > *×86_64* all right. *Qmlviewer*work fine for all systems. > > Version of prebuilt *Qt5.2.RC1* from *Digia* doesn’t causes segmentation > fault but*qmlscene* doesn’t respond and renders nothing. > > configure summary http://pastebin.com/XUJjFwKg > > *strace* output http://pastebin.com/2DgigBxw > > *ltrace* output http://pastebin.com/X5X4Mdaw > > backtrace from gdb is not useful
snip: Bug reports should go to Jira: https://bugreports.qt-project.org Also attach a proper backtrace which you can get in 5.2 by previously defining the QV4_FORCE_INTERPRETER=1 environment variable which disables the JITer. Cheers -- Milian Wolff [email protected] http://milianw.de _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
