Digikam freeze on splash image

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

Digikam freeze on splash image

Veaceslav Munteanu
Today I pulled form git the latest changes and digikam compiled just fine but after starting it will hang on Loading tools...

this is the last output before it hangs:
digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend marble"
digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend marble"
digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend marble"
digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"

The is no crash, it only stays and CPU has one core always loaded at 100%

I'm running ArchLinux with the sistem up-to-date.


--
Veaceslav

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

Re: Digikam freeze on splash image

Marcel Wiesweg

> Today I pulled form git the latest changes and digikam compiled just fine
> but after starting it will hang on Loading tools...
>
> this is the last output before it hangs:
> digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend
> marble"
> digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
> digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend
> marble"
> digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
> digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend
> marble"
> digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
>
> The is no crash, it only stays and CPU has one core always loaded at 100%
>
> I'm running ArchLinux with the sistem up-to-date.

Run digikam under gdb. When it hangs with one core busy, press Ctrl+C, and get
the backtrace of the (presumedly) busy loop
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Digikam freeze on splash image

Veaceslav Munteanu
Here is the backtrace:

digikam(1696)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend marble"
digikam(1696)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
[Thread 0xa4e12b70 (LWP 1714) exited]
^C
Program received signal SIGINT, Interrupt.
0xb6b00251 in QList<Digikam::TagProperty>::const_iterator::const_iterator (this=0xbfffee50, o=...) at /usr/include/QtCore/qlist.h:230
230             inline const_iterator(const iterator &o): i(o.i) {}
(gdb) bt
#0  0xb6b00251 in QList<Digikam::TagProperty>::const_iterator::const_iterator (this=0xbfffee50, o=...) at /usr/include/QtCore/qlist.h:230
#1  0xb6afd453 in Digikam::TagsCache::tagsWithProperty (this=0x866ba00, property=..., value=...)
    at /home/slavik/digikam-sc/core/libs/database/tagscache.cpp:806
#2  0x0824173b in Digikam::TagsActionMngr::createActions (this=0x8fb6590) at /home/slavik/digikam-sc/core/digikam/tags/tagsactionmngr.cpp:146
#3  0x082416b9 in Digikam::TagsActionMngr::registerActionCollections (this=0x8fb6590)
    at /home/slavik/digikam-sc/core/digikam/tags/tagsactionmngr.cpp:134
#4  0x081af664 in Digikam::DigikamApp::preloadWindows (this=0x86fb110) at /home/slavik/digikam-sc/core/digikam/main/digikamapp.cpp:2896
#5  0x08199e2c in Digikam::DigikamApp::DigikamApp (this=0x86fb110, __in_chrg=<optimized out>, __vtt_parm=<optimized out>)
    at /home/slavik/digikam-sc/core/digikam/main/digikamapp.cpp:281
#6  0x082aed0e in main (argc=1, argv=0xbffff3b4) at /home/slavik/digikam-sc/core/digikam/main/main.cpp:188


On Sat, Sep 17, 2011 at 3:00 PM, Marcel Wiesweg <[hidden email]> wrote:

> Today I pulled form git the latest changes and digikam compiled just fine
> but after starting it will hang on Loading tools...
>
> this is the last output before it hangs:
> digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend
> marble"
> digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
> digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend
> marble"
> digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
> digikam(18979)/KGEOMAP KGeoMap::KGeoMapWidget::setBackend: "setting backend
> marble"
> digikam(18979)/KGEOMAP KGeoMap::BackendGoogleMaps::setMapType: "ROADMAP"
>
> The is no crash, it only stays and CPU has one core always loaded at 100%
>
> I'm running ArchLinux with the sistem up-to-date.

Run digikam under gdb. When it hangs with one core busy, press Ctrl+C, and get
the backtrace of the (presumedly) busy loop
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel



--
Veaceslav

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

Re: Digikam freeze on splash image

Marcel Wiesweg

> (gdb) bt
> #0  0xb6b00251 in
> QList<Digikam::TagProperty>::const_iterator::const_iterator
> (this=0xbfffee50, o=...) at /usr/include/QtCore/qlist.h:230
> #1  0xb6afd453 in Digikam::TagsCache::tagsWithProperty (this=0x866ba00,
> property=..., value=...)
>     at /home/slavik/digikam-sc/core/libs/database/tagscache.cpp:806

Thanks. I've committed a fix, please try again current git.

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

Re: Digikam freeze on splash image

Veaceslav Munteanu
Now everything works fine! 
Thanks,

On Sun, Sep 18, 2011 at 9:29 AM, Marcel Wiesweg <[hidden email]> wrote:

> (gdb) bt
> #0  0xb6b00251 in
> QList<Digikam::TagProperty>::const_iterator::const_iterator
> (this=0xbfffee50, o=...) at /usr/include/QtCore/qlist.h:230
> #1  0xb6afd453 in Digikam::TagsCache::tagsWithProperty (this=0x866ba00,
> property=..., value=...)
>     at /home/slavik/digikam-sc/core/libs/database/tagscache.cpp:806

Thanks. I've committed a fix, please try again current git.

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



--
Veaceslav

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