rgheck wrote: > This was caused by r29839. I don't immediately see why, however. Jurgen?
Hm. The backtrace doesn't indicate it's related to that change. Rather to spell checking changes: (gdb) bt #0 0x00007ffff5e62645 in raise () from /lib64/libc.so.6 #1 0x00007ffff5e63c33 in abort () from /lib64/libc.so.6 #2 0x0000000000452c9a in std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::operator[] (this=0x1625a18, __pos=6) at /usr/include/c++/4.3/debug/debug.h:104 #3 0x0000000000602d4d in lyx::Paragraph::isWordSeparator (this=0x1694ae0, pos=6) at Paragraph.cpp:2458 #4 0x0000000000602f20 in lyx::Paragraph::locateWord (this=0x1694ae0, fr...@0x7fffffff4a18, t...@0x7fffffff4a10, loc=4294967295) at Paragraph.cpp:2991 #5 0x000000000060bd19 in lyx::Paragraph::spellCheck (this=0x1694ae0, fr...@0x7fffffff4a18, t...@0x7fffffff4a10, w...@0x7fffffff4a00, suggestio...@0x7fffffff49c0) at Paragraph.cpp:3060 #6 0x000000000060c062 in lyx::Paragraph::isMisspelled (this=0x225e, pos=<value optimized out>) at Paragraph.cpp:3096 #7 0x000000000065f1d4 in lyx::Text::dispatch (this=0x1692800, c...@0x166de38, c...@0x7fffffff73f0) at Text3.cpp:2146 #8 0x000000000090e89a in lyx::InsetText::doDispatch (this=0x16927e0, c...@0x166de38, c...@0x7fffffff73f0) at insets/InsetText.cpp:295 ---Type <return> to continue, or q <return> to quit--- #9 0x0000000000810c04 in lyx::Inset::dispatch (this=0x16927e0, c...@0x166de38, c...@0x7fffffff73f0) at insets/Inset.cpp:285 #10 0x00000000006f4181 in lyx::Cursor::dispatch (this=0x166de38, cm...@0x7fffffff87c0) at Cursor.cpp:315 #11 0x00000000005c8068 in lyx::LyXFunc::dispatch (this=0x11929d0, c...@0x7fffffff87c0) at LyXFunc.cpp:1709 #12 0x00000000005a2849 in lyx::dispatch (acti...@0x7fffffff87c0) at LyX.cpp:1156 #13 0x00000000009ce90a in lyx::frontend::Dialog::dispatch ( this=<value optimized out>, f...@0x7fffffff87c0) at Dialog.cpp:62 #14 0x0000000000ac5a29 in lyx::frontend::GuiParagraph::dispatchParams (this=0x17c3050) at GuiParagraph.cpp:326 #15 0x0000000000ac98ca in lyx::frontend::GuiParagraph::applyView (this=0x17c3050) at GuiParagraph.cpp:233 #16 0x0000000000ac541f in lyx::frontend::GuiParagraph::on_okPB_clicked (this=0x225e) at GuiParagraph.cpp:180 #17 0x0000000000ac5d2a in lyx::frontend::GuiParagraph::qt_metacall (this=0x17c3050, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffffff89e0) at moc_GuiParagraph.cpp:84 Jürgen