[Kde-pim] akonadi resource processes crashing (in masses)
Andreas Hartmetz
ahartmetz at gmail.com
Mon Mar 8 21:17:38 GMT 2010
On Monday 08 March 2010 21:50:18 Tobias Koenig wrote:
> On Mon, Mar 08, 2010 at 09:44:42PM +0100, Andreas Hartmetz wrote:
> > On Tuesday 23 February 2010 09:35:12 Thomas McGuire wrote:
> Hej Andreas,
>
> > Since the bug is actually in KPixmapCache and that one is pretty much one
> > big known bug, I'm currently happy that resources don't crash for
> > whatever reason. Possibly due to this kdepimlibs patch I'm using, which
> > should not be committed AFAIU:
> >
> > Index: akonadi/resourcebase.h
> > ===================================================================
> > --- akonadi/resourcebase.h (revision 1100834)
> > +++ akonadi/resourcebase.h (working copy)
> > @@ -174,7 +174,7 @@
> >
> > static int init( int argc, char **argv )
> > {
> >
> > const QString id = parseArguments( argc, argv );
> >
> > - KApplication app;
> > + KApplication app( /* GUIEnabled = */ false );
> >
> > T* r = new T( id );
> >
> > // check if T also inherits AgentBase::Observer and
>
> If you disable the GUI handling, what happens when you try to open
> the configuration dialog of a resource?!?
>
No crashes, suprisingly, just nothing at all happens. This is why I wrote
"this patch should not be committed" ;)
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list