Pavel Sanda wrote: > Scott Kostyshak wrote: > > On Mon, Jan 08, 2018 at 06:42:41PM +0000, Pavel Sanda wrote: > > > Hi Juergen, > > > > > > I don't know if there is still any energy left on your side, but even > > > short time > > > work with outliner and beamer shows that the new system breaks one of the > > > cool > > > features we had - reorganizing slide order via outliner's buttons up/down > > > :( > > > > > > We can start with this one: > > > 1. open beamer manual & outliner > > > 2. go to the first frame > > > 3. hit outliner "down" button. > > > 4. 1&2nd slide merge together > > > > The recipe above seems to not be a regression from what I can tell. I can > > reproduce with 2.2.0. But it sounds like you found other similar issues > > that are a regression? > > I mean regression to previous beamer implementation from which we departed at > 2.1 > (I worked mainly under 2.0 until recent JMarc painting patch) so I apologize > if my complaints did not come earlier :) > > > Another slide-merging problem at the end of beamer documents, likely because > of > missing horizontal ending of the last frame. > 1. open beamer manual & outliner > 2. go to any frame > 3. try to move it to last position via outliner "down" button. > 4. it merges into last slide > > > > I have in my pockets example when only moving section down works, but not > > > up. > > > Playing with it for a while produces crash, it might take a while to > > > produce MWE > > > but I try to come with it within couple days. > > > > OK hopefully we can figure that out. > > As it usually happens it all happened during the rush hours of finalizing my > talk > and now I can't reproduce the neither of two above problem. Will keep > trying...
Will take some time to get the exact steps, but crash is clearly there when I play for a while... Thread 1 "lyx" received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007ffff591a3fa in __GI_abort () at abort.c:89 #2 0x00007ffff625755b in __gnu_debug::_Error_formatter::_M_error() const () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #3 0x0000555555d55f0f in std::__debug::vector<lyx::TocItem, std::allocator<lyx::TocItem> >::operator[] (__n=9, this=0x55555866bbc0) at /usr/include/c++/6/debug/vector:422 #4 lyx::frontend::TocModel::tocItem (this=<optimized out>, index=...) at TocModel.cpp:120 #5 0x0000555555d581ff in lyx::frontend::TocModels::goTo (this=<optimized out>, type=..., index=...) at TocModel.cpp:314 #6 0x0000555555f133c1 in lyx::frontend::TocWidget::goTo (this=this@entry=0x5555581fba30, index=...) at TocWidget.cpp:252 #7 0x0000555555f1371d in lyx::frontend::TocWidget::outline (this=0x5555581fba30, func_code=func_code@entry=lyx::LFUN_OUTLINE_UP) at TocWidget.cpp:332 #8 0x0000555555f137dc in lyx::frontend::TocWidget::on_moveUpTB_clicked (this=<optimized out>) at TocWidget.cpp:341 #9 0x0000555555f1541f in lyx::frontend::TocWidget::qt_static_metacall (_o=_o@entry=0x5555581fba30, _c=_c@entry=QMetaObject::InvokeMetaMethod, _id=_id@entry=11, _a=_a@entry=0x7fffffffd400) at moc_TocWidget.cpp:146 #10 0x0000555555f160c2 in lyx::frontend::TocWidget::qt_metacall (this=0x5555581fba30, _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7fffffffd400) at moc_TocWidget.cpp:186 > Pavel