Summary: | Dolphin crashes trying to rename a file with iso15 filename | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kjobwidgets | Reporter: | Roberto Romero <roberto.kde> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | abtaylr, biby, boblovgren55, chicagosox312, cleitner, dario, dmons, dutchgigalo, elvis.angelaccio, email, frank78ac, gweltaz.niquel, hans.noname, luca.tagliacozzo, luis.panadero, martin.cg.magnusson, michel.zimmermann, pedron.alexandre, philip.flohr, quizich, renszarv07, sainokawara.sisyphus, service, todd.schoen, velorkhalilov, wbauer1, wilfredoloverj |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=355525 | ||
Latest Commit: | http://commits.kde.org/kjobwidgets/e984dab0a6cd9541ae178c104f0228ae264284a6 | Version Fixed In: | 5.19.0 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Roberto Romero
2015-10-02 18:21:33 UTC
Thanks for the bug report! It crashes in KDialogJobUiDelegate from the kjobwidgets framework. *** Bug 358404 has been marked as a duplicate of this bug. *** *** Bug 357884 has been marked as a duplicate of this bug. *** *** Bug 358058 has been marked as a duplicate of this bug. *** The duplicates describe different situations in which a crash with this backtrace happened: Bug 357884: > i connect to other system with sshfs, then i copy file with dolphin from my system to remote, dolphis say thet it can't change permission/update date to destination file and it crahes; Bug 358058: > I tried to change permisions on folder recrusivelly, and Dolphin crashed Bug 358404: > Opening a smb folder previously stored for further access. Bug 355525 also looks related. If anyone can reproduce this crash reliably, it would be great if you could 1. Install debugging packages, such that we get a more detailed backtrace. 2. Ideally, run Dolphin in Valgrind, such that we might get more detailed output about what happened before the invalid memory access. Further information can be found at https://community.kde.org/Dolphin/FAQ/Crashes Thanks! *** Bug 358509 has been marked as a duplicate of this bug. *** *** Bug 358693 has been marked as a duplicate of this bug. *** Seems to be the same as Bug#356321, which has a fix now. Git commit e984dab0a6cd9541ae178c104f0228ae264284a6 by David Edmundson. Committed on 08/02/2016 at 15:13. Pushed by davidedmundson into branch 'master'. Fix crash in KJob dialogs. Guard "this" being deleted whilst running new eventloop KMessageBox spawns a new event loop, during which the parent kjob can be completed and deleted, deleting the UIDelegate with it. Related: bug 356321, bug 356964, bug 355052, bug 355525, bug 358954, bug 346215 REVIEW: 126999 M +9 -0 src/kdialogjobuidelegate.cpp http://commits.kde.org/kjobwidgets/e984dab0a6cd9541ae178c104f0228ae264284a6 *** Bug 362354 has been marked as a duplicate of this bug. *** *** Bug 362668 has been marked as a duplicate of this bug. *** *** Bug 362901 has been marked as a duplicate of this bug. *** *** Bug 365915 has been marked as a duplicate of this bug. *** *** Bug 368370 has been marked as a duplicate of this bug. *** *** Bug 340921 has been marked as a duplicate of this bug. *** *** Bug 373103 has been marked as a duplicate of this bug. *** *** Bug 373963 has been marked as a duplicate of this bug. *** *** Bug 374585 has been marked as a duplicate of this bug. *** *** Bug 376493 has been marked as a duplicate of this bug. *** *** Bug 378145 has been marked as a duplicate of this bug. *** *** Bug 379661 has been marked as a duplicate of this bug. *** *** Bug 383596 has been marked as a duplicate of this bug. *** *** Bug 383814 has been marked as a duplicate of this bug. *** *** Bug 388463 has been marked as a duplicate of this bug. *** *** Bug 390181 has been marked as a duplicate of this bug. *** *** Bug 391096 has been marked as a duplicate of this bug. *** *** Bug 392790 has been marked as a duplicate of this bug. *** Created attachment 130972 [details]
New crash information added by DrKonqi
dolphin (16.04.3) using Qt 5.6.1
- What I was doing when the application crashed:
I was sharing files on a lan network
- Unusual behavior I noticed:
the application was closed unexpectedly
- Custom settings of the application:
default to share data
-- Backtrace (Reduced):
#7 0x00007feede0bab99 in KDialogJobUiDelegate::Private::next() () from /usr/lib/x86_64-linux-gnu/libKF5JobWidgets.so.5
#8 0x00007feeda7ff719 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9 0x00007feedb107afc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#10 0x00007feedb10d036 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x00007feeda7d22a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|