Sebastian wrote:
On Thu, Jan 03, corvid wrote:
http://graphicssoft.about.com/od/aboutgraphics/a/bitmapvector.htm
#0 0x080929ad in dw::Textblock::findParagraphOfWord (this=0x82268b0, wordIndex=81) at textblock.cc:1228
Does it really hang here? If you apply the first patch, what is the result (last couple of printed lines)?
It looks like I often have to hit reload a couple of times. findParagraphOfWord (0), in 0 paragraphs ... .. --> not found findParagraphOfWord (0), in 0 paragraphs ... .. --> not found findParagraphOfWord (0), in 0 paragraphs ... .. --> not found findParagraphOfWord (0), in 0 paragraphs ... .. --> not found findParagraphOfWord (0), in 0 paragraphs ... .. --> not found findParagraphOfWord (0), in 0 paragraphs ... .. --> not found findParagraphOfWord (81), in 14 paragraphs ...
OTOH, I've found a similar problem in the floats tree, which may occur (with other symptoms) here. Does applying the second patch solve the problem?
Yup.