Summary: | Crash when attempting to download a file with kget | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | auxsvr |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | echidnaman, sebastian |
Priority: | NOR | ||
Version: | 4.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
auxsvr
2008-10-24 20:49:14 UTC
According to David Faure (comment 15 in #163171), this is a nepomuk/soprano crash. Well are u sure both Crashs are the same? It looks kind of different ;) Lukas Are you talking about the valgrind vs gdb backtrace? If I don't attach valgrind, kget crashes with the gdb backtrace posted above. If I attach it, I get the valgrind output. I did this 3 times, it's 100% reproducible here. Also, it appears that every file download makes kget crash. Ok, well seems very much like a Soprano/Nepomuk issue... Lukas Some more kget/kioslave crashes. If I turn on konqueror integration and click apply: Application: KGet (kget), signal SIGSEGV [?1034h(no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 0xb60998e0 (LWP 7511)] [KCrash handler] #6 0xb7664cf0 in QObject::disconnect (sender=0x822dc48, signal=0x86a0901 "finished(KJob*)", receiver=0x81fd190, method=0x85b0001 "unregisterJob(KJob*)") at kernel/qobject.cpp:2592 #7 0xb786ba6d in KJobTrackerInterface::unregisterJob (this=0x81fd190, job=0x822dc48) at /usr/src/debug/kdelibs-4.1.2/kdecore/jobs/kjobtrackerinterface.cpp:82 #8 0xb7ea6054 in KAbstractWidgetJobTracker::unregisterJob (this=0x81fd190, job=0x822dc48) at /usr/src/debug/kdelibs-4.1.2/kdeui/jobs/kabstractwidgetjobtracker.cpp:50 #9 0xb7ea8e8c in KWidgetJobTracker::unregisterJob (this=0x81fd190, job=0x822dc48) at /usr/src/debug/kdelibs-4.1.2/kdeui/jobs/kwidgetjobtracker.cpp:93 #10 0xb7cf21a9 in ?? () from /usr/lib/libkgetcore.so.4 #11 0xb7cddd82 in KGet::reloadKJobs () from /usr/lib/libkgetcore.so.4 #12 0x0808f552 in _start () #0 0xffffe430 in __kernel_vsyscall () If I turn off konqueror integration and click apply: Application: KGet (kget), signal SIGSEGV [?1034h(no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 0xb60f78e0 (LWP 7521)] [KCrash handler] #6 0x00000001 in ?? () #7 0xb78c9a6d in KJobTrackerInterface::unregisterJob (this=0x8253af8, job=0x8183e38) at /usr/src/debug/kdelibs-4.1.2/kdecore/jobs/kjobtrackerinterface.cpp:82 #8 0xb7f04054 in KAbstractWidgetJobTracker::unregisterJob (this=0x8253af8, job=0x8183e38) at /usr/src/debug/kdelibs-4.1.2/kdeui/jobs/kabstractwidgetjobtracker.cpp:50 #9 0xb7f06e8c in KWidgetJobTracker::unregisterJob (this=0x8253af8, job=0x8183e38) at /usr/src/debug/kdelibs-4.1.2/kdeui/jobs/kwidgetjobtracker.cpp:93 #10 0xb7d501a9 in ?? () from /usr/lib/libkgetcore.so.4 #11 0xb7d3bd82 in KGet::reloadKJobs () from /usr/lib/libkgetcore.so.4 #12 0x0808f552 in _start () #0 0xffffe430 in __kernel_vsyscall () *** This bug has been marked as a duplicate of bug 163171 *** |