mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
* Status.15x: add showstopper
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15989 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
17bf0023c7
commit
5bdedb1fc0
17
Status.15x
17
Status.15x
@ -159,6 +159,23 @@ EDITING
|
|||||||
return *rit;
|
return *rit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* new document; insert note; place cursor in front of the note; activate change tracking;
|
||||||
|
press delete =>
|
||||||
|
|
||||||
|
Assertion triggered in void lyx::LyXText::setCursorIntern(lyx::LCursor&, int, int, bool, bool) by failing check "this == cur.text()" in file /home/software/lyx-trunk/src/text2.C:719
|
||||||
|
|
||||||
|
Relevant part of the stack trace
|
||||||
|
#6 0x082646d0 in lyx::LyXText::setCursorIntern (this=0x8a081e0, cur=@0x88f3ed0, par=0, pos=0, setfont=true,
|
||||||
|
boundary=false) at /home/software/lyx-trunk/src/text2.C:719
|
||||||
|
#7 0x08257dd7 in lyx::LyXText::erase (this=0x8a081e0, cur=@0x88f3ed0) at dociterator.h:94
|
||||||
|
#8 0x0811418a in lyx::LyXText::dispatch (this=0x8a081e0, cur=@0x88f3ed0, cmd=@0xbfffd7e0)
|
||||||
|
at /home/software/lyx-trunk/src/text3.C:571
|
||||||
|
#9 0x0839617e in lyx::InsetText::doDispatch (this=0x8a081b8, cur=@0x88f3ed0, cmd=@0xbfffd7e0)
|
||||||
|
at /home/software/lyx-trunk/src/insets/insettext.C:251
|
||||||
|
#10 0x08303536 in lyx::InsetBase::dispatch (this=0x8a081b8, cur=@0x88f3ed0, cmd=@0xbfffd7e0)
|
||||||
|
at /home/software/lyx-trunk/src/insets/insetbase.C:132
|
||||||
|
|
||||||
|
|
||||||
MENUS
|
MENUS
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user