Jean-Marc Lasgouttes wrote: > The line of Paragraph.cpp which causes the crash reads: > tagsToOpen.push_back(html::FontTag(html::FT_ROMAN)); > > I do not see how this could go wrong... Is it a problem to push_back a > temp object in a container? Georg, any idea?
No, the temp object should not be any problem. Unfortunately I have no idea what goes wrong here. I'll have a deeper look, but as you can see from my reaction times I am busy with other stuff, and this will take a bit. Georg