I use this command to get the core dump file when the qtopia crushed.
ulimit -c unlimit
But when I use the gdb to backtrace the file, it cann't recognise it.
"***/core.637" is not a core dump: File format not recognized
What's the problem.