https://bugs.kde.org/show_bug.cgi?id=400140
Maik Qualmann changed:
What|Removed |Added
Version Fixed In||6.1.0
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #28 from caulier.gil...@gmail.com ---
After 3 weeks of work, i finally completed the compilation of AppImage using Qt
5.11.3 + QWebkit 5.212.
New 6.1.0 pre-release AppImage bundle can be found here (64 bits only for the
moment) :
https://fi
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #27 from caulier.gil...@gmail.com ---
Good news,
After 2 weeks of works, the pre-release 6.1.0 bundles are now reconstructed
from scratch with:
- All OpenCV options for CUDA, OPenMP, and OPenCL disabled to prevent crashes
in face management
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #26 from caulier.gil...@gmail.com ---
Can you reproduce the dysfunction using the last digiKam 6.0.0-beta3 just
released ?
https://www.digikam.org/news/2018-12-30-6.0.0-beta3_release_announcement/
--
You are receiving this mail because:
Yo
https://bugs.kde.org/show_bug.cgi?id=400140
caulier.gil...@gmail.com changed:
What|Removed |Added
Platform|Other |Appimage
--- Comment #25 from caulier
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #24 from caulier.gil...@gmail.com ---
Ok, I found the problem. See my comment on UPSTREAM bug.
To resume : official Exiv2 0.27-RC1 just released today fix the crash. I will
rebuild the AppImage bundle accordingly next week.
Note : the unit
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #23 from caulier.gil...@gmail.com ---
UPSTREAM bug : https://github.com/Exiv2/exiv2/issues/496
Gilles Caulier
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #22 from caulier.gil...@gmail.com ---
Confirmed : Exiv2 CLI tool crash at exactly the same place when i want to
extract the Exif data from CR2:
(gdb) r
Starting program: /usr/bin/exiv2 -e e ./IMG_2520.CR2
Missing separate debuginfos, use: de
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #21 from caulier.gil...@gmail.com ---
Here, the crash appear while reading Exif data, at line 100 of unit test. If i
comment lines 100 and 105 the unit test pass fine.
Gilles
--
You are receiving this mail because:
You are watching all bug
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #20 from Maik Qualmann ---
The reading of metadata does not crash even under digiKam, only by writing to a
new jpeg file...
Maik
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #19 from caulier.gil...@gmail.com ---
But the Exiv2 0.27 CLI tool do not crash with the CR2 file :
./exiv2 -pa ./IMG_2520.CR2
Exif.Image.ImageWidthShort 1 6240
Exif.Image.ImageLength Shor
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #18 from caulier.gil...@gmail.com ---
I fixed the code to backport all metadat from RAW to JPEG :
DMetadata meta;
ret = meta.load(file);
QByteArray exif = meta.getExifEncoded();
QByteArray iptc = meta.getIptc();
QByteArr
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #17 from Maik Qualmann ---
It clearly crashes in Exiv2 trying to write the metadata to the temporary
QImage.
Maik
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #16 from Maik Qualmann ---
Git commit 661beffcbfe47a0044639463544b02020adc5ba5 by Maik Qualmann.
Committed on 25/10/2018 at 19:18.
Pushed by mqualmann into branch 'master'.
fix QVERIFY false/true logic in the PatchPreviewTest
M +2-2
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #15 from caulier.gil...@gmail.com ---
Maik,
This can explain some crashes while preview extraction that we can see in Face
Management workflow ?
Gilles
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400140
caulier.gil...@gmail.com changed:
What|Removed |Added
CC||metzping...@gmail.com
--- Comment #14
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #13 from caulier.gil...@gmail.com ---
Git commit 7a56854b80eb2b8d6c66956f3eb77ed5fd7492d0 by Gilles Caulier.
Committed on 25/10/2018 at 10:13.
Pushed by cgilles into branch 'master'.
Add webservice pre-processing unit-test about preview extr
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #12 from caulier.gil...@gmail.com ---
The crash appear in this section of code :
https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/webservices/google/gphoto/gptalker.cpp#n316
So for a RAW file, we ask to DK PreviewEngine, to e
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #11 from Mat ---
(In reply to caulier.gilles from comment #10)
> ok, so the google export tool convert RAw to JPEG before to upload file.
>
> Please share RAW file using a cloud webservice.
>
> Gilles Caulier
https://drive.google.com/file
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #10 from caulier.gil...@gmail.com ---
ok, so the google export tool convert RAw to JPEG before to upload file.
Please share RAW file using a cloud webservice.
Gilles Caulier
--
You are receiving this mail because:
You are watching all bug
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #9 from Mat ---
(In reply to caulier.gilles from comment #6)
> ok, so original file is uploaded.
>
> Can you identify a single file where the problem is always reproducible ?
>
> If yes, please share a copy of the original JPEG taken by ca
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #8 from Mat ---
(In reply to caulier.gilles from comment #7)
> Just to be sure, Which Exiv2 version do you see in Help/Components Info
> dialog from DK ?
>
> Gilles Caulier
hello Gilles,
digikam version 6.0.0-beta2
CPU cores: 4
Eigen: 3.2
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #7 from caulier.gil...@gmail.com ---
Just to be sure, Which Exiv2 version do you see in Help/Components Info dialog
from DK ?
Gilles Caulier
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #6 from caulier.gil...@gmail.com ---
ok, so original file is uploaded.
Can you identify a single file where the problem is always reproducible ?
If yes, please share a copy of the original JPEG taken by camera and not
post-processed.
Gille
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #5 from Mat ---
(In reply to caulier.gilles from comment #3)
> Ok. It's very interresting, as next Exiv2 0.27 (not yet released is used
> inside the DK AppImage).
>
> The crash is clear : It's inside Exiv2, not DK, when metadata are written
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #4 from caulier.gil...@gmail.com ---
Try also to identify the file which crash DK while processing. The idea is to
try to reproduce the problem with Exiv2 CLI tool before to report the problem
to Exiv2 team.
Gilles Caulier
--
You are recei
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #3 from caulier.gil...@gmail.com ---
Ok. It's very interresting, as next Exiv2 0.27 (not yet released is used inside
the DK AppImage).
The crash is clear : It's inside Exiv2, not DK, when metadata are written
inside a JPEG file just before t
https://bugs.kde.org/show_bug.cgi?id=400140
--- Comment #2 from Mat ---
hi gilles,
here's the backtrace.
Thread 1 "digikam" received signal SIGSEGV, Segmentation fault.
0x00c0 in ?? ()
(gdb) bt
#0 0x00c0 in ?? ()
#1 0x00359f6e72ab in Exiv2::Image::printStructure (t
https://bugs.kde.org/show_bug.cgi?id=400140
caulier.gil...@gmail.com changed:
What|Removed |Added
CC||caulier.gil...@gmail.com
--- Comment
29 matches
Mail list logo