After installing libqt4-debug and fixing it (see #128538), and running under gdb, it appears the bug is in QCoreApplication::arguments .
It is trying to access the argument vector argv, but uses a bogus argument count argc and crashes just after accessing all the arguments and all the environment vars.
Bugs 88891 and 113366 (on i386) also seem relevant.
After installing libqt4-debug and fixing it (see #128538), and running under gdb, it appears the bug is in QCoreApplicatio n::arguments .
It is trying to access the argument vector argv, but uses a bogus argument count argc and crashes just after accessing all the arguments and all the environment vars.
Bugs 88891 and 113366 (on i386) also seem relevant.