[Bug 196994] New: digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

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

[Bug 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #19 from Gilles Caulier <caulier gilles gmail com>  2009-06-20 14:55:00 ---
With memory leak we check digiKam with valgrind. Look in Hacking file for
details, to see how to identify the part which have memory leak.

If memory leak come from outside digiKam, you need to report then at the right
place. We will never fix bug from shared components used in digiKam.

Gilles Caulier

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Rex Dieter
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #20 from Rex Dieter <rdieter math unl edu>  2009-06-20 15:00:33 ---
Re: comment #16

The "downstream" in this case is the kde project. :)  They're the ones enabling
MALLOC_CHECK_ by default in pre-releases.

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #21 from Andi Clemens <andi clemens gmx net>  2009-06-20 15:01:06 ---
The problem with valgrind is that you need "luck" to find them. You must click
the right buttons and start the correct actions to see them.

Well anyway this memleak is produced somewhere in kdelibs, right?

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Bugzilla from moabi2000@gmail.com
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #22 from mps <moabi2000 gmail com>  2009-06-20 15:39:01 ---

Isn't one of these the most likely culprit? (From the valgrind log posted
above):

==4958== Conditional jump or move depends on uninitialised value(s)
==4958==    at 0x2B6FA60: (within /usr/lib/libQtGui.so.4.5.1)
==4958==    by 0x2B79D12: (within /usr/lib/libQtGui.so.4.5.1)
==4958==    by 0x2A961C3: (within /usr/lib/libQtGui.so.4.5.1)
==4958==    by 0x2A9628B: (within /usr/lib/libQtGui.so.4.5.1)
==4958==    by 0x2AA0D61: QPainter::drawPolygon(QPoint const*, int,
Qt::FillRule) (in /usr/lib/libQtGui.so.4.5.1)
==4958==    by 0x82B315E: Digikam::ImageDelegate::updateSizeRectsAndPixmaps()
(qpainter.h:589)
==4958==    by 0x82B3722: Digikam::ImageDelegate::invalidatePaintingCache()
(imagedelegate.cpp:476)
==4958==    by 0x82AF208:
Digikam::ImageCategorizedView::ImageCategorizedView(QWidget*)
(imagecategorizedview.cpp:150)
==4958==    by 0x828F63A: Digikam::DigikamImageView::DigikamImageView(QWidget*)
(digikamimageview.cpp:82)
==4958==    by 0x8266868: Digikam::AlbumWidgetStack::AlbumWidgetStack(QWidget*)
(albumwidgetstack.cpp:99)
==4958==    by 0x82989B5: Digikam::DigikamView::DigikamView(QWidget*)
(digikamview.cpp:207)
==4958==    by 0x827E5BF: Digikam::DigikamApp::setupView() (digikamapp.cpp:452)


==4958==  Uninitialised value was created by a heap allocation
==4958==    at 0x40068AD: operator new(unsigned int) (vg_replace_malloc.c:224)
==4958==    by 0x2A9B124: QPainter::begin(QPaintDevice*) (in
/usr/lib/libQtGui.so.4.5.1)
==4958==    by 0x2A9B327: QPainter::QPainter(QPaintDevice*) (in
/usr/lib/libQtGui.so.4.5.1)
==4958==    by 0x82B3026: Digikam::ImageDelegate::updateSizeRectsAndPixmaps()
(imagedelegate.cpp:636)
==4958==    by 0x82B3722: Digikam::ImageDelegate::invalidatePaintingCache()
(imagedelegate.cpp:476)
==4958==    by 0x82AF208:
Digikam::ImageCategorizedView::ImageCategorizedView(QWidget*)
(imagecategorizedview.cpp:150)
==4958==    by 0x828F63A: Digikam::DigikamImageView::DigikamImageView(QWidget*)
(digikamimageview.cpp:82)
==4958==    by 0x8266868: Digikam::AlbumWidgetStack::AlbumWidgetStack(QWidget*)
(albumwidgetstack.cpp:99)
==4958==    by 0x82989B5: Digikam::DigikamView::DigikamView(QWidget*)
(digikamview.cpp:207)
==4958==    by 0x827E5BF: Digikam::DigikamApp::setupView() (digikamapp.cpp:452)
==4958==    by 0x828CF82: Digikam::DigikamApp::DigikamApp()
(digikamapp.cpp:200)
==4958==    by 0x831EF08: main (main.cpp:161)

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Marcel Wiesweg
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #23 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-06-20 17:21:06 ---
The valgrind trace is of no help. Valgrind itself seems to crash/quit before it
can output information. The uninitialised value just happens sometimes inside
Qt, it doesn't crash an app.

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Gilles Caulier-4
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #24 from Gilles Caulier <caulier gilles gmail com>  2009-07-04 08:23:38 ---
mps,

