| Summary: | Crash while updating favicons | ||
|---|---|---|---|
| Product: | [Applications] keditbookmarks | Reporter: | Jonathan Thomas <echidnaman> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | echidnaman |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jonathan Thomas
2008-10-13 20:01:30 UTC
I can reproduce this in KDE 4.2.0
Application: Bookmark Editor (keditbookmarks), signal SIGSEGV
Thread 1 (Thread 0xb5ca3700 (LWP 23231)):
[KCrash Handler]
#6 0xb80908ff in KBookmarkModel::indexForBookmark (this=0x0, bk=@0xbfae0490) at /build/buildd/kdebase-4.2.0/apps/keditbookmarks/bookmarkmodel.cpp:242
#7 0xb80909b3 in KBookmarkModel::emitDataChanged (this=0x0, bk=@0xbfae0490) at /build/buildd/kdebase-4.2.0/apps/keditbookmarks/bookmarkmodel.cpp:247
#8 0xb8085d65 in FavIconsItr::setStatus (this=0x861f148, status=@0xbfae0508) at /build/buildd/kdebase-4.2.0/apps/keditbookmarks/favicons.cpp:77
#9 0xb8086085 in FavIconsItr::doAction (this=0x861f148) at /build/buildd/kdebase-4.2.0/apps/keditbookmarks/favicons.cpp:94
#10 0xb8083955 in BookmarkIterator::nextOne (this=0x861f148) at /build/buildd/kdebase-4.2.0/apps/keditbookmarks/bookmarkiterator.cpp:68
#11 0xb8083a43 in BookmarkIterator::qt_metacall (this=0x861f148, _c=QMetaObject::InvokeMetaMethod, _id=-1079114608, _a=0xbfae0648)
at /build/buildd/kdebase-4.2.0/obj-i486-linux-gnu/apps/keditbookmarks/bookmarkiterator.moc:73
#12 0xb80867aa in FavIconsItr::qt_metacall (this=0x861f148, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfae0648)
at /build/buildd/kdebase-4.2.0/obj-i486-linux-gnu/apps/keditbookmarks/favicons.moc:60
#13 0xb70f5c10 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#14 0xb70f6992 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#15 0xb70fbf67 in ?? () from /usr/lib/libQtCore.so.4
#16 0xb70fc08c in ?? () from /usr/lib/libQtCore.so.4
#17 0xb70f06ef in QObject::event () from /usr/lib/libQtCore.so.4
#18 0xb67d187c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#19 0xb67d96fe in QApplication::notify () from /usr/lib/libQtGui.so.4
#20 0xb76820ad in KApplication::notify (this=0xbfae0f44, receiver=0x843d5f0, event=0xbfae0adc) at /build/buildd/kde4libs-4.2.0/kdeui/kernel/kapplication.cpp:307
#21 0xb70e0ff1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#22 0xb710ef31 in ?? () from /usr/lib/libQtCore.so.4
#23 0xb710b6d0 in ?? () from /usr/lib/libQtCore.so.4
#24 0xb5fe3bf8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#25 0xb5fe72a3 in ?? () from /usr/lib/libglib-2.0.so.0
#26 0xb5fe7461 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#27 0xb710b628 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#28 0xb686bee5 in ?? () from /usr/lib/libQtGui.so.4
#29 0xb70df6ba in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#30 0xb70df87a in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#31 0xb70e1f35 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#32 0xb67d16f7 in QApplication::exec () from /usr/lib/libQtGui.so.4
#33 0xb806deb9 in kdemain (argc=6, argv=0xbfae1284) at /build/buildd/kdebase-4.2.0/apps/keditbookmarks/main.cpp:203
#34 0x080486a2 in main (argc=-1207420900, argv=0xbfae0490) at /build/buildd/kdebase-4.2.0/obj-i486-linux-gnu/apps/keditbookmarks/keditbookmarks_dummy.cpp:3
Seems fixed in KDE 4.2.98. |