Re: Trouble with malloc debugging and Qt

2014-02-09 Thread Stephan Witt
Am 08.02.2014 um 23:56 schrieb JeanMarc Lasgouttes : > I see the same in the GuiViewPrivate constructor in your valgrind log. Could > it be that something has not been initialized yet at this point ? We're able > to draw strings, after all… I think it's inside GuiViewPrivate constructor and ins

Re: Trouble with malloc debugging and Qt

2014-02-08 Thread JeanMarc Lasgouttes
I see the same in the GuiViewPrivate constructor in your valgrind log. Could it be that something has not been initialized yet at this point ? We're able to draw strings, after all... That's puzzling. JMarc On 8 février 2014 21:28:07 UTC+01:00, Stephan Witt wrote: >Good idea, I thought of it

Re: Trouble with malloc debugging and Qt

2014-02-08 Thread Jean-Marc Lasgouttes
Le 08/02/14 15:40, Stephan Witt a écrit : Hi all, in an attempt to extend my debugging capabilities to catch the crash bugs on Mac OS X I enabled the memory management debugging utilities. See http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/guardmalloc.3.ht