Am Sonntag, 31. Dezember 2006 14:10 schrieb Jürgen Spitzmüller: > Georg Baum wrote: > > If you have the time it would > > be nice if you could compile qt with these macros defined and see whether > > the crash disappears. > > I did that, i.e. I compiled qt with > ./configure -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC > (which I hope is correct).
I don't know how qt's configure works, but with autotools configure you would use something like configure CPPFLAGS="-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC" You can verify that it was correct by looking at the gcc commandline when it compiles an arbitrary file. Do the flags appear? > The crash still occurs, though. If the flags where visible to the compiler than this means that stdlib-debug works, and the bug is somewhere else. > p.s.Happy New Year to all! From me too! Georg