What's news here. Please update to KDE 4.3-rc and try again

Gilles Caulier

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Marcel Wiesweg
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994


Marcel Wiesweg <[hidden email]> changed:

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




--- Comment #25 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-07-20 18:20:05 ---
*** Bug 200530 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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Bugzilla from tumaix@gmail.com
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994


Tomaz Canabrava <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Platform|Unlisted Binaries           |Compiled Sources
     Ever Confirmed|0                           |1




--- Comment #26 from Tomaz Canabrava <tumaix gmail com>  2009-07-22 13:56:16 ---

I just compiled kde4.4 trunk using kdesvn-build using a FRESH INSTALL.
everything compiled fine, but launching digikam from command line gives me
this:

[tumaix@matryeva scripts]$ digikam
QLayout: Cannot add null widget to QVBoxLayout/
digikam(6721)/kdecore (KLibrary) findLibraryInternal: plugins should not have a
'lib' prefix: "libkfilemodule.so"
digikam(6721)/kdecore (KLibrary) KPluginLoader::load: The plugin
"libkfilemodule" doesn't contain a kde_plugin_verification_data structure
Starting to load Plugins.                                                      
=== MarbleDirs: ===                                                            
Local Path: "/home/tumaix/.marble/data"                                        
Plugin Local Path: "/home/tumaix/.marble/plugins"                              

Marble Data Path (Run Time) : ""                                                
Marble Data Path (Compile Time): "/data/kde/share/apps/marble/data"            

Marble Plugin Path (Run Time) : ""                                              
Marble Plugin Path (Compile Time): "/data/kde/lib/kde4/plugins/marble"          

