Le 09/09/2015 11:19, José Matos a écrit :
On Wednesday 09 September 2015 10:56:25 Jean-Marc Lasgouttes wrote:
Can you get a more explicit backtrace?
JMarc
I send it attached. Note that in this case I am using lyx-2.2dev from
yesterday, compiled with qt-5.5 (not that it matters in this case).
So the crash happens for both 2.1 and 2.2.
Although quite annoying if I select the text and press delete it does not
crash. The same happens if I use the middle button to copy. :-)
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?
JMarc