Re: Akonadiserver crashing frequently

2016-10-10 Thread inkbottle
On Friday, October 7, 2016 2:38:16 PM CEST Sandro Knauß wrote:
> Hi,
> 
> I can reproduce the behavior yesterday. As I use gdb to debug and see, the
> problem is xapian. My workaround is to remove  libkf5akonadisearchxapian5:
> 
>  apt remove libkf5akonadisearchxapian5
> 
> I may also maybe possible to downgrade to libxapian22v5.
> 
> The bug is already created for Debian and KDE:
> https://bugs.debian.org/839990
> https://bugs.kde.org/show_bug.cgi?id=363741

It seems the bug is fixed upstream:
https://bugs.kde.org/show_bug.cgi?id=363741#c31

Chris


> 
> Regards,
> 
> sandro
> 
> --
> 
> Am Freitag, 7. Oktober 2016, 11:48:27 CEST schrieb Frank Mehnert:
> > Hi,
> > 
> > I assume I suffer from this bug:
> >   https://bugs.kde.org/show_bug.cgi?id=367846
> > 
> > and I provided a backtrace as requested there. I observe these crashes
> > for a few days and they drive me crazy (running up-to-date Sid).
> > 
> > Now I would like to bit the bullet and recreate the IMAP accounts and
> > 
> > recreate the Akonadi database as mentioned in the above bug:
> >   ".. seems to be resolved for me after deleting all imap accounts in
> >   KMail,
> > 
> > then dropping and recreating the akonadi database, then recreating the
> > imap
> > accounts. Since doing that I've not seen KMail2 lose connection to the
> > akonadi server."
> > 
> > Deleting + re-creating the IMAP accounts is no problem but how to drop +
> > recreate the Akonadi database?
> > 
> > Any help is welcome, getting desperate :-(
> > 
> > Frank




Re: Akonadiserver crashing frequently

2016-10-07 Thread inkbottle
On Friday, October 7, 2016 3:43:20 PM CEST Frank Mehnert wrote:
> Hi Sandro,
> 
> On Freitag, 7. Oktober 2016 14:38:16 CEST Sandro Knauß wrote:
> > I can reproduce the behavior yesterday. As I use gdb to debug and see, the
> 
> > problem is xapian. My workaround is to remove  libkf5akonadisearchxapian5:
> yes, I saw that this has something to do with Xaipan.
> 
> >  apt remove libkf5akonadisearchxapian5
> 
> OMG. That was it!
> 
> > I may also maybe possible to downgrade to libxapian22v5.
> > 
> > The bug is already created for Debian and KDE:
> > https://bugs.debian.org/839990
> > https://bugs.kde.org/show_bug.cgi?id=363741
> 

Same here (well, of course, that constitutes non information at all).

ProcessControl: Application akonadiserver stopped unexpectedly ( "Process 
crashed" )
Application 'akonadiserver' crashed too often. Giving up!
akonadicore_log: Socket error occurred: "QLocalSocket: Remote closed"
akonadicore_log: Socket error occurred: "QLocalSocket: Remote closed"
akonadicore_log: Socket error occurred: "QLocalSocket: Remote closed"
akonadicore_log: Socket error occurred: "QLocalSocket: Remote closed"
akonadicore_log: Socket error occurred: "QLocalSocket: Remote closed"
akonadi_ical_resource: writeToFile() mCalendar is 0!
Error writing to file
Application '/usr/bin/akonadi_archivemail_agent' exited normally...
Application '/usr/bin/akonadi_imap_resource' exited normally...
Application '/usr/bin/akonadi_maildispatcher_agent' exited normally...
Application '/usr/bin/akonadi_imap_resource' exited normally...
Application '/usr/bin/akonadi_imap_resource' exited normally...
Application '/usr/bin/akonadi_notes_agent' exited normally...
Application '/usr/bin/akonadi_akonotes_resource' exited normally...
Application '/usr/bin/akonadi_birthdays_resource' exited normally...
Application '/usr/bin/akonadi_ical_resource' exited normally...
Application '/usr/bin/akonadi_newmailnotifier_agent' exited normally...
Application '/usr/bin/akonadi_sendlater_agent' exited normally...
Application '/usr/bin/akonadi_akonotes_resource' exited normally...
Application '/usr/bin/akonadi_followupreminder_agent' exited normally...
Application '/usr/bin/akonadi_maildir_resource' exited normally...
Application '/usr/bin/akonadi_mailfilter_agent' exited normally...
Application '/usr/bin/akonadi_migration_agent' exited normally...

I'm glade to know everything is so normal.

Now, if I remove libkf5akonadisearchxapian5, as suggested, I might not be able 
to search the mails anymore, functionality on which I heavily rely...

One the other hand it will not be the first time one have to use "akonadictl 
restart" or just "start" this time, every now and then.
Chris




> Many thanks!
> 
> Frank




Re: Akonadiserver crashing frequently

2016-10-07 Thread Frank Mehnert
Hi Sandro,

On Freitag, 7. Oktober 2016 14:38:16 CEST Sandro Knauß wrote:
> I can reproduce the behavior yesterday. As I use gdb to debug and see, the
> problem is xapian. My workaround is to remove  libkf5akonadisearchxapian5:

yes, I saw that this has something to do with Xaipan.

>  apt remove libkf5akonadisearchxapian5

OMG. That was it!

> I may also maybe possible to downgrade to libxapian22v5.
> 
> The bug is already created for Debian and KDE:
> https://bugs.debian.org/839990
> https://bugs.kde.org/show_bug.cgi?id=363741

Many thanks!

Frank
-- 
Dr.-Ing. Frank Mehnert | Software Development Director, VirtualBox
ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstraße 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher



Re: Akonadiserver crashing frequently

2016-10-07 Thread Sandro Knauß
Hi,

I can reproduce the behavior yesterday. As I use gdb to debug and see, the 
problem is xapian. My workaround is to remove  libkf5akonadisearchxapian5:

 apt remove libkf5akonadisearchxapian5 

I may also maybe possible to downgrade to libxapian22v5.

The bug is already created for Debian and KDE:
https://bugs.debian.org/839990
https://bugs.kde.org/show_bug.cgi?id=363741

Regards,

sandro

--
Am Freitag, 7. Oktober 2016, 11:48:27 CEST schrieb Frank Mehnert:
> Hi,
> 
> I assume I suffer from this bug:
> 
>   https://bugs.kde.org/show_bug.cgi?id=367846
> 
> and I provided a backtrace as requested there. I observe these crashes
> for a few days and they drive me crazy (running up-to-date Sid).
> 
> Now I would like to bit the bullet and recreate the IMAP accounts and
> recreate the Akonadi database as mentioned in the above bug:
> 
>   ".. seems to be resolved for me after deleting all imap accounts in KMail,
> then dropping and recreating the akonadi database, then recreating the imap
> accounts. Since doing that I've not seen KMail2 lose connection to the
> akonadi server."
> 
> Deleting + re-creating the IMAP accounts is no problem but how to drop +
> recreate the Akonadi database?
> 
> Any help is welcome, getting desperate :-(
> 
> Frank



signature.asc
Description: This is a digitally signed message part.


Akonadiserver crashing frequently

2016-10-07 Thread Frank Mehnert
Hi,

I assume I suffer from this bug:

  https://bugs.kde.org/show_bug.cgi?id=367846

and I provided a backtrace as requested there. I observe these crashes
for a few days and they drive me crazy (running up-to-date Sid).

Now I would like to bit the bullet and recreate the IMAP accounts and
recreate the Akonadi database as mentioned in the above bug:

  ".. seems to be resolved for me after deleting all imap accounts in KMail,
   then dropping and recreating the akonadi database, then recreating the
   imap accounts. Since doing that I've not seen KMail2 lose connection to
  the akonadi server."

Deleting + re-creating the IMAP accounts is no problem but how to drop +
recreate the Akonadi database?

Any help is welcome, getting desperate :-(

Frank