System Path: "/data/kde/share/apps/marble/data"                                
Plugin System Path: "/data/kde/lib/kde4/plugins/marble"                        
===================                                                            
render plugin found "/data/kde/lib/kde4/plugins/marble/CompassFloatItem.so"    
render plugin found "/data/kde/lib/kde4/plugins/marble/CrosshairsPlugin.so"    
render plugin found "/data/kde/lib/kde4/plugins/marble/FileViewFloatItem.so"    
render plugin found "/data/kde/lib/kde4/plugins/marble/GeoRendererPlugin.so"    
render plugin found "/data/kde/lib/kde4/plugins/marble/GraticulePlugin.so"      
render plugin found "/data/kde/lib/kde4/plugins/marble/MapScaleFloatItem.so"    
render plugin found "/data/kde/lib/kde4/plugins/marble/NavigationFloatItem.so"  
render plugin found "/data/kde/lib/kde4/plugins/marble/OsmAnnotatePlugin.so"    
render plugin found "/data/kde/lib/kde4/plugins/marble/OverviewMap.so"          
render plugin found "/data/kde/lib/kde4/plugins/marble/Photo.so"                
network plugin found "/data/kde/lib/kde4/plugins/marble/QNamNetworkPlugin.so"  
render plugin found "/data/kde/lib/kde4/plugins/marble/StarsPlugin.so"          
Couldn't resolve property: linearGradient3035                                  
Couldn't resolve property: linearGradient3108                                  
Couldn't resolve property: linearGradient4158                                  
Couldn't resolve property: linearGradient3035                                  
Couldn't resolve property: linearGradient3108                                  
Couldn't resolve property: linearGradient4158                                  
Couldn't resolve property: linearGradient3035                                  
Couldn't resolve property: linearGradient3108                                  
Couldn't resolve property: linearGradient4158                                  
render plugin found "/data/kde/lib/kde4/plugins/marble/Weather.so"              
render plugin found "/data/kde/lib/kde4/plugins/marble/Wikipedia.so"            
Time elapsed: 948 ms                                                            
Couldn't resolve property: linearGradient3035                                  
Couldn't resolve property: linearGradient3108                                  
Couldn't resolve property: linearGradient4158                                  
Couldn't resolve property: linearGradient3035                                  
Couldn't resolve property: linearGradient3108                                  
Couldn't resolve property: linearGradient4158                                  
Couldn't resolve property: linearGradient3035                                  
Couldn't resolve property: linearGradient3108                                  
Couldn't resolve property: linearGradient4158                                  
PhotoPlugin: Initialize                                                        
*** glibc detected *** digikam: free(): invalid pointer: 0x00000000026413e0 ***
======= Backtrace: =========                                                    
/lib/libc.so.6[0x7f2503213dd6]                                                  
/data/kde/lib/libmarblewidget.so.4[0x7f2506dbd85e]                              
/data/kde/lib/libmarblewidget.so.4[0x7f2506dbd940]                              
/data/kde/lib/libmarblewidget.so.4(_ZN6Marble12PntMapLoader3runEv+0x764)[0x7f2506e41084]
/usr/lib/libQtCore.so.4[0x7f2503f15285]                                        
/lib/libpthread.so.0[0x7f2503ca257a]                                            
/lib/libc.so.6(clone+0x6d)[0x7f250326e16d]                                      
======= Memory map: ========                                                    
00400000-00832000 r-xp 00000000 08:09 4467125                          
/data/kde/bin/digikam                                            
00a31000-00a39000 rw-p 00431000 08:09 4467125                          
/data/kde/bin/digikam                                            
00a39000-00a3b000 rw-p 00000000 00:00 0                                        
00b02000-02693000 rw-p 00000000 00:00 0                                  [heap]
7f24e0954000-7f24e0955000 ---p 00000000 00:00 0                                
7f24e0955000-7f24e1155000 rwxp 00000000 00:00 0                                
7f24e1155000-7f24e115f000 r--s 00000000 08:09 4580270                  
/data/kde/share/apps/marble/data/mwdbii/PUSA48.DIFF.PNT          
7f24e115f000-7f24e1160000 ---p 00000000 00:00 0                                
7f24e1160000-7f24e1960000 rwxp 00000000 00:00 0                                
7f24e1960000-7f24e1990000 r--s 00000000 08:09 4580277                  
/data/kde/share/apps/marble/data/mwdbii/PDIFFBORDER.PNT          
7f24e1990000-7f24e1991000 ---p 00000000 00:00 0                                
7f24e1991000-7f24e2191000 rwxp 00000000 00:00 0                                
7f24e2191000-7f24e21bb000 r--s 00000000 08:09 4580278                  
/data/kde/share/apps/marble/data/mwdbii/RIVER.PNT
7f24e21bb000-7f24e21bc000 ---p 00000000 00:00 0
7f24e21bc000-7f24e29bc000 rwxp 00000000 00:00 0
7f24e29bc000-7f24e29d2000 r--s 00000000 08:09 4580279                  
/data/kde/share/apps/marble/data/mwdbii/PGLACIER.PNT
7f24e29d2000-7f24e29d3000 ---p 00000000 00:00 0
7f24e29d3000-7f24e31d3000 rwxp 00000000 00:00 0
7f24e31d3000-7f24e31d4000 ---p 00000000 00:00 0
7f24e31d4000-7f24e39d4000 rwxp 00000000 00:00 0
7f24e39d4000-7f24e3a23000 r--s 00000000 08:09 4580268                  
/data/kde/share/apps/marble/data/mwdbii/PISLAND.PNT
7f24e3a23000-7f24e3a24000 ---p 00000000 00:00 0
7f24e3a24000-7f24e4224000 rwxp 00000000 00:00 0
7f24e4224000-7f24e427b000 r--s 00000000 08:09 4580276                  
/data/kde/share/apps/marble/data/mwdbii/PCOAST.PNT
7f24e427b000-7f24e427c000 ---p 00000000 00:00 0
7f24e427c000-7f24e4a7c000 rwxp 00000000 00:00 0
7f24e4a7c000-7f24e4a89000 r-xp 00000000 08:09 4579818                  
/data/kde/lib/kde4/plugins/marble/Wikipedia.so
7f24e4a89000-7f24e4c88000 ---p 0000d000 08:09 4579818                  
/data/kde/lib/kde4/plugins/marble/Wikipedia.so
7f24e4c88000-7f24e4c89000 rw-p 0000c000 08:09 4579818                  
/data/kde/lib/kde4/plugins/marble/Wikipedia.so
7f24e4c89000-7f24e4c94000 r-xp 00000000 08:05 507489                    
/usr/lib/qt/plugins/iconengines/libqsvgicon.so
7f24e4c94000-7f24e4e93000 ---p 0000b000 08:05 507489                    
/usr/lib/qt/plugins/iconengines/libqsvgicon.so
7f24e4e93000-7f24e4e94000 rw-p 0000a000 08:05 507489                    
/usr/lib/qt/plugins/iconengines/libqsvgicon.so
7f24e4e94000-7f24e4eb7000 r-xp 00000000 08:09 4579819                  
/data/kde/lib/kde4/plugins/marble/Weather.so
7f24e4eb7000-7f24e50b6000 ---p 00023000 08:09 4579819                  
/data/kde/lib/kde4/plugins/marble/Weather.so
7f24e50b6000-7f24e50b8000 rw-p 00022000 08:09 4579819                  
/data/kde/lib/kde4/plugins/marble/Weather.so
7f24e50b8000-7f24e50bd000 r-xp 00000000 08:09 4579816                  
/data/kde/lib/kde4/plugins/marble/StarsPlugin.so
7f24e50bd000-7f24e52bd000 ---p 00005000 08:09 4579816                  
/data/kde/lib/kde4/plugins/marble/StarsPlugin.so
7f24e52bd000-7f24e52be000 rw-p 00005000 08:09 4579816                  
/data/kde/lib/kde4/plugins/marble/StarsPlugin.so
7f24e52be000-7f24e52c2000 r-xp 00000000 08:09 4579823                  
/data/kde/lib/kde4/plugins/marble/QNamNetworkPlugin.so
7f24e52c2000-7f24e54c1000 ---p 00004000 08:09 4579823                  
/data/kde/lib/kde4/plugins/marble/QNamNetworkPlugin.so
7f24e54c1000-7f24e54c2000 rw-p 00003000 08:09 4579823                  
/data/kde/lib/kde4/plugins/marble/QNamNetworkPlugin.so
7f24e54c2000-7f24e54ce000 r-xp 00000000 08:09 4579817                  
/data/kde/lib/kde4/plugins/marble/Photo.so
7f24e54ce000-7f24e56ce000 ---p 0000c000 08:09 4579817                  
/data/kde/lib/kde4/plugins/marble/Photo.so
7f24e56ce000-7f24e56cf000 rw-p 0000c000 08:09 4579817                  
/data/kde/lib/kde4/plugins/marble/Photo.so
7f24e56cf000-7f24e56d5000 r-xp 00000000 08:09 4579814                  
/data/kde/lib/kde4/plugins/marble/OverviewMap.so
7f24e56d5000-7f24e58d4000 ---p 00006000 08:09 4579814                  
/data/kde/lib/kde4/plugins/marble/OverviewMap.so
7f24e58d4000-7f24e58d5000 rw-p 00005000 08:09 4579814                  
/data/kde/lib/kde4/plugins/marble/OverviewMap.so
7f24e58d5000-7f24e58e4000 r-xp 00000000 08:09 4579820                  
/data/kde/lib/kde4/plugins/marble/OsmAnnotatePlugin.so
7f24e58e4000-7f24e5ae3000 ---p 0000f000 08:09 4579820                  
/data/kde/lib/kde4/plugins/marble/OsmAnnotatePlugin.so
7f24e5ae3000-7f24e5ae5000 rw-p 0000e000 08:09 4579820                  
/data/kde/lib/kde4/plugins/marble/OsmAnnotatePlugin.so
7f24e5ae5000-7f24e5af0000 r-xp 00000000 08:09 4579821                  
/data/kde/lib/kde4/plugins/marble/NavigationFloatItem.so
7f24e5af0000-7f24e5cf0000 ---p 0000b000 08:09 4579821                  
/data/kde/lib/kde4/plugins/marble/NavigationFloatItem.so
7f24e5cf0000-7f24e5cf1000 rw-p 0000b000 08:09 4579821                  
/data/kde/lib/kde4/plugins/marble/NavigationFloatItem.so
7f24e5cf1000-7f24e5cf6000 r-xp 00000000 08:09 4579815                  
/data/kde/lib/kde4/plugins/marble/MapScaleFloatItem.so
7f24e5cf6000-7f24e5ef5000 ---p 00005000 08:09 4579815                  
/data/kde/lib/kde4/plugins/marble/MapScaleFloatItem.so
7f24e5ef5000-7f24e5ef6000 rw-p 00004000 08:09 4579815                  
/data/kde/lib/kde4/plugins/marble/MapScaleFloatItem.so
7f24e5ef6000-7f24e5efe000 r-xp 00000000 08:09 4579813                  
/data/kde/lib/kde4/plugins/marble/GraticulePlugin.so
7f24e5efe000-7f24e60fd000 ---p 00008000 08:09 4579813                  
/data/kde/lib/kde4/plugins/marble/GraticulePlugin.so
7f24e60fd000-7f24e60fe000 rw-p 00007000 08:09 4579813                  
/data/kde/lib/kde4/plugins/marble/GraticulePlugin.so
7f24e60fe000-7f24e6107000 r-xp 00000000 08:09 4579800                  
/data/kde/lib/kde4/plugins/marble/GeoRendererPlugin.so
7f24e6107000-7f24e6306000 ---p 00009000 08:09 4579800                  
/data/kde/lib/kde4/plugins/marble/GeoRendererPlugin.so
7f24e6306000-7f24e6307000 rw-p 00008000 08:09 4579800                  
/data/kde/lib/kde4/plugins/marble/GeoRendererPlugin.so
7f24e6307000-7f24e630d000 r-xp 00000000 08:09 4579822                  
/data/kde/lib/kde4/plugins/marble/FileViewFloatItem.so
7f24e630d000-7f24e650d000 ---p 00006000 08:09 4579822                  
/data/kde/lib/kde4/plugins/marble/FileViewFloatItem.so
7f24e650d000-7f24e650e000 rw-p 00006000 08:09 4579822                  
/data/kde/lib/kde4/plugins/marble/FileViewFloatItem.so
7f24e650e000-7f24e6511000 r-xp 00000000 08:09 4579776                  
/data/kde/lib/kde4/plugins/marble/CrosshairsPlugin.so
7f24e6511000-7f24e6711000 ---p 00003000 08:09 4579776                  
/data/kde/lib/kde4/plugins/marble/CrosshairsPlugin.so
7f24e6711000-7f24e6712000 rw-p 00003000 08:09 4579776                  
/data/kde/lib/kde4/plugins/marble/CrosshairsPlugin.so
7f24e6712000-7f24e6717000 r-xp 00000000 08:09 4579809        digikam: Fatal IO
error: client killed
KCrash: Application 'digikam' crashing...
sock_file=/home/tumaix/.kde/socket-matryeva/kdeinit4__0

