Ticket #6860: import.backtrace

File import.backtrace, 3.3 KB (added by Marc Alban <marcalban@…>, 15 years ago)

Backtrace of segfault when importing in MythGallery

Line 
1Program received signal SIGABRT, Aborted.
2[Switching to Thread 0xb3acd930 (LWP 13884)]
30xb804d430 in __kernel_vsyscall ()
4(gdb) backtrace
5#0  0xb804d430 in __kernel_vsyscall ()
6#1  0xb4e846d0 in raise () from /lib/tls/i686/cmov/libc.so.6
7#2  0xb4e86098 in abort () from /lib/tls/i686/cmov/libc.so.6
8#3  0xb512f595 in qt_message_output (msgType=QtFatalMsg,
9    buf=0x9809970 "ASSERT failure in QList<T>::at: \"index out of range\", file /usr/include/qt4/QtCore/qlist.h, line 395") at global/qglobal.cpp:2006
10#4  0xb512f681 in qFatal (
11    msg=0xb527e2e8 "ASSERT failure in %s: \"%s\", file %s, line %d")
12    at global/qglobal.cpp:2201
13#5  0xb512f72c in qt_assert_x (where=0xb65f288f "QList<T>::at",
14    what=0xb65f287c "index out of range",
15    file=0xb65f285c "/usr/include/qt4/QtCore/qlist.h", line=395)
16    at global/qglobal.cpp:1785
17#6  0xb658710c in QList<MythUIButtonListItem*>::at (this=0xa652d14, i=1)
18    at /usr/include/qt4/QtCore/qlist.h:395
19#7  0xb657bd43 in MythUIButtonList::GetItemAt (this=0xa652c08, pos=1)
20    at mythuibuttonlist.cpp:452
21#8  0x98b22dbb in IconView::customEvent (this=0x97fd8b0, event=0x97d6528)
22    at iconview.cpp:677
23#9  0xb523c3ff in QObject::event (this=0x97fd8b0, e=0x97d6528)
24    at kernel/qobject.cpp:1149
25#10 0xb557fe9c in QApplicationPrivate::notify_helper (this=0x959e428,
26    receiver=0x97fd8b0, e=0x97d6528) at kernel/qapplication.cpp:4084
27---Type <return> to continue, or q <return> to quit---
28#11 0xb558819e in QApplication::notify (this=0xbfc6a69c, receiver=0x97fd8b0,
29    e=0x97d6528) at kernel/qapplication.cpp:3631
30#12 0xb522ba3b in QCoreApplication::notifyInternal (this=0xbfc6a69c,
31    receiver=0x97fd8b0, event=0x97d6528) at kernel/qcoreapplication.cpp:602
32#13 0xb522c695 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0,
33    event_type=0, data=0x9577a50)
34    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
35#14 0xb522c88d in QCoreApplication::sendPostedEvents (receiver=0x0,
36    event_type=0) at kernel/qcoreapplication.cpp:1132
37#15 0xb52577ef in postEventSourceDispatch (s=0x95a5f90)
38    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
39#16 0xb3d34b88 in IA__g_main_context_dispatch (context=0x95a5f10)
40    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:1814
41#17 0xb3d380eb in g_main_context_iterate (context=0x95a5f10, block=1,
42    dispatch=1, self=0x95a4148)
43    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2448
44#18 0xb3d38268 in IA__g_main_context_iteration (context=0x95a5f10, may_block=1)
45    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2511
46#19 0xb5257438 in QEventDispatcherGlib::processEvents (this=0x95a44c8, flags=
47      {i = -1077501016}) at kernel/qeventdispatcher_glib.cpp:323
48#20 0xb5621365 in QGuiEventDispatcherGlib::processEvents (this=0x95a44c8,
49    flags={i = -1077500968}) at kernel/qguieventdispatcher_glib.cpp:202
50#21 0xb522a06a in QEventLoop::processEvents (this=0xbfc6a450, flags=
51---Type <return> to continue, or q <return> to quit---
52      {i = -1077500904}) at kernel/qeventloop.cpp:149
53#22 0xb522a4aa in QEventLoop::exec (this=0xbfc6a450, flags={i = -1077500840})
54    at kernel/qeventloop.cpp:200
55#23 0xb522c959 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:880
56#24 0xb557fd17 in QApplication::exec () at kernel/qapplication.cpp:3553
57#25 0x08083bc8 in main (argc=4, argv=0xbfc6a9d4) at main.cpp:1469