Summary: | Crashes on svn update | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | msnkipa |
Component: | kdecore | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | amantia, avkhanov, bogdan, bugs.kde.org, cfeck, cordlandwehr, cristobalrosa, davide.rondini, Flu_Ger, geneing, kde, kde, kdebugs, korvin, leandrosansilva, Ludger, niko.sams, nitingupta910, peterahoff, tonesenna, xcojack |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
msnkipa
2010-03-08 16:52:26 UTC
crashes deep inside KJob code and kdevelop doesn't do anything fancy here. Please redirect this error to the right place. It looks like SvnJobBase deletes the KJob object inside the "finished" or "result" slot. *** Bug 229982 has been marked as a duplicate of this bug. *** (In reply to comment #3) > It looks like SvnJobBase deletes the KJob object inside the "finished" or > "result" slot. Only if the job was cancelled and with a deleteLater _after_ emitResult. So I can't spot an error there. *** Bug 231319 has been marked as a duplicate of this bug. *** *** Bug 231493 has been marked as a duplicate of this bug. *** *** Bug 232285 has been marked as a duplicate of this bug. *** *** Bug 232133 has been marked as a duplicate of this bug. *** *** Bug 232299 has been marked as a duplicate of this bug. *** *** Bug 232487 has been marked as a duplicate of this bug. *** *** Bug 233633 has been marked as a duplicate of this bug. *** *** Bug 234770 has been marked as a duplicate of this bug. *** *** Bug 235044 has been marked as a duplicate of this bug. *** Created attachment 43065 [details]
New crash information added by DrKonqi
After svn reported about a file missing from the local hard drive, it crash as soon I pressed "ok".
*** Bug 235849 has been marked as a duplicate of this bug. *** *** Bug 236136 has been marked as a duplicate of this bug. *** *** Bug 236401 has been marked as a duplicate of this bug. *** *** Bug 237519 has been marked as a duplicate of this bug. *** Fixed in rev. 9f29810. *** Bug 249487 has been marked as a duplicate of this bug. *** *** Bug 248118 has been marked as a duplicate of this bug. *** *** Bug 265282 has been marked as a duplicate of this bug. *** seems like it crashes again - andras any idea? Created attachment 58888 [details]
New crash information added by DrKonqi
kdevelop (4.2.2) on KDE Platform 4.6.1 (4.6.1) using Qt 4.7.2
- What I was doing when the application crashed:
Subversion commit failed because access was denied.
-- Backtrace (Reduced):
#6 isSignalConnected (sender=0x68132f0, m=<value optimized out>, local_signal_index=3, argv=0x7fff4b5ec630) at kernel/qobject_p.h:221
[...]
#8 0x00007fc644457912 in KJob::result (this=<value optimized out>, _t1=0x68132f0) at ./kjob.moc:194
#9 0x00007fc644457950 in KJob::emitResult (this=0x68132f0) at ../../kdecore/jobs/kjob.cpp:312
#10 0x00007fc62810a8f0 in SvnJobBase::internalJobFailed (this=0x68132f0, job=<value optimized out>) at ../../../plugins/subversion/svnjobbase.cpp:159
#11 0x00007fc62810aba7 in SvnJobBase::qt_metacall (this=0x68132f0, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0x45c82a0) at ./svnjobbase.moc:99
*** Bug 270936 has been marked as a duplicate of this bug. *** *** Bug 271104 has been marked as a duplicate of this bug. *** Created attachment 59305 [details]
New crash information added by DrKonqi
kdevelop (4.2.1) on KDE Platform 4.5.3 (KDE 4.5.3) using Qt 4.7.0
- What I was doing when the application crashed:
svn commit for files that were just added to repository.
-- Backtrace (Reduced):
#6 0x00007fcf9dc76b46 in isSignalConnected (sender=0x5cd2440, m=<value optimized out>, local_signal_index=3, argv=0x7fff61b39c00) at kernel/qobject_p.h:223
[...]
#8 0x00007fcfa0d09dc2 in KJob::result (this=0x5, _t1=0x5cd2440) at ./kjob.moc:194
#9 0x00007fcfa0d0a060 in KJob::emitResult (this=0x5cd2440) at ../../kdecore/jobs/kjob.cpp:312
#10 0x00007fcf896e64d8 in SvnJobBase::internalJobFailed (this=0x5cd2440, job=<value optimized out>) at /home/eingerman/ExternalTools/kdevelop/kdevplatform/plugins/subversion/svnjobbase.cpp:159
#11 0x00007fcf896e65fc in SvnJobBase::qt_metacall (this=0x5cd2440, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x5514770) at /home/eingerman/ExternalTools/kdevelop/kdevplatform/build/plugins/subversion/svnjobbase.moc:99
Indeed, we got a fix in kdevelop now. Pretty dangerous stuff though ;-) *** This bug has been marked as a duplicate of bug 273759 *** |