[1]+  Parado                  digikam

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Gilles Caulier-4
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #27 from Gilles Caulier <caulier gilles gmail com>  2009-07-22 14:09:15 ---
Sound like marblewidget problem, not digiKam.

Gilles Caulier

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Bugzilla from tumaix@gmail.com
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #28 from Tomaz Canabrava <tumaix gmail com>  2009-07-22 14:21:09 ---
ok, I just tried to launch marble and indeed it crashes,
how can I disable digikam for loading marble widget, considering that I
cannot open it because marble widget makes it crash?

On Wed, Jul 22, 2009 at 9:09 AM, Gilles Caulier
<[hidden email]>wrote:

> https://bugs.kde.org/show_bug.cgi?id=196994
>
>
>
>
>
> --- Comment #27 from Gilles Caulier <caulier gilles gmail com>  2009-07-22
> 14:09:15 ---
> Sound like marblewidget problem, not digiKam.
>
> Gilles Caulier
>
> --
> Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the 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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Gilles Caulier-4
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #29 from Gilles Caulier <caulier gilles gmail com>  2009-07-22 14:32:22 ---
the only way to not compile digiKam with marble is to uninstall
libmarblewidget-devel package (can be kdeedu-devel)

Gilles Caulier

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Bugzilla from tumaix@gmail.com
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #30 from Tomaz Canabrava <tumaix gmail com>  2009-07-22 15:20:42 ---
I'm not using compiled packages.
using source, and I don't want to remove kde-edu since I work with them too.
maybe a launcher arg --no-marble can be userful for that.
I'm gonna try to implement something like that here and get back to you if I
manage to.

