[Digikam-devel] [Bug 133944] New: Digikam crashes when choosing an icon for a tag

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

Re: [Digikam-devel] [Bug 133944] Digikam crashes when choosing an icon for a tag

Gilles Caulier-2
On Tuesday 14 November 2006 14:25, Fabien wrote:

> Hi Gilles,
>
> Here's a patch included in debian source package :
>
> --- configure.original  2006-09-09 23:14:19.000000000 +0200
> +++ configure   2006-09-11 20:42:32.000000000 +0200
> @@ -37315,7 +37315,7 @@
>   s,@MOC@,$MOC,;t t
>   s,@UIC@,$UIC,;t t
>   s,@UIC_TR@,$UIC_TR,;t t
> -s,@LIB_QT@,$LIB_QT,;t t
> +s,@LIB_QT@,-lqt-mt,;t t
>   s,@LIB_QPE@,$LIB_QPE,;t t
>   s,@kde_qtver@,$kde_qtver,;t t
>   s,@KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
> @@ -38934,7 +38934,7 @@
>   s,@MOC@,$MOC,;t t
>   s,@UIC@,$UIC,;t t
>   s,@UIC_TR@,$UIC_TR,;t t
> -s,@LIB_QT@,$LIB_QT,;t t
> +s,@LIB_QT@,-lqt-mt,;t t
>   s,@LIB_QPE@,$LIB_QPE,;t t
>   s,@kde_qtver@,$kde_qtver,;t t
>   s,@KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
> @@ -40554,7 +40554,7 @@
>   s,@MOC@,$MOC,;t t
>   s,@UIC@,$UIC,;t t
>   s,@UIC_TR@,$UIC_TR,;t t
> -s,@LIB_QT@,$LIB_QT,;t t
> +s,@LIB_QT@,-lqt-mt,;t t
>   s,@LIB_QPE@,$LIB_QPE,;t t
>   s,@kde_qtver@,$kde_qtver,;t t
>   s,@KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
> @@ -42553,7 +42553,7 @@
>   s,@MOC@,$MOC,;t t
>   s,@UIC@,$UIC,;t t
>   s,@UIC_TR@,$UIC_TR,;t t
> -s,@LIB_QT@,$LIB_QT,;t t
> +s,@LIB_QT@,-lqt-mt,;t t
>   s,@LIB_QPE@,$LIB_QPE,;t t
>   s,@kde_qtver@,$kde_qtver,;t t
>   s,@KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
>
> Gilles Caulier wrote:
> > ------- You are receiving this mail because: -------
> > You are the assignee for the bug, or are watching the assignee.
> >
> > http://bugs.kde.org/show_bug.cgi?id=133944
> >
> >
> > ------- Additional Comments From caulier.gilles kdemail net  2006-11-14
> > 13:04 ------- Also, to have checked with valgrind, I have only see this
> > warning :
> >
> > ==3845== Conditional jump or move depends on uninitialised value(s)
> > ==3845==    at 0x1CDB6C4F: QIconView::showEvent(QShowEvent*) (in
> > /usr/lib/qt3/lib/libqt-mt.so.3.3.4)
> >
> > Witch is relevant of Qt library.
>
> --
> Fabien

Yes, and this is want mean than lib Qt multithreaded is require. This is
normal because digiKam use multithreading.

But this file is .configure, witch is generated automaticly by Autotools...

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] [Bug 133944] Digikam crashes when choosing an icon for a tag

Fabien-5
Gilles Caulier wrote:
>
> Yes, and this is want mean than lib Qt multithreaded is require. This is
> normal because digiKam use multithreading.
>
> But this file is .configure, witch is generated automaticly by Autotools...

The debian package uses the beta3 tarballs (which include the configure
file) and they make their patch againt this version...

--
Fabien

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] [Bug 133944] Digikam crashes when choosing an icon for a tag

Gilles Caulier-2
Le Mardi 14 Novembre 2006 16:53, Fabien a écrit :

> Gilles Caulier wrote:
> > Yes, and this is want mean than lib Qt multithreaded is require. This is
> > normal because digiKam use multithreading.
> >
> > But this file is .configure, witch is generated automaticly by
> > Autotools...
>
> The debian package uses the beta3 tarballs (which include the configure
> file) and they make their patch againt this version...
>
> --
> Fabien

yes, and detection of QT compiled with multithreading is dedicaced to
autotools. In fact QT-MT is require by digiKam. Why the configure script do
not have been created properlly ?

Achim, have you some explanations about it ?

Note : if you try to compile digiKam without hyperthreading support, of course
you can, but you will have a lots of dysfonctions/crash duing to
unsynchrronisms (never tested in fact)

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 133944] Digikam crashes when choosing an icon for a tag

Gilles Caulier-2
In reply to this post by Daniel-136
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133944         




------- Additional Comments From caulier.gilles kdemail net  2006-12-14 12:41 -------
Someone can try to run digiKam under valgrind like it explained at end of HACKING file and report me all messages form the console. Thanks in advance.

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 133944] Digikam crashes when choosing an icon for a tag

Stefan Monov-2
In reply to this post by Daniel-136
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133944         
logixoul gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |crash
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 133944] Digikam crashes when choosing an icon for a tag

Bugzilla from owner@bugs.kde.org
In reply to this post by Daniel-136
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133944         
Thomas.McGuire gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jarle genbukan no



------- Additional Comments From Thomas.McGuire gmx net  2007-03-27 23:54 -------
*** Bug 142984 has been marked as a duplicate of this bug. ***
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 133944] Digikam crashes when choosing an icon for a tag

Adam Porter-2
In reply to this post by Daniel-136
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133944         




------- Additional Comments From bugs.kde.org alphapapa net  2007-03-28 05:43 -------
I have built and installed Digikam 0.9.1 from source from digikam.org on Debian testing/unstable, and I don't seem to have this problem.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 133944] Digikam crashes when choosing an icon for a tag

Arnd Baecker
In reply to this post by Daniel-136
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133944         




------- Additional Comments From arnd.baecker web de  2007-06-06 16:07 -------
I check the problem as described in #0, and do not observe any crash
with current svn under debian etch.

Daniel, could you maybe give it another try (either with svn or 0.9.2.beta3)
to see if the problem persists for you?
Maybe we are lucky and this can be closed...
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 133944] Digikam crashes when choosing an icon for a tag

Arnd Baecker
In reply to this post by Daniel-136
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133944         
arnd.baecker web de changed:

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



------- Additional Comments From arnd.baecker web de  2007-06-26 09:50 -------
Closing this bug now.
This does not mean it is invalid by itself, but
the positive reports suggest, that the problem is solved

Please feel free to re-open if there is any new information.

Thanks a lot for your understanding,

Arnd
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
12