http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30994
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-19 04:37:33 UTC --- >From the sound of it, libmudflap is not being initialized before QT is. QT is calling malloc in its initialization and malloc returns NULL.