On Wed, Jul 22, 2009 at 9:32 AM, Gilles Caulier
<[hidden email]>wrote:

> https://bugs.kde.org/show_bug.cgi?id=196994
>
>
>
>
>
> --- Comment #29 from Gilles Caulier <caulier gilles gmail com>  2009-07-22
> 14:32:22 ---
> the only way to not compile digiKam with marble is to uninstall
> libmarblewidget-devel package (can be kdeedu-devel)
>
> Gilles Caulier
>
> --
> Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the 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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Gilles Caulier-4
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #31 from Gilles Caulier <caulier gilles gmail com>  2009-07-22 15:25:22 ---
yes, it's easy. look there :

http://lxr.kde.org/source/extragear/graphics/digikam/CMakeLists.txt#3

http://lxr.kde.org/source/extragear/graphics/digikam/CMakeLists.txt#54

http://lxr.kde.org/source/extragear/graphics/digikam/CMakeLists.txt#212

Gilles Caulier

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #32 from Andi Clemens <andi clemens gmx net>  2009-10-08 01:20:56 ---
We should mark this as UPSTREAM, it is a marble issue (or re-assign it)...

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Rex Dieter
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994





--- Comment #33 from Rex Dieter <rdieter math unl edu>  2009-10-08 16:38:50 ---
The only thing clear is that digikam + marble intergration + MALLOC_CHECK !=0
=> boom.  

Now, if no one (on either the digikam or marble side) is able or willing to
diagnose/debug further, the current workaround of unsetting MALLOC_CHECK is a
reasonable enough workaround as far as I'm concerned.

--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Marcel Wiesweg
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994


Marcel Wiesweg <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |UPSTREAM




--
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 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

Gilles Caulier-4
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.0.0-beta1                 |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
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 196994] digikam 1.0.0-0.1.beta1.f11 from kde-redhat crash on startup

bugzilla_noreply
In reply to this post by Bugzilla from moabi2000@gmail.com
https://bugs.kde.org/show_bug.cgi?id=196994

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Geolocation

--
You are receiving this mail because:
You are the assignee for the bug.
12