https://bugs.kde.org/show_bug.cgi?id=200159
--- Comment #20 from Gilles Caulier <caulier gilles gmail com> 2009-07-17 12:48:12 --- Andi, none editor tool use libjpeg. All are based on DImg transformation code. Gilles -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
--- Comment #21 from Andi Clemens <andi clemens gmx net> 2009-07-17 13:01:03 --- :) I somehow just read "rotation tool".... But rotation in CameraUI is working, too. So to sum it up: - DImg jpeg loader => WORKING - rotation tool from cameragui (libs/jpegutils) => WORKING - jpeglossless plugin => BROKEN (will crash application on startup) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
--- Comment #22 from Andi Clemens <andi clemens gmx net> 2009-07-17 14:02:09 --- SVN commit 998312 by aclemens: When messing with pointers, always check if they are valid. This gives another backtrace now, which seems to confirm my guess that the libjpeg update is responsible for the crash. CCBUG:200159 M +2 -1 actionthread.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=998312 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
Andi Clemens <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | --- Comment #23 from Andi Clemens <andi clemens gmx net> 2009-07-17 14:03:41 --- Ok digiKam starts now, but when I use the plugin, it crashes with the following backtrace: (gdb) bt #0 0xb53c2984 in jpeg_destroy () from /usr/lib/libjpeg.so.7 #1 0xb53b95ad in jpeg_destroy_compress () from /usr/lib/libjpeg.so.7 #2 0xa6f31bce in KIPIJPEGLossLessPlugin::transformJPEG (src=@0xcefdb60, destGiven=@0xa9b53230, userAction=@0xa9b531a8, err=@0xa9b532f8, updateFileTimeStamp=false) at /home/andi/Programmieren/KDE/digiKam/digikam_KDE4/kipi-plugins/jpeglo ssless/jpegtransform.cpp:177 #3 0xa6f34e98 in KIPIJPEGLossLessPlugin::ImageRotate::rotateJPEG (this=0xa9b532dc, src=@0xcefdb60, dest=@0xa9b53230, angle=KIPIJPEGLossLessPlugin::Rot90, err=@0xa9b532f8, updateFileTimeStamp=<value optimized out>) at /home/andi/Program mieren/KDE/digiKam/digikam_KDE4/kipi-plugins/jpeglossless/imagerotate.cpp:162 #4 0xa6f34fb0 in KIPIJPEGLossLessPlugin::ImageRotate::rotate (this=0xa9b532dc, src=@0xcefdb60, angle=KIPIJPEGLossLessPlugin::Rot90, err=@0xa9b532f8, updateFileTimeStamp=<value optimized out>) at /home/andi/Programmieren/KDE/digiKam/dig ikam_KDE4/kipi-plugins/jpeglossless/imagerotate.cpp:98 #5 0xa6f376dd in KIPIJPEGLossLessPlugin::ActionThread::run (this=0xcb7bfb8) at /home/andi/Programmieren/KDE/digiKam/digikam_KDE4/kipi-plugins/jpeglossless/actionthread.cpp:205 #6 0xb5723032 in ?? () from /usr/lib/libQtCore.so.4 #7 0xb569b68c in start_thread () from /lib/libpthread.so.0 #8 0xb54e6e2e in clone () from /lib/libc.so.6 I will reopen this report now... -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
Andi Clemens <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
--- Comment #24 from Gilles Caulier <caulier gilles gmail com> 2009-07-17 14:13:21 --- Why jpeg_destroy crash plugin here: http://lxr.kde.org/source/extragear/graphics/kipi-plugins/jpeglossless/jpegtransform.cpp#177 It's exactly the same code in digiKam core : http://lxr.kde.org/source/extragear/graphics/digikam/libs/jpegutils/jpegutils.cpp#444 What's the difference... Gilles -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
--- Comment #25 from Andi Clemens <andi clemens gmx net> 2009-07-17 14:19:16 --- Good question, I'm comparing the two functions at the moment, but they look really the same. This is weird. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
Andi Clemens <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #26 from Andi Clemens <andi clemens gmx net> 2009-07-17 19:58:12 --- After removing and installing libjpeg again, it seems to work for me. Strange. Since no one else confirmed this issue, I will close the report again and mark it as invalid as it was before. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.0.0-beta3 |1.0.0 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |BatchQueueManager CC| |[hidden email] -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by Alex Fiestas
https://bugs.kde.org/show_bug.cgi?id=200159
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|BatchQueueManager |BatchQueueManager-Tool-Rota | |te -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |