I insert a graphic in a float.
When I press the "browse" button, LyX dies.
gdb backtrace:
ASSERT failure in QList<T>::at: "index out of range", file
../../include/QtCore/../../src/corelib/tools/qlist.h, line 386
Program received signal SIGABRT, Aborted.
[Switching to Thread 0xa62096c0 (LWP 28226)]
0xa7eec410 in __kernel_vsyscall ()
(gdb) bt
#0 0xa7eec410 in __kernel_vsyscall ()
#1 0xa6e997f5 in raise () from /lib/i686/cmov/libc.so.6
#2 0xa6e9b181 in abort () from /lib/i686/cmov/libc.so.6
#3 0xa73c1fdd in qt_message_output (msgType=QtFatalMsg,
buf=0xafe207d0 "ASSERT failure in QList<T>::at: \"index out of
range\", file ../../include/QtCore/../../src/corelib/tools/qlist.h, line
386") at global/qglobal.cpp:2160
#4 0xa73c2041 in qFatal (msg=0xa74b7f3c "ASSERT failure in %s: \"%s\",
file %s, line %d")
at global/qglobal.cpp:2391
#5 0xa73c2086 in qt_assert_x (where=0xa7c8e7f9 "QList<T>::at",
what=0xa7c8e79f "index out of range",
file=0xa7c8e7c4
"../../include/QtCore/../../src/corelib/tools/qlist.h", line=386)
at global/qglobal.cpp:1927
#6 0xa77137d8 in QList<int>::at (this=0x8c1e5dc, i=-1)
at ../../include/QtCore/../../src/corelib/tools/qlist.h:386
#7 0xa7b6eaab in QFileSystemModelPrivate::_q_fileSystemChanged
(this=0x8c09670, [EMAIL PROTECTED],
[EMAIL PROTECTED]) at dialogs/qfilesystemmodel.cpp:1491
#8 0xa7c87aac in QFileSystemModel::qt_metacall (this=0x8a688f8,
_c=QMetaObject::InvokeMetaMethod, _id=3,
_a=0x87be198) at .moc/debug-shared/moc_qfilesystemmodel_p.cpp:86
#9 0xa748c810 in QMetaCallEvent::placeMetaCall (this=0x8c64b80,
object=0x8a688f8) at kernel/qobject.cpp:538
#10 0xa74919fb in QObject::event (this=0x8a688f8, e=0x8c64b80) at
kernel/qobject.cpp:1130
#11 0xa76e3af1 in QApplicationPrivate::notify_helper (this=0x8771e28,
receiver=0x8a688f8, e=0x8c64b80)
at kernel/qapplication.cpp:3558
#12 0xa76e3e0a in QApplication::notify (this=0x8773388,
receiver=0x8a688f8, e=0x8c64b80)
at kernel/qapplication.cpp:3117
#13 0x08401a58 in lyx::frontend::GuiApplication::notify (this=0x8773388,
receiver=0x8a688f8, event=0x8c64b80)
at ../../../../lyx-devel/src/frontends/qt4/GuiApplication.cpp:290
#14 0xa747f88e in QCoreApplication::notifyInternal (this=0x8773388,
receiver=0x8a688f8, event=0x8c64b80)
at kernel/qcoreapplication.cpp:532
#15 0xa7482c57 in QCoreApplication::sendEvent (receiver=0x8a688f8,
event=0x8c64b80)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:202
#16 0xa747fd65 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x8771920)
at kernel/qcoreapplication.cpp:1106
#17 0xa747febb in QCoreApplication::sendPostedEvents (receiver=0x0,
event_type=-1)
at kernel/qcoreapplication.cpp:994
#18 0xa74a8ff4 in postEventSourceDispatch (s=0x877a4a0) at
kernel/qeventdispatcher_glib.cpp:209
#19 0xa72ecd6c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#20 0xa72f019f in ?? () from /usr/lib/libglib-2.0.so.0
#21 0x0877a420 in ?? ()
#22 0x00000000 in ?? ()
Entering the path manually works fine though.
Helge Hafting