| Summary: | dolphin crashed suddenly, i dont know why | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Felix Michel <felix_michel> |
| Component: | general | Assignee: | Peter Penz <peter.penz19> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | andresbajotierra, echidnaman |
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Felix Michel
2008-06-11 16:50:20 UTC
Please try to reproduce this crash and provide an useful backtrace as described here : http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports sorry for the bad backtrace, i will try it with gdb, maybe i am able to reproduce it. it was the first time that dolphin crashed. Launchpad was able to retrieve a backtrace that looks similar to this one, though it's sorta hard to tell whether they are the same crash due to the sparseness of the original backtrace:
#0 0x08b0ade7 in ?? ()
#1 0xb7d033b3 in ~FileCopyJobPrivate (this=0x8d5e76c)
at /build/buildd/kde4libs-4.1.2/kio/kio/job_p.h:35
No locals.
#2 0xb778b9c4 in ~KJob (this=0x8d29928) at /build/buildd/kde4libs-4.1.2/kdecore/jobs/kjob.cpp:69
No locals.
#3 0xb778a7f8 in ~KCompositeJob (this=0x8d29928)
at /build/buildd/kde4libs-4.1.2/kdecore/jobs/kcompositejob.cpp:44
No locals.
#4 0xb7cf2dc8 in ~Job (this=0x8d29928) at /build/buildd/kde4libs-4.1.2/kio/kio/job.cpp:97
No locals.
#5 0xb7cf2dfd in ~FileCopyJob (this=0x8d29928) at /build/buildd/kde4libs-4.1.2/kio/kio/job.cpp:1798
No locals.
#6 0xb75d8dec in qDeleteInEventHandler () from /usr/lib/libQtCore.so.4
#7 0xb75da7a3 in QObject::event () from /usr/lib/libQtCore.so.4
#8 0xb6b6b8ec in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#9 0xb6b7376e in QApplication::notify () from /usr/lib/libQtGui.so.4
#10 0xb7a9972d in KApplication::notify (this=0xbff797d4, receiver=0x8d29928, event=0x8b81258)
at /build/buildd/kde4libs-4.1.2/kdeui/kernel/kapplication.cpp:311
No locals.
#11 0xb75cae61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#12 0xb75cbae5 in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4
#13 0xb75cbcdd in QCoreApplication::sendPostedEvents () from /usr/lib/libQtCore.so.4
#14 0xb75f582f in ?? () from /usr/lib/libQtCore.so.4
#15 0xb62206f8 in IA__g_main_context_dispatch (context=0x857a0c0)
at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2144
No locals.
#16 0xb6223da3 in g_main_context_iterate (context=0x857a0c0, block=1, dispatch=1, self=0x8573780)
at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2778
max_priority = 0
timeout = 0
some_ready = 1
nfds = 32
allocated_nfds = <value optimized out>
fds = (GPollFD *) 0x8fdb028
__PRETTY_FUNCTION__ = "g_main_context_iterate"
#17 0xb6223f61 in IA__g_main_context_iteration (context=0x857a0c0, may_block=1)
at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2841
retval = <value optimized out>
#18 0xb75f5478 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#19 0xb6c05ee5 in ?? () from /usr/lib/libQtGui.so.4
#20 0xb75c952a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#21 0xb75c96ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#22 0xb75cbda5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#23 0xb6b6b767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#24 0x0808519f in main (argc=6, argv=0xbff79984)
at /build/buildd/kdebase-4.1.2/apps/dolphin/src/main.cpp:94
about = {d = 0x85686e8}
options = {d = 0x8571f58}
app = {<KUniqueApplication> = {<KApplication> = {<> = {<No data fields>},
static staticMetaObject = {d = {superdata = 0xb7315d48,
stringdata = 0xb7c012a0 "KApplication", data = 0xb7c01440, extradata = 0x0}},
static loadedByKdeinit = false, static KApp = 0xbff797d4, d = 0x85cc930},
static staticMetaObject = {d = {superdata = 0xb7c263e0,
stringdata = 0xb7c01a40 "KUniqueApplication", data = 0xb7c01b40, extradata = 0x0}},
d = 0x85ef7f8}, static staticMetaObject = {d = {superdata = 0x80a95c0,
stringdata = 0x809cb00 "DolphinApplication", data = 0x809cba0, extradata = 0x0}},
m_mainWindows = {{p = {static shared_null = {ref = {_q_value = 19857}, alloc = 0, begin = 0,
end = 0, sharable = 1, array = {0x0}}, d = 0x877bf40}, d = 0x877bf40}}, m_lastId = 2}
__PRETTY_FUNCTION__ = "int main(int, char**)"
This seems to be related to bug 162285. Same backtrace (~FileCopyJobPrivate) *** This bug has been marked as a duplicate of bug 162285 *** |