On Thu, May 23, 2019 at 12:21:49AM +0200, Pavel Sanda wrote:
> lassert.cpp (51): ASSERTION pos <= par.size() VIOLATED IN TextMetrics.cpp:1619
> (  1) src/lyx: lyx::doAssertWithCallstack(bool)
> (  2) src/lyx: lyx::doAssert(char const*, char const*, long)
> (  3) src/lyx: lyx::TextMetrics::leftMargin(int, int) const
> (  4) src/lyx: lyx::TextMetrics::breakRow(lyx::Row&, int) const
> (  5) src/lyx: lyx::TextMetrics::redoParagraph(int, bool)
> (  6) src/lyx: lyx::BufferView::updateMetrics(lyx::Update::flags&)
> (  7) src/lyx: lyx::BufferView::updateMetrics()
> (  8) src/lyx: lyx::BufferView::resize(int, int)
> (  9) src/lyx: lyx::frontend::GuiWorkArea::init()
> ( 10) src/lyx: lyx::frontend::GuiWorkArea::GuiWorkArea(lyx::Buffer&, 
> lyx::frontend::GuiView&)
> ( 11) src/lyx: lyx::frontend::TabWorkArea::addWorkArea(lyx::Buffer&, 
> lyx::frontend::GuiView&)
> ( 12) src/lyx: lyx::frontend::GuiView::addWorkArea(lyx::Buffer&)
> ( 13) src/lyx: lyx::frontend::GuiView::setBuffer(lyx::Buffer*, bool)
> ( 14) src/lyx: lyx::frontend::GuiView::loadDocument(lyx::support::FileName 
> const&, bool)
> ( 15) src/lyx: lyx::frontend::GuiApplication::dispatch(lyx::FuncRequest 
> const&, lyx::DispatchResult&)
> ( 16) src/lyx: lyx::frontend::GuiApplication::dispatch(lyx::FuncRequest 
> const&)
> ( 17) src/lyx: lyx::dispatch(lyx::FuncRequest const&)
> ( 18) src/lyx: lyx::frontend::Action::action()
> ( 19) src/lyx: src/lyx() [0x8ac8dc4]
> ...
> 
> Anyone can reproduce?

Actually whole editing process is broken, visible cursor no more follows actual
position of it in the document and I get crashes even in new docuemnt after 
some basic editing...

I can see that with qt5 as well, it seems that current master is seriously 
broken.

Pavel

Reply via email to