[Bug 274940] New: digikam freezes when using "sharpen: refocus" (cpu 100%)

classic Classic list List threaded Threaded
27 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[Bug 274940] digikam freezes when using "sharpen: refocus" (cpu 100%)

Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=274940





--- Comment #20 from Peter Albrecht <px79 crazymonkeys de>  2011-06-20 21:18:52 ---
I tried:

# ebuild /usr/portage/sci-libs/clapack/clapack-3.2.1-r6.ebuild configure

then changed the line to:
> set_source_files_properties(../INSTALL/dlamch.c ../INSTALL/slamch.c PROPERTIES COMPILE_FLAGS "-ffloat-store -O0")

# ebuild /usr/portage/sci-libs/clapack/clapack-3.2.1-r6.ebuild merge

But that did not help. (I did not reemerge digikam, do I have to?)

--
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
Reply | Threaded
Open this post in threaded view
|

[Bug 274940] digikam freezes when using "sharpen: refocus" (cpu 100%)

Andreas K. Huettel
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=274940





--- Comment #21 from Andreas K. Huettel <dilfridge gentoo org>  2011-06-20 21:28:34 ---
My fault, I should do this stuff when I'm more awake. Try the same before the
configure phase (i.e. after prepare)... :) You dont have to reemerge digikam.
Will test later tonight.

(In reply to comment #20)

> I tried:
>
> # ebuild /usr/portage/sci-libs/clapack/clapack-3.2.1-r6.ebuild configure
>
> then changed the line to:
> > set_source_files_properties(../INSTALL/dlamch.c ../INSTALL/slamch.c PROPERTIES COMPILE_FLAGS "-ffloat-store -O0")
>
> # ebuild /usr/portage/sci-libs/clapack/clapack-3.2.1-r6.ebuild merge
>
> But that did not help. (I did not reemerge digikam, do I have to?)

--
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
Reply | Threaded
Open this post in threaded view
|

[Bug 274940] digikam freezes when using "sharpen: refocus" (cpu 100%)

Andreas K. Huettel
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=274940





--- Comment #22 from Andreas K. Huettel <dilfridge gentoo org>  2011-06-21 01:02:27 ---
OK, I patched the patch. :) This is now the correct patch:

diff -ruN clapack-3.2.1-CMAKE.orig/SRC/CMakeLists.txt
clapack-3.2.1-CMAKE/SRC/CMakeLists.txt
--- clapack-3.2.1-CMAKE.orig/SRC/CMakeLists.txt 2011-06-21 00:29:16.275749375
+0200
+++ clapack-3.2.1-CMAKE/SRC/CMakeLists.txt      2011-06-21 00:31:06.133749448
+0200
@@ -355,6 +355,9 @@
    zla_heamv.c zla_hercond_c.c zla_hercond_x.c zla_herpvgrw.c          
    zla_lin_berr.c zlarscl2.c zlascl2.c zla_wwaddw.c)

+if(CMAKE_COMPILER_IS_GNUCC)
+   set_source_files_properties(../INSTALL/dlamch.c ../INSTALL/slamch.c
PROPERTIES COMPILE_FLAGS "-ffloat-store -O0")
+endif()

 if( USEXBLAS)
   set(ALLXOBJ ${SXLASRC} ${DXLASRC} ${CXLASRC} ${ZXLASRC} ${ALLXAUX})


(note GNUCC instead of GNUCXX!). I checked and the flags are correctly applied
during compilation. Committed, you should get it in one/two hours with a sync.
Would be great to know if it works... ;)

--
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
Reply | Threaded
Open this post in threaded view
|

[Bug 274940] digikam freezes when using "sharpen: refocus" (cpu 100%)

Peter Albrecht-2
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=274940


Peter Albrecht <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #23 from Peter Albrecht <px79 crazymonkeys de>  2011-06-21 20:04:20 ---
Bug fixed! Hurray! Thanks at all!

Steps to reproduce:
  1. emerge --sync
  2. echo "=sci-libs/clapack-3.2.1-r6" >>/etc/portage/package.keywords
  3. emerge -1 sci-libs/clapack
 => Digikam Refocus-Plugins works again! :)

--
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
Reply | Threaded
Open this post in threaded view
|

[Bug 274940] digikam freezes when using "sharpen: refocus" (cpu 100%)

Gilles Caulier-4
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=274940


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #24 from Gilles Caulier <caulier gilles gmail com>  2011-07-06 10:53:26 ---
*** Bug 242479 has been marked as a duplicate of this bug. ***

--
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
Reply | Threaded
Open this post in threaded view
|

[Bug 274940] digikam freezes when using "sharpen: refocus" (cpu 100%)

Gilles Caulier-4
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=274940

Gilles Caulier <[hidden email]> changed:

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

--
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
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 274940] digikam freezes when using "sharpen: refocus" (cpu 100%)

bugzilla_noreply
In reply to this post by Peter Albrecht-2
https://bugs.kde.org/show_bug.cgi?id=274940

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Refocus                     |Tool-Sharpen
            Product|digikamimageplugins         |digikam

--
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
12