Summary: | Dolphin crashes when canceling a file conflicts(alredy exists) dialog | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Artem <v.for.vandal> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | abhijeet.linux, alerabalistas, andresbajotierra, axel, bjoern, bogdan.bivolaru, btorgerson, byron, d.mills-kde, davidak, dhirajhazra, dmytro.av, echidnaman, frank78ac, gbelli, jonas.vejlin, Jonathan.Brons, kebing.zh, landistwo, ljoe12, lpk.ariel, luke.mcreynolds, m.wege, macecek.jj, manav.nit, masterprahd, maxim_m, michau, mrl586, nesnera, paolo.greppi, patriotyk, peter.penz19, peter.vandendriessche, pyrolupus, rasasi78, root, s.illes79, sputnikshock, sts, thomas, tony.richardson, vdboor, ward.bugmaster, zsoltee.the.programmer |
Priority: | NOR | ||
Version: | 4.2.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Artem
2009-05-17 11:27:36 UTC
The backtrace seems the same as bug 191496. Thanks *** Bug 193740 has been marked as a duplicate of this bug. *** *** Bug 181010 has been marked as a duplicate of this bug. *** *** Bug 191496 has been marked as a duplicate of this bug. *** *** Bug 181010 has been marked as a duplicate of this bug. *** *** Bug 201916 has been marked as a duplicate of this bug. *** *** Bug 206008 has been marked as a duplicate of this bug. *** *** Bug 206861 has been marked as a duplicate of this bug. *** *** Bug 211799 has been marked as a duplicate of this bug. *** *** Bug 212134 has been marked as a duplicate of this bug. *** *** Bug 212363 has been marked as a duplicate of this bug. *** *** Bug 214401 has been marked as a duplicate of this bug. *** This probably happens because KIO::CopyJobPrivate::slotResultConflictCopyingFiles() waits for user input in the conflicht resolving dialog. But during the wait the job object is deleted. After the user clicks away the window the slotResultConflictCopyingFiles() method tries to work on a deleted object. That of course creates a segfault. Two ways of solving that: Insert a check whether the object still exists before line 1262 in copyjob.cpp (probably ugly) or clean up the stuff in the destructor. I don't know how to do both clean. So perhaps a more experienced developer can quickly close this bug after this hint? SVN commit 1055385 by dfaure: Fix crash when killing a job while a rename or skip dialog for it is shown. In kde3 we were hiding the progress dialog while the modal dialog was up, in kde4 it's easier to just cancel the dialog when killing the job. BUG: 192976 M +3 -1 jobuidelegate.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1055385 SVN commit 1055386 by dfaure: Backport: fix crash when killing a job while a rename or skip dialog for it is shown. Fixed for: 4.3.4 CCBUG: 192976 M +3 -1 jobuidelegate.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1055386 *** Bug 199532 has been marked as a duplicate of this bug. *** *** Bug 194810 has been marked as a duplicate of this bug. *** *** Bug 215654 has been marked as a duplicate of this bug. *** *** Bug 216994 has been marked as a duplicate of this bug. *** *** Bug 217713 has been marked as a duplicate of this bug. *** Mh, it seems the fix missed 4.3.4 by some revisions.... *** Bug 218413 has been marked as a duplicate of this bug. *** *** Bug 215484 has been marked as a duplicate of this bug. *** *** Bug 214477 has been marked as a duplicate of this bug. *** *** Bug 215257 has been marked as a duplicate of this bug. *** *** Bug 216390 has been marked as a duplicate of this bug. *** *** Bug 216696 has been marked as a duplicate of this bug. *** *** Bug 219406 has been marked as a duplicate of this bug. *** *** Bug 219410 has been marked as a duplicate of this bug. *** *** Bug 219459 has been marked as a duplicate of this bug. *** *** Bug 221242 has been marked as a duplicate of this bug. *** *** Bug 221232 has been marked as a duplicate of this bug. *** *** Bug 221767 has been marked as a duplicate of this bug. *** *** Bug 223247 has been marked as a duplicate of this bug. *** *** Bug 225370 has been marked as a duplicate of this bug. *** *** Bug 225234 has been marked as a duplicate of this bug. *** *** Bug 227209 has been marked as a duplicate of this bug. *** *** Bug 228121 has been marked as a duplicate of this bug. *** *** Bug 228349 has been marked as a duplicate of this bug. *** *** Bug 229541 has been marked as a duplicate of this bug. *** *** Bug 230249 has been marked as a duplicate of this bug. *** *** Bug 230850 has been marked as a duplicate of this bug. *** *** Bug 231056 has been marked as a duplicate of this bug. *** *** Bug 231439 has been marked as a duplicate of this bug. *** *** Bug 232943 has been marked as a duplicate of this bug. *** *** Bug 244905 has been marked as a duplicate of this bug. *** *** Bug 249989 has been marked as a duplicate of this bug. *** *** Bug 224613 has been marked as a duplicate of this bug. *** *** Bug 192555 has been marked as a duplicate of this bug. *** |