Jean-Marc Lasgouttes <[email protected]> writes: > I tried to compare the Intro from trunk and branch and got the > following. Vincent?
> #4 0x083323a2 in lyx::Paragraph::getChar (this=0x9765780, pos=19) > at ../../lyx-devel/src/Paragraph.cpp:3003 > #5 0x080bd00e in traverseSnake (p...@0xb6181f04, range=<value optimized out>, > direction=lyx::Forward) at ../../lyx-devel/src/Compare.cpp:452 Actually, what seems to happen is that when p.o and/or p.n points to the end of the paragraph (think comparing two identical documents with two paragraphs) it is not a good idea in equal() to call Paragraph::getChar. This said, this code is too new to me to see what the reasonable fix is. JMarc
