Comment 4 for bug 113366

Revision history for this message
Gabriel de Perthuis (g2p) wrote :

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.