[digikam] [Bug 393935] Segmentation fault during face detection

2020-08-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393935

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |crash

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

[digikam] [Bug 393935] Segmentation fault during face detection

2019-03-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393935

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
   Version Fixed In||6.1.0

--- Comment #9 from caulier.gil...@gmail.com ---
Not reproducible with last 6.1.0 pre-release AppImage bundle :

https://files.kde.org/digikam/

Gilles Caulier

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393935

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Maik Qualmann  ---
Simon,

I insert your bug as a duplicate. The bug reports look very identical. I
suppose here a problem with QHash, even if the patch is not the case in the
crash of Gilles is the solution. I'm going to patch git/master for the test
tonight, Gilles will then create a new AppImage and you can then test it on
your image collection.

Maik

*** This bug has been marked as a duplicate of bug 392134 ***

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393935

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #2 from caulier.gil...@gmail.com ---
yes, sure for the AppImage. Just ask and i just to press a button to
re-generate all bundles (:=)))...

Gilles

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=393935

Simon  changed:

   What|Removed |Added

 CC||freisi...@gmail.com

--- Comment #3 from Simon  ---
Yes, it seems very likely to be the same thing - thanks for finding that for
me. I looked for mentioning of detect instead of scan. I'll try again once the
new AppImage is out and report back in the other issue. Thank you very much for
all your work!

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #4 from Maik Qualmann  ---
Ok, Gilles, press the button (:=))

Maik

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #5 from caulier.gil...@gmail.com ---
The button in pressed. Compilation is in the way.

Maik : i see your commit 

https://commits.kde.org/digikam/fe647204d0bfcd30946f27ebd7bb822a1f6e1cf1

It touch threadimageio API.

Do you see that we have 2 clang reports in this API, when color management is
enabled :

https://www.digikam.org/reports/clang/report-93acd3.html#EndPath 

https://www.digikam.org/reports/clang/report-55fdb2.html#EndPath

Both are the same in fact about to use a possible NULL ICCProfile pointer. At
least we test if null, so potentially, the condition can appear.

Simon, Do you use CM on your computer ?

Gilles

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #6 from caulier.gil...@gmail.com ---
Simon, 

Linux AppImage 64 bits will be online in few minutes (403Mb):

https://files.kde.org/digikam/

Gilles

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #7 from Maik Qualmann  ---
Git commit f2f48773e6204c4a3643a6f9a5f98c09120c0528 by Maik Qualmann.
Committed on 07/05/2018 at 17:18.
Pushed by mqualmann into branch 'master'.

Clang static analyzer fix about null C++ object pointer called

M  +7-2core/libs/threadimageio/thumbnailcreator.cpp

https://commits.kde.org/digikam/f2f48773e6204c4a3643a6f9a5f98c09120c0528

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #8 from Maik Qualmann  ---
I fixed the reported issue, but this is not the cause. In the Loading Cache we
have a QHash list, in which the Loading Tasks register and unsubscribe to
receive messages. This is programmed in a complex way. The idea is that a task
can communicate what it is loading so that another task does not load the same,
very well done. The problem is that an already dead task still receives a
message. There are only 2 possibilities, either it actually creates a QHash
collision or a timing problem and a finished task has not yet removed from
QHash list.

Maik

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