(Sorry for my bad english)
I've to developing
- PC with Qt 4.8, GCC > 4.4, Intel processors with Debian 7 AMD64 with QCreator (Try with Core 2 Duo et i7)
- ARM 335X Ti Sitara dev kit (tactil, wifi) with a modified Debian 7
When I'm using my program on a computer, 0 problem, 0 segfault, 0 ... : It's appear very nice !
When the Sitara launch the program, a SIGABRT appear in 30 - 60 seconds and kill my app with this message :
*** glibc detected *** /home/root/myApp : corrupted double-linked list: 0x00d3e440 ***
Solutions which do nothing ...
- Check QML Debug
- Try to use gdbserver (on Sitara) and gdb (on my computer), it result SIGABRT in lib C 6 with ASM (all the time on the same address)
- Try to install Valgrind on the Sitara, but i can't
- Use the option :
export MALLOC_CHECK_=0
but it's appear SIGBUS and others bad errors - Try to get the lastest Sitara SDK but it's the same
- Try to reinstall severals times all
- Try to use an other Qt app, and the same appear too.
- Check the Sitara RAM
- Try to take a very basic Rev on SVN and it do the same
It's a big nightmare !
So if you have an idea ... i'm listening you !
(link : http://stackoverflow.com/questions/25428211/sigabort-with-libc-6-on-arm-7-sitara)