[digikam] [Bug 358144] moving images with special characters in the file name does not work

2016-02-08 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358144

Maik Qualmann  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/digi
   ||kam/00cd3173c8354c4b6589896
   ||8383140801e75139b
   Version Fixed In||5.0.0

--- Comment #5 from Maik Qualmann  ---
Git commit 00cd3173c8354c4b65898968383140801e75139b by Maik Qualmann.
Committed on 07/02/2016 at 19:38.
Pushed by mqualmann into branch 'master'.

fix possible crashes from DBJobs
FIXED-IN: 5.0.0

M  +2-1NEWS
M  +17   -0libs/album/albummanager.cpp

http://commits.kde.org/digikam/00cd3173c8354c4b65898968383140801e75139b

-- 
You are receiving this mail because:
You are watching all bug changes.


[digikam] [Bug 358144] moving images with special characters in the file name does not work

2016-01-18 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358144

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---
The problem is here not to reproduce. Try the latest git commit. Error messages
of file operations was not displayed. Is an error message displayed?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.


[digikam] [Bug 358144] moving images with special characters in the file name does not work

2016-01-18 Thread Thomas Eschenbacher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358144

--- Comment #3 from Thomas Eschenbacher  ---
Interesting... after this patch I can see what was really wrong: there already
are files with the same name! This was not obvious because file names were not
shown in the Album view and no trace of an error message came out (before your
latest commit).

In such a case, where the target file already exists, I would expect a dialog
that shows both images as a thumbnail and offers the possibilities to
overwrite, skip ore rename the image, just as Dolphin does...

Now I moved the images per Dolphin (and renamed them), switched back to
digikam, and deleted the sub folder, which was empty now. The result was that
digikam crashed with this assertion:

QMetaObject::indexOfSignal: signal finished() from Digikam::ActionThreadBase
redefined in Digikam::DBJobsThread
QMetaObject::indexOfSignal: signal finished() from Digikam::ActionThreadBase
redefined in Digikam::DBJobsThread
digikam.general: Action Thread run  1  new jobs
digikam.general: Data From DBJobsThread is null:  true
digikam.general: Cancel Main Thread
digikam.general: One job is done
digikam.general: Using  4  CPU core to run threads
QMetaObject::indexOfSignal: signal finished() from Digikam::ActionThreadBase
redefined in Digikam::DBJobsThread
QMetaObject::indexOfSignal: signal finished() from Digikam::ActionThreadBase
redefined in Digikam::DBJobsThread
digikam.general: Action Thread run  1  new jobs
digikam.general: One job is done
digikam.general: Using  4  CPU core to run threads
QMetaObject::indexOfSignal: signal finished() from Digikam::ActionThreadBase
redefined in Digikam::IOJobsThread
digikam.general: Action Thread run  1  new jobs
digikam.iojob: DELETING:  "/home/user/Bilder/Z600/Z600/"  <== here the
folder seems to be deleted
FILE EXISTS?  true 
IS TO TRASH?  true
digikam.iojob: Thread Finished
digikam.general: One job is done
digikam.general: QFileSystemWatcher detected change at
"/home/user/Bilder/Z600/Z600/"
digikam.general: Detected change, triggering rescan of directory
"/home/user/Bilder/Z600/Z600"
digikam.general: QFileSystemWatcher detected change at
"/home/user/Bilder/Z600/"
digikam.general: Detected change, triggering rescan of directory
"/home/user/Bilder/Z600/"
digikam.database: Starting scan!
digikam.database: Removed items: () related items: ()
digikam.database: Folder does not exist or is not readable: 
"/home/user/Bilder/Z600/Z600"   < yes, see above, I deleted it
digikam.general: Using  4  CPU core to run threads
QMetaObject::indexOfSignal: signal finished() from Digikam::ActionThreadBase
redefined in Digikam::DBJobsThread
QMetaObject::indexOfSignal: signal finished() from Digikam::ActionThreadBase
redefined in Digikam::DBJobsThread
digikam.general: Action Thread run  1  new jobs
ASSERT failure in QList::erase: "The specified iterator argument 'it' is
invalid", file /usr/include/qt5/QtCore/qlist.h, line 499

-- 
You are receiving this mail because:
You are watching all bug changes.


[digikam] [Bug 358144] moving images with special characters in the file name does not work

2016-01-18 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358144

--- Comment #4 from Maik Qualmann  ---
Can you create a gdb backtrace?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.