(Was Regression in r37463 by switt: Crash when deleting footnote) I found another bug that appears to be caused by r37463
KEYCODES: \Cla\[Delete] To Reproduce 1) Press Ctrl-L to enter ERT mode 2) Press A to enter a character 3) Press Delete to delete the ERT container. Program received signal SIGSEGV, Segmentation fault. 0x00007ffff552b2e8 in main_arena () from /lib/libc.so.6 (gdb) #0 0x00007ffff552b2e8 in main_arena () from /lib/libc.so.6 #1 0x0000000000656a12 in lyx::CursorSlice::text (this=0x197e940, cpp CursorSlice.h loc=lyx::WHOLE_WORD) at CursorSlice.h:113 #2 lyx::DocIterator::locateWord (this=0x197e940, loc=lyx::WHOLE_WORD) cpp DocIterator.cpp at DocIterator.cpp:199 #3 0x000000000078413d in lyx::Cursor::checkNewWordPosition (this=0x197e8d8) cpp Cursor.cpp at Cursor.cpp:560 #4 0x0000000000794b52 in lyx::cap::pasteParagraphList (cur=..., parlist=..., cpp CutAndPaste.cpp docclass=0x180cbe0, errorList=...) at CutAndPaste.cpp:971 #5 0x0000000000703e82 in lyx::Text::dissolveInset ( cpp Text.cpp ... "lyx::CursorSlice::text" also occurs in bug #6596, but #6596 has been fixed while this bug still occurs in r37893. For more information see: http://gmatht.homelinux.net/xp/keytest/html_out/out/t15/html/1299676478.html -- John C. McCabe-Dansted