odd crash in Font::operator=

2012-07-27 Thread Michael Stahl
i've had an odd crash in forms_unoapi test yesterday, and can't reproduce it; from looking at vcl/source/gdi/font.cxx it appears that mpImplFont has been deleted (it can't be 0 apparently). running the test with VALGRIND=memcheck doesn't give any errors there. anybody have an idea how that

Re: odd crash in Font::operator=

2012-07-27 Thread Eike Rathke
Hi Michael, On Friday, 2012-07-27 17:20:58 +0200, Michael Stahl wrote: i've had an odd crash in forms_unoapi test yesterday, and can't reproduce it; from looking at vcl/source/gdi/font.cxx it appears that mpImplFont has been deleted (it can't be 0 apparently). I see no reason why