[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-11-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426597 Maik Qualmann changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #24 from caulier.gil...@gmail.com --- Hi Kevin, I use Linux Mageia7. My dependencies are visible on dialog from the right screen side : https://i.imgur.com/iFvqybj.jpg Else the Nightly AppImage bundle builds are available here :

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-21 Thread K D Murray
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #23 from K D Murray --- Hi Gilles, Do you mind sharing the OS/library versions/etc you use in your screenshots? Maybe my issue is triggered by some broken dependency from debian I can work around. Or are there nightly appimage bundles that

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #22 from caulier.gil...@gmail.com --- Git commit ef51f605528649e9f509bd37d2710409f3bf83f0 by Gilles Caulier. Committed on 20/09/2020 at 21:32. Pushed by cgilles into branch 'master'. Add new compilation option to enable compiler sanitizers

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #21 from caulier.gil...@gmail.com --- Kevin, About comment #19, i cannot reproduce this problem with CR2 files: https://i.imgur.com/iFvqybj.jpg ...and JPEG: https://i.imgur.com/X2FB6sj.png Thumbnails, preview, ad loading in editor work

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #20 from caulier.gil...@gmail.com --- Git commit c96ede534820d3037aac1cdb1c65ad3b49db4b03 by Gilles Caulier. Committed on 20/09/2020 at 10:48. Pushed by cgilles into branch 'master'. backport libraw source code from git/master rev.

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread K D Murray
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #19 from K D Murray --- OK, so now I get a possibly related issue: Clicking on any CR2 leads to "Failed to load image" message in GUI, and this in console with debug logging on: ``` digikam.general: Try to get preview from

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #18 from caulier.gil...@gmail.com --- First it's clear, raw preview is only called with RAW files. If you use one kind of camera to generate RAW, well it's simple. try with some RAW sample from your collection. NEF for ex are based on

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #17 from caulier.gil...@gmail.com --- Git commit 0815e2d88a9d3c69bca6f6fb8e0500a04c01d863 by Gilles Caulier. Committed on 19/09/2020 at 14:03. Pushed by cgilles into branch 'master'. More debug trace to identfy raw file processed with

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread K D Murray
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #16 from K D Murray --- OK, thanks Gilles, will do. Any hints you have to easily try step 1? > 1/ try to identify which Raw image introduce this memory leak, Cheers, Kevin -- You are receiving this mail because: You are watching all

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #15 from caulier.gil...@gmail.com --- Ha, this part of code is just imported from libraw project as well in digiKam core. The trace is clear : this memory corruption is done when you extract a preview image from Raw, not while Raw

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread K D Murray
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #14 from K D Murray --- Gilles, Many thanks for the patches. It does seem to have fixed the immediate cause of my crash. However, now with ASAN on, I'm getting a buffer overflow in LibRaw. Crash below, not sure why the line numbers

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #13 from caulier.gil...@gmail.com --- Kevin, Please check if with my last commits to instantiate DRawInfo and DRawDecoder on heap, your memory allocation problem is fixed. Thanks in advance Gilles Caulier -- You are receiving this mail

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #12 from caulier.gil...@gmail.com --- Git commit 0507f9712e4cd76bcbe3aa4cec690ecb25e3fe9e by Gilles Caulier. Committed on 19/09/2020 at 11:42. Pushed by cgilles into branch 'master'. Use heap to create DMetadata instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #11 from caulier.gil...@gmail.com --- Git commit a1deb248f5e457b5abef17d207cb16daef1237b9 by Gilles Caulier. Committed on 19/09/2020 at 11:36. Pushed by cgilles into branch 'master'. Use heap to create DRawDecoder instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #10 from caulier.gil...@gmail.com --- Git commit 96bc53a0682968ad3df03c698bf3e9bacb3a665d by Gilles Caulier. Committed on 19/09/2020 at 11:25. Pushed by cgilles into branch 'master'. Use heap to create DRawInfo instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #9 from caulier.gil...@gmail.com --- Git commit 605e6875ca4386291a0b681ec26db9db0b305757 by Gilles Caulier. Committed on 19/09/2020 at 11:18. Pushed by cgilles into branch 'master'. Use heap to create DRawInfo instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #8 from caulier.gil...@gmail.com --- Git commit e662dbc0caea17d673cd84966655fe29fcc50828 by Gilles Caulier. Committed on 19/09/2020 at 10:58. Pushed by cgilles into branch 'master'. Use heap to create DRawInfo instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #7 from caulier.gil...@gmail.com --- Git commit f7521ff595caaee5a85fdd75354ac78a753e39dd by Gilles Caulier. Committed on 19/09/2020 at 10:54. Pushed by cgilles into branch 'master'. Use heap to create DRawInfo instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #6 from caulier.gil...@gmail.com --- Git commit edf82fbaf85e4131b3e39e4f787e9820a1e273ee by Gilles Caulier. Committed on 19/09/2020 at 10:52. Pushed by cgilles into branch 'master'. Use heap to create DRawInfo instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #5 from caulier.gil...@gmail.com --- Git commit 2ed30b67282e725671e65f5499c6293dc0de7070 by Gilles Caulier. Committed on 19/09/2020 at 10:50. Pushed by cgilles into branch 'master'. Use heap to create DRawInfo instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 --- Comment #4 from caulier.gil...@gmail.com --- Git commit 2601c0a8adbd51a3828353e24f5bc169260eb850 by Gilles Caulier. Committed on 19/09/2020 at 10:27. Pushed by cgilles into branch 'master'. Use heap to create DRawInfo instance to prevent stack

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426597 Maik Qualmann changed: What|Removed |Added Status|RESOLVED|REOPENED Ever confirmed|0

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-16 Thread K D Murray
https://bugs.kde.org/show_bug.cgi?id=426597 K D Murray changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426597 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #1 from Maik

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426597 Maik Qualmann changed: What|Removed |Added Severity|grave |crash -- You are receiving this mail because:

[digikam] [Bug 426597] stack underflow crash in Digikam::DImg::load()

2020-09-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426597 caulier.gil...@gmail.com changed: What|Removed |Added Component|general |Plugin-FilesIO-RAW