pe | 1 Jul 2012 10:12
Picon

[Bug 301051] Digikam crashes when changing picture in image editor

https://bugs.kde.org/show_bug.cgi?id=301051

--- Comment #19 from pe-es@... ---
Created attachment 72251
  --> https://bugs.kde.org/attachment.cgi?id=72251&action=edit
New crash information added by DrKonqi

digikam (2.7.0) on KDE Platform 4.8.3 (4.8.3) using Qt 4.8.1

- What I was doing when the application crashed:
when switching through pictures in the editor, digikam always crashes at the
same files

- Custom settings of the application:
well it's a git version (2.7.0). I'm using the git version because of a bug
which caused
digikam to crash when saving an edited file.

Maybe both bugs are relating to each other...

PS: I know that this report is still closed, but... I'm using 2.7.0 ...

-- Backtrace (Reduced):
#7  __GI___libc_free (mem=0x7c89a008) at malloc.c:2968
[...]
#10 0xb68b3ffa in Digikam::DImg::rotate (this=0xb7c2b2c,
angle=Digikam::DImg::ROT90) at
/build/buildd/digikam-git-2.5.99/libs/dimg/dimg.cpp:2307
#11 0xb68b44d8 in Digikam::DImg::rotateAndFlip (this=0xb7c2b2c, orientation=6)
at /build/buildd/digikam-git-2.5.99/libs/dimg/dimg.cpp:2642
(Continue reading)

Axel Krebs | 1 Jul 2012 10:53
Picon
Favicon

[Bug 302802] In albumview, turningkeys have disappeared, whereas these are switched on in settings

https://bugs.kde.org/show_bug.cgi?id=302802

--- Comment #2 from Axel Krebs <axel.krebs@...> ---
I have updated to "Linux 3.2.0-26 generic".

The described issues "missing turnkeys" seems to be resolved.

Axel
---

Am 30.06.2012 18:36, schrieb Axel Krebs:
> https://bugs.kde.org/show_bug.cgi?id=302802
> 
> --- Comment #1 from Axel Krebs <axel.krebs@...> ---
> Created attachment 72243
>   --> https://bugs.kde.org/attachment.cgi?id=72243&action=edit
> missing screenshots for bug report
>

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
Marcel Wiesweg | 1 Jul 2012 13:40
Picon
Picon

[Bug 301051] Digikam crashes when changing picture in image editor

https://bugs.kde.org/show_bug.cgi?id=301051

Marcel Wiesweg <marcel.wiesweg@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
            Version|2.5.0                       |2.7.0
         Resolution|FIXED                       |---
     Ever confirmed|0                           |1

--- Comment #20 from Marcel Wiesweg <marcel.wiesweg@...> ---
"digikam always crashes at the same files" sounds promising: You know a file
with which you can always reproduce this crash when opening it? Which sort of
file is this?

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
ronny | 1 Jul 2012 13:56

[Bug 298158] when working in digikam, metadata erased whereas GIMP preserves metadata

https://bugs.kde.org/show_bug.cgi?id=298158

ronny-kdebug@... changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ronny-kdebug@...

--- Comment #4 from ronny-kdebug@... ---
Hey Gilles,
at least for Exposure Blending its still valid in 2.6.0. At least most of the
EXIF info is overwritten.
Editing doesn't delete them. At least here.

greets

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
Marcel Wiesweg | 1 Jul 2012 14:05
Picon
Picon

[Bug 302810] Crash when closing digikam during face recognition

https://bugs.kde.org/show_bug.cgi?id=302810

--- Comment #1 from Marcel Wiesweg <marcel.wiesweg@...> ---
Thread is running during destruction, crash occurs when a singleton is accessed
which was already destroyed. We need to cancel + wait for the thread in the
shutdown process.

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
Marcel Wiesweg | 1 Jul 2012 14:19
Picon
Picon

[Bug 302810] Crash when closing digikam during face recognition

https://bugs.kde.org/show_bug.cgi?id=302810

--- Comment #2 from Marcel Wiesweg <marcel.wiesweg@...> ---
Git commit 4268f3bb05b21b512aa6e9de79d048520db1a845 by Marcel Wiesweg.
Committed on 01/07/2012 at 14:18.
Pushed by mwiesweg into branch 'master'.

Add a wait() method to FacePipeline which is called on destruction and waits
for all dependent threads.

M  +8    -0    libs/threads/parallelworkers.cpp
M  +2    -0    libs/threads/parallelworkers.h
M  +44   -0    utilities/facedetection/facepipeline.cpp
M  +2    -0    utilities/facedetection/facepipeline_p.h

http://commits.kde.org/digikam/4268f3bb05b21b512aa6e9de79d048520db1a845

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
Marcel Wiesweg | 1 Jul 2012 14:22
Picon
Picon

[Bug 302810] Crash when closing digikam during face recognition

https://bugs.kde.org/show_bug.cgi?id=302810

--- Comment #3 from Marcel Wiesweg <marcel.wiesweg@...> ---
Gilles, FaceDetector is a maintenance tool. Is there code which, at shutdown
from DigikamApp::~DigikamApp() and similiar to
FileActionMngr::requestShutDown(), waits for all remaining active maintenance
tasks and then deletes the objects?

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
Gilles Caulier | 1 Jul 2012 15:12
Picon
Gravatar

[Bug 302810] Crash when closing digikam during face recognition

https://bugs.kde.org/show_bug.cgi?id=302810

Gilles Caulier <caulier.gilles@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caulier.gilles@...

--- Comment #4 from Gilles Caulier <caulier.gilles@...> ---
Marcel,

Nothing is implemented to kill all maintenance tools properly at shutdown if
something is under process. I forget to do it. I just take a look in DigikamApp
and MaintenanceMngr  destructors.

Gilles Caulier

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
Marcel Wiesweg | 1 Jul 2012 15:51
Picon
Picon

[Bug 294578] Problem when moving grouped pictures from one album to another

https://bugs.kde.org/show_bug.cgi?id=294578

Marcel Wiesweg <marcel.wiesweg@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/250d2f4b78d5650d8be5b7c
                   |                            |2d1802816f2d5a287

--- Comment #1 from Marcel Wiesweg <marcel.wiesweg@...> ---
Git commit 250d2f4b78d5650d8be5b7c2d1802816f2d5a287 by Marcel Wiesweg.
Committed on 01/07/2012 at 15:50.
Pushed by mwiesweg into branch 'master'.

When copying/moving from within digikam, include all grouped images into the
operation.

M  +2    -1    NEWS
M  +38   -1    digikam/database/dio.cpp
M  +13   -0    digikam/database/dio_p.h

http://commits.kde.org/digikam/250d2f4b78d5650d8be5b7c2d1802816f2d5a287

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
(Continue reading)

Gilles Caulier | 1 Jul 2012 18:29
Picon
Gravatar

[Bug 294578] Problem when moving grouped pictures from one album to another

https://bugs.kde.org/show_bug.cgi?id=294578

Gilles Caulier <caulier.gilles@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |2.7.0

--

-- 
You are receiving this mail because:
You are the assignee for the bug.

Gmane