On Wed, Apr 24, 2002 at 03:22:18PM +0200, Claus Hindsgaul wrote: > I have now deleted and checked out lyx-devel again from the CVS of > today, rebuilt and produced a new lyxlog.txt the same way (yes, the bug > is still there). The version of valgrind is printed in the header of the > log-file. > > Did that help?
No ! Look at the backtrace yourself then look at the source they are completely different. Perhaps a valgrind bug ? > ==5472== at 0x81396F6: Row::previous(void) const (lyxrow.C:112) > ==5472== by 0x816E5B7: LyXText::draw(LyXText::DrawRowParams &, int &) (text.C:650) no call to Row::previous on text.C line 650 ! > ==5472== at 0x816DC33: LyXText::drawInset(LyXText::DrawRowParams &, int) >(lyxrow.h:91) This is Row::par() not LyXText::drawInset. Something is *horribly* wrong ... What compiler are you using ? Can you send me your lyx binary after a bzip2 -9 on it ? regards john -- "I continue to be amazed at what Andrei can make templates do. Some of it still makes my head hurt." - Herb Sutter