sebastian guttenberg wrote:
Hi all
I get permanently crashes when trying to copy a text that contains
footnotes. The same crash happens when I try to move the same text with
the tools of outline. The backtrace below is from such a try.
I am not 100% sure whether it's the footnote in general, or just a
special content in the footnotes. At least I couldn't copy the footnote
alone neither. Tell me, if you need further details.

Looks like InsetLabel that's causing the problem. So does InsetCitation. I'll apply Andre's fix recipe (see other message).

rh

Sebastian

Program received signal SIGABRT, Aborted.
[Switching to Thread -1225402672 (LWP 17705)]
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb6fb1df0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb6fb3641 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb71b5270 in __gnu_cxx::__verbose_terminate_handler ()
from /usr/lib/libstdc++.so.6
#4  0xb71b2ca5 in ?? () from /usr/lib/libstdc++.so.6
#5  0xb71b2ce2 in std::terminate () from /usr/lib/libstdc++.so.6
#6  0xb71b2e1a in __cxa_throw () from /usr/lib/libstdc++.so.6
#7  0x08307679 in lyx::Inset::buffer (this=0x929ec18) at
insets/Inset.cpp:134
#8  0x0830612f in lyx::Inset::buffer (this=0x929ec18) at
insets/Inset.cpp:142
#9  0x0837672e in lyx::InsetLabel::addToToc (this=0x929ec18,
[EMAIL PROTECTED]) at insets/InsetLabel.cpp:68
#10 0x08171b22 in lyx::TocBackend::update (this=0x8a66b54) at
TocBackend.cpp:166
#11 0x081d8b35 in lyx::updateLabels ([EMAIL PROTECTED], childonly=false) at
buffer_funcs.cpp:511
#12 0x081636c7 in lyx::Text::dispatch (this=0x8a66b28, [EMAIL PROTECTED],
[EMAIL PROTECTED]) at Text3.cpp:1764
#13 0x083eb816 in lyx::InsetText::doDispatch (this=0x8a66b14,
[EMAIL PROTECTED], [EMAIL PROTECTED]) at insets/InsetText.cpp:267
#14 0x083068cc in lyx::Inset::dispatch (this=0x8a66b14, [EMAIL PROTECTED],
[EMAIL PROTECTED]) at insets/Inset.cpp:197
#15 0x082140ac in lyx::Cursor::dispatch (this=0x8d97980,
[EMAIL PROTECTED]) at Cursor.cpp:315
#16 0x080e2cfc in lyx::LyXFunc::dispatch (this=0x888b8d0,
[EMAIL PROTECTED]) at LyXFunc.cpp:1698
#17 0x080b9da4 in lyx::dispatch ([EMAIL PROTECTED]) at LyX.cpp:1343
#18 0x084677cf in lyx::frontend::Dialog::dispatch (this=0x8db2bf4,
[EMAIL PROTECTED]) at Dialog.cpp:65
#19 0x085c59c7 in lyx::frontend::GuiToc::outlineUp (this=0x8db2be0) at
GuiToc.cpp:183
#20 0x085d739b in lyx::frontend::TocWidget::on_moveUpTB_clicked
(this=0x8db3ba8) at TocWidget.cpp:132
#21 0x085d7ba9 in lyx::frontend::TocWidget::qt_metacall (this=0x8db3ba8,
_c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbffa504c) at
TocWidget_moc.cpp:89
#22 0xb7580bc0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#23 0xb7580dbc in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#24 0xb7d6992c in QAbstractButton::clicked ()
from /usr/lib/libQtGui.so.4
#25 0xb7b1ab6c in ?? () from /usr/lib/libQtGui.so.4
#26 0x09199be8 in ?? ()
#27 0x00000000 in ?? ()
(gdb)


Reply via email to