[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2012-05-31 Thread Eric Thiele
https://bugs.kde.org/show_bug.cgi?id=261788

Eric Thiele  changed:

   What|Removed |Added

 CC|b...@donewell.de|

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2012-05-30 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=261788

--- Comment #47 from Jekyll Wu  ---
*** Bug 274760 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-09-12 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #46 from Daniel Eklöf   2011-09-12 15:56:59 ---
Tried a few akonadictl stop/start + logouts here too, and it does indeed seems
to be fixed; no crashes, and logout is finally fast again.

Will try this as soon as possible on my remaining two systems.

> Thank you, thank you very much indeed , this one was so old and annoying!

Cannot agree more. Thank you!

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-09-12 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=261788


Sergio Martins  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #45 from Sergio Martins   2011-09-12 15:53:06 
---
Same here. Closing then.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-09-12 Thread mangus
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #44 from mangus   2011-09-12 15:44:10 ---
seems to work here too.
test performed: fresh start , opened kmail , done some stuff , logout.
Shutdown is now very quick and the crash is gone.
Thank you, thank you very much indeed , this one was so old and annoying!

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-09-12 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #43 from Sergio Martins   2011-09-12 12:14:56 
---
Fixed for me.

Can anyone else test master or 1.6 branch ?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-09-12 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #42 from Sergio Martins   2011-09-12 12:11:25 
---
Git commit c8e45b10c32679bf070af5b7ad9a22b91eb9a02c by Sergio Martins.
Committed on 12/09/2011 at 14:48.
Pushed by smartins into branch '1.6'.

Fix crash on agent_launcher exit.

Don't unload plugins here. They will be unloaded on application exit,
so it's redundant.

Seems they are being unloaded too early, before QThreadStorage
cleanup occurs:

==18802== Invalid read of size 8
==18802==at 0x53178AE: QThreadStorage::deleteData(void*) (in
/data/installation/qt/qt-4.7/lib/libQtGui.so.4.7.1)
==18802==by 0x5E8F8CF: QThreadStorageData::set(void*)
(qthreadstorage.cpp:165)
==18802==by 0x5317940: void
qThreadStorage_setLocalData(QThreadStorageData&, QFontCache**)
(qthreadstorage.h:92)
==18802==by 0x53165BA:
QThreadStorage::setLocalData(QFontCache*) (qthreadstorage.h:148)
==18802==by 0x531407A: QFontCache::cleanup() (qfont.cpp:2632)
==18802==by 0x5406536: QFont::cleanup() (qfont_x11.cpp:182)
==18802==by 0x5104E35: qt_cleanup() (qapplication_x11.cpp:2647)
==18802==by 0x50603B2: QApplication::~QApplication()
(qapplication.cpp:1172)
==18802==by 0x41B1F6: main (agentlauncher.cpp:28)
==18802==  Address 0x11a090b0 is not stack'd, malloc'd or (recently) free'd

CCBUG: 261788

M  +1-6agentserver/agentpluginloader.cpp
M  +1-1agentserver/agentpluginloader.h

http://commits.kde.org/akonadi/c8e45b10c32679bf070af5b7ad9a22b91eb9a02c

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-09-10 Thread Jeremy Murphy
https://bugs.kde.org/show_bug.cgi?id=261788


Jeremy Murphy  changed:

   What|Removed |Added

 CC||jeremy.william.murphy@gmail
   ||.com




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-09-07 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #41 from Daniel Eklöf   2011-09-08 06:04:10 ---
Still there in 4.7.1.

akonadi-1.6.0
kdepim{,-runtime}-4.7.1

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-08-03 Thread Franz Fellner
https://bugs.kde.org/show_bug.cgi?id=261788


Franz Fellner  changed:

   What|Removed |Added

 CC||fell...@gmx.de




--- Comment #40 from Franz Fellner   2011-08-03 08:21:28 ---
The same happens here.
kde-logout (and of course akonadictl stop) takes quite some time (10-20
seconds). There is no need to start kmail, to trigger this behaviour.

dmesg reports

[10709.356266] akonadi_agent_l[2381]: segfault at 7fe23cff6dd0 ip
7fe24781b8c8 sp 7fffb0a3fcc8 error 4 in
libQtGui.so.4.7.3[7fe247412000+a8b000]
[10709.369792] akonadi_agent_l[2359]: segfault at 7f815341bdd0 ip
7f815dc3c8c8 sp 7fff2c0e2758 error 4 in
libQtGui.so.4.7.3[7f815d833000+a8b000]
[10709.433483] akonadi_agent_l[2365]: segfault at 7fd6d7684dd0 ip
7fd6e1ea48c8 sp 7fff80865108 error 4 in
libQtGui.so.4.7.3[7fd6e1a9b000+a8b000]
[10709.433514] akonadi_agent_l[2358]: segfault at 7f0b02e25dd0 ip
7f0b0d6468c8 sp 7e826ba8 error 4 in
libQtGui.so.4.7.3[7f0b0d23d000+a8b000]

Running
Akonadi 1.6.0
Kontact: 4.7.0

But is present since quite some time with kmail2 (can't say exactly if it was
present with early betas...).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-08-03 Thread Franz Fellner
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #39 from Franz Fellner   2011-08-03 08:11:23 ---
Created an attachment (id=62495)
 --> (http://bugs.kde.org/attachment.cgi?id=62495)
.xsession-errors when stopping akonadi-server

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-08-01 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #38 from Daniel Eklöf   2011-08-01 07:08:09 ---
Still seeing this with:

KDEPIM-4.7.0
Akonadi 1.6.0 (revision: 51d21d7)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-31 Thread Florian Lindner
https://bugs.kde.org/show_bug.cgi?id=261788


Florian Lindner  changed:

   What|Removed |Added

 CC||florian.lind...@xgm.de




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-28 Thread Fif59
https://bugs.kde.org/show_bug.cgi?id=261788


Fif59  changed:

   What|Removed |Added

 CC||pdezac-li...@yahoo.fr




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-26 Thread Dave Brain
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #37 from Dave Brain   2011-07-26 08:58:49 ---
Based on comment #31 
I see this error using; 

KDE 4.6.5
KMail 2.1.1
Akonadi 1.5.3 
Archlinux packages i686


akonadi_agent_l[5224]: segfault at b4134e38 ip b7010f50 sp bfb1ac90 error 4 in
libQtGui.so.4.7.3[b6ca1000+a5f000]
akonadi_agent_l[5229]: segfault at b41a0e38 ip b707cf50 sp bfcab860 error 4 in
libQtGui.so.4.7.3[b6d0d000+a5f000]
akonadi_agent_l[5260]: segfault at b4144e38 ip b7020f50 sp bfa38670 error 4 in
libQtGui.so.4.7.3[b6cb1000+a5f000]

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-25 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=261788


Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||k...@gregwalker.me.uk




--- Comment #36 from Christophe Giboudeaux   2011-07-25 
15:54:22 ---
*** Bug 278479 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.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-22 Thread Damien Gombault
https://bugs.kde.org/show_bug.cgi?id=261788


Damien Gombault  changed:

   What|Removed |Added

 CC||desint...@gmail.com




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-22 Thread Frédéric COIFFIER
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #35 from Frédéric COIFFIER   2011-07-22 
13:22:02 ---
I don't use imap but I get many crashes (KDE 4.7rc2 with Akonadi 1.6.0) :

Jul 19 22:39:39 myhost kernel: akonadi_agent_l[26795]: segfault at 0 ip
7f5fdd1cc539 sp 7fffa2c931c0 error 4 in
libQtCore.so.4.7.3[7f5fdd03e000+294000]
Jul 20 08:53:02 myhost kernel: akonadi_agent_l[11441]: segfault at 7f7919ed5dd0
ip 7f7924b74a78 sp 7fffccd17048 error 4 in
libQtGui.so.4.7.3[7f7924772000+a6e000]
Jul 20 18:12:51 myhost kernel: akonadi_agent_l[1263]: segfault at 7f91e75b0dd0
ip 7f91f2253a78 sp 7fff4acb2088 error 4 in
libQtGui.so.4.7.3[7f91f1e51000+a6e000]
Jul 20 18:12:51 myhost kernel: akonadi_agent_l[1247]: segfault at 7f8a80136dd0
ip 7f8a8add5a78 sp 7fff4bd33508 error 4 in
libQtGui.so.4.7.3[7f8a8a9d3000+a6e000]
Jul 20 18:12:51 myhost kernel: akonadi_agent_l[1252]: segfault at 7fd5f156fdd0
ip 7fd5fc20da78 sp 7fff4f9a22e8 error 4 in
libQtGui.so.4.7.3[7fd5fbe0b000+a6e000]
Jul 20 18:12:51 myhost kernel: akonadi_agent_l[1251]: segfault at 7f387c444dd0
ip 7f38870eba78 sp 7fc4b978 error 4 in
libQtGui.so.4.7.3[7f3886ce9000+a6e000]
Jul 20 18:57:26 myhost kernel: akonadi_agent_l[31590]: segfault at 7fb885277dd0
ip 7fb88ff15a78 sp 7fffa8c00528 error 4 in
libQtGui.so.4.7.3[7fb88fb13000+a6e000]
Jul 20 18:57:26 myhost kernel: akonadi_agent_l[31585]: segfault at 7fa7537f0dd0
ip 7fa75e48fa78 sp 7fff96199ad8 error 4 in
libQtGui.so.4.7.3[7fa75e08d000+a6e000]
Jul 20 18:57:28 myhost kernel: akonadi_agent_l[31604]: segfault at 7f13b4b67dd0
ip 7f13bf80aa78 sp 7fff04a1d2f8 error 4 in
libQtGui.so.4.7.3[7f13bf408000+a6e000]
Jul 20 18:57:28 myhost kernel: akonadi_agent_l[31589]: segfault at 7fbf43f6edd0
ip 7fbf4ec15a78 sp 7fff6c730798 error 4 in
libQtGui.so.4.7.3[7fbf4e813000+a6e000]
Jul 20 22:47:21 myhost kernel: akonadi_agent_l[24946]: segfault at 7f41a4e96dd0
ip 7f41afb35a78 sp 7fffa3bc1258 error 4 in
libQtGui.so.4.7.3[7f41af733000+a6e000]
Jul 20 22:47:22 myhost kernel: akonadi_agent_l[24962]: segfault at 7feeea9cfdd0
ip 7feef5672a78 sp 7fff87b85d08 error 4 in
libQtGui.so.4.7.3[7feef527+a6e000]
Jul 20 22:47:22 myhost kernel: akonadi_agent_l[24961]: segfault at 7fc47941cdd0
ip 7fc4840bfa78 sp 7fffedc68268 error 4 in
libQtGui.so.4.7.3[7fc483cbd000+a6e000]
Jul 20 22:47:25 myhost kernel: akonadi_agent_l[24950]: segfault at 7fa37e48ddd0
ip 7fa389134a78 sp 7fff00507f68 error 4 in
libQtGui.so.4.7.3[7fa388d32000+a6e000]
Jul 21 18:24:29 myhost kernel: akonadi_agent_l[7756]: segfault at 7f4851359dd0
ip 7f485bff8a78 sp 7fffdee9daa8 error 4 in
libQtGui.so.4.7.3[7f485bbf6000+a6e000]
Jul 22 00:15:44 myhost kernel: akonadi_agent_l[23895]: segfault at 7fc4f0fd7dd0
ip 7fc4fbc7aa78 sp 7fffa7c20318 error 4 in
libQtGui.so.4.7.3[7fc4fb878000+a6e000]
Jul 22 00:15:44 myhost kernel: akonadi_agent_l[23879]: segfault at 7f4e7f031dd0
ip 7f4e89cd0a78 sp 7fff768251b8 error 4 in
libQtGui.so.4.7.3[7f4e898ce000+a6e000]
Jul 22 00:15:45 myhost kernel: akonadi_agent_l[23883]: segfault at 7f2ffac28dd0
ip 7f30058cfa78 sp 7fffd12cc3e8 error 4 in
libQtGui.so.4.7.3[7f30054cd000+a6e000]

Is there a way to get valid backtrace as the crash isn't detected by KDE and no
core file are generated ?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-22 Thread Frédéric COIFFIER
https://bugs.kde.org/show_bug.cgi?id=261788


Frédéric COIFFIER  changed:

   What|Removed |Added

 CC||frederic.coiff...@free.fr




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-19 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #34 from Daniel Eklöf   2011-07-19 07:54:01 ---
(In reply to comment #30)
> Here's what I see with KDE (incl. PIM) 4.7 rc2 and akonadi-1.6.0:
> 
> * No more segfaults, at least not in the logs

After adding a new imap resource, the akonadi_agent_launcher crashes are back,
and so is the delay when logging out.

akonadi-1.6.0
kdepim-4.6.95

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-13 Thread mangus
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #33 from mangus   2011-07-13 12:17:12 ---
Akonadi 1.6.0
kdepim 4.6.95
Kontact: 4.7 rc2

Here's a log from startx with the crash in the end
http://pastebin.com/0JcCAprE
I start the session, open kontact, and close session. The logout took at least
10-15 sec probably due to akonadi-launcher crash or try to restart.
In the syslog I see also this:
13/7/2011 14:01:03localhostkernel[  517.604838]
akonadi_agent_l[7767]: segfault at 7f86e7a7c190 ip 7f86f26ff418 sp
7fff51c455a8 error 4 in libQtGui.so.4.7.3[7f86f2336000+a37000]

I never use kdm, I always start KDE from startx, ending in a console when I'm
done and logout.
Hope this help

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-13 Thread Antonis K
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #32 from Antonis K   2011-07-13 10:35:03 ---
I see this with Akonadi 1.6.0 and kdepim 4.6.1. Note that the
akonadi_agent_launcher proccess that crashes is the one associated with
akonadi_maildir_resource.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-13 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #31 from Christophe Giboudeaux   2011-07-13 
09:23:33 ---
The KDE version doesn't matter much for this report. For the people still
seeing this crash, please report :
- the Akonadi server version (using 'akonadictl --version')
- the KDEPIM version (using eg 'kontact --version |grep Kontact')

As already commented and confirmed in comment #16 and #30, we don't see this
crash with recent versions (Even with 11 resources using the agent_launcher, I
don't see anything here).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-13 Thread Hrvoje Senjan
https://bugs.kde.org/show_bug.cgi?id=261788


Hrvoje Senjan  changed:

   What|Removed |Added

 CC||hrvoje.sen...@gmail.com




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-13 Thread Andrea Scarpino
https://bugs.kde.org/show_bug.cgi?id=261788


Andrea Scarpino  changed:

   What|Removed |Added

 CC||and...@archlinux.org




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-12 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #30 from Daniel Eklöf   2011-07-12 12:07:36 ---
Here's what I see with KDE (incl. PIM) 4.7 rc2 and akonadi-1.6.0:

* No more segfaults, at least not in the logs
* Logging out no longer pauses for ~30s, regardless of the state of my imap
resources.
* Akonadi stops (akonadictl stop) instantaneously *if* the imap-resources
hasn't connected to the imap-servers.
* Akonadi does *not* stop immediately (~10-30s delay) if the imap-resources has
connected.

Note that in the last case, the akonadi log output says the imap resource
process crashed, but there's no segfault logged to syslog.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-11 Thread hamelg
https://bugs.kde.org/show_bug.cgi?id=261788


ham...@laposte.net changed:

   What|Removed |Added

 CC||ham...@laposte.net




--- Comment #29 from2011-07-11 21:14:54 ---
Same here on arch x86, KDE 4.6.5, akonadi 1.5.3. It crashes here :

#0  0xb6f75e60 in QThreadStorage::deleteData (x=0x8c06e50) at
../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:133
#1  0xb69b87e0 in QThreadStorageData::set (this=0x8b80f98, p=0x0) at
thread/qthreadstorage.cpp:165
#2  0xb6f71141 in qThreadStorage_setLocalData () at
../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:92
#3  setLocalData () at
../../include/QtCore/../../src/corelib/thread/qthreadstorage.h:148
#4  QFontCache::cleanup () at text/qfont.cpp:2632
#5  0xb7050294 in QFont::cleanup () at text/qfont_x11.cpp:182
#6  0xb6da8965 in qt_cleanup () at kernel/qapplication_x11.cpp:2647
#7  0xb6d257af in QApplication::~QApplication (this=0xbfbb79a0,
__in_chrg=) at kernel/qapplication.cpp:1172
#8  0x0804ca5e in main (argc=Cannot access memory at address 0x1
) at /BUILD/ARCH/akonadi/src/akonadi-1.5.3/agentserver/agentlauncher.cpp:28

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-08 Thread mathias.anselmann
https://bugs.kde.org/show_bug.cgi?id=261788


mathias.anselm...@linux.com changed:

   What|Removed |Added

 CC||mathias.anselm...@linux.com




--- Comment #28 from2011-07-08 23:25:39 ---
Same here on arch x86_64, KDE 4.6.5, akonadi 1.5.3

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-07-06 Thread Eric Thiele
https://bugs.kde.org/show_bug.cgi?id=261788


Eric Thiele  changed:

   What|Removed |Added

 CC||b...@donewell.de




--- Comment #27 from Eric Thiele   2011-07-06 09:41:34 ---
same here on Gentoo

Akonadi 1.5.3
QT 4.7.3
KDE 4.6.4 (libs)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-06-30 Thread mangus
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #26 from mangus   2011-06-30 18:24:11 ---
no news here? bug still present in last versions of kde rc and akonadi :(

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-06-16 Thread Jure Repinc
https://bugs.kde.org/show_bug.cgi?id=261788


Jure Repinc  changed:

   What|Removed |Added

 CC||j...@holodeck1.com




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-06-14 Thread Antonis K
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #25 from Antonis K   2011-06-14 18:00:24 ---
...also, if an email has been sent (outgoing mail is sent through smtp and is
also stored on "sent" local folder) since it's last restart, akonadi exits
properly and kde is logging out instantly.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-06-12 Thread Antonis K
https://bugs.kde.org/show_bug.cgi?id=261788


Antonis K  changed:

   What|Removed |Added

 CC||antk...@gmail.com




--- Comment #24 from Antonis K   2011-06-12 14:46:22 ---
This also happens to me on archlinux x86_64, with kde 4.6.4, akonadi 1.5.3,
kdepim 4.6. What's interesting is that it happens on a new user account too,
with no imap or any other resource configured.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-06-11 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #23 from Daniel Eklöf   2011-06-11 14:57:25 ---
Problems still there in kde 4.6.4, akonadi 1.5.3 and kdepim-4.6.0

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-06-02 Thread rauchwolke
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #22 from2011-06-02 21:29:35 ---
still happens with kde 4.6.80 and akonadi-1.5.80

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-06-02 Thread rauchwolke
https://bugs.kde.org/show_bug.cgi?id=261788


rauchwo...@gmx.net changed:

   What|Removed |Added

 CC||rauchwo...@gmx.net




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-06-02 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #21 from Daniel Eklöf   2011-06-02 11:26:49 ---
Problems still present in kdepim-4.6rc2.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-05-15 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #20 from Daniel Eklöf   2011-05-15 10:36:11 ---
Still seeing the exact same problems with 4.6rc1; akonadi agent launcher
segfaults, log-out hangs for ~30s if imap (that never connected, i.e. kmail was
never started) resources exists.

akonadi-1.5.3
kde-*-4.6.3
kdepim-4.6rc1
kdepim-runtime-4.6rc1

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-05-01 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #19 from Daniel Eklöf   2011-05-01 19:11:26 ---
(In reply to comment #17)
> Furthermore, I still have the, related or not, problem with akonadi delaying
> logout from KDE, *if* I have unconnected imap resources. If I at some point
> during the session started kmail, logging out is not delayed by akonadi,
> regardless of whether kmail is still running or not.

Probably related: if I start (and quit) kmail before running "akonadictl stop",
then I *don't* see any segfaults.(In reply to comment #18)

> what does akonadictl --version return ?

akonadictl --version
Akonadi 1.5.2 (revision: 4997976)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-05-01 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #18 from Christophe Giboudeaux   2011-05-01 
19:09:51 ---
what does akonadictl --version return ?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-05-01 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #17 from Daniel Eklöf   2011-05-01 18:59:41 ---
(In reply to comment #15)
> Looks fixed for me, I don't see new coredumps when restarting the server.
> 
> Does anyone still see these crashes with Akonadi 1.5.2 and kdepim >= 4.6beta5 
> ?

Yes, I do.

"akonadictl stop" now stops all resources immediately, but there's still a
crash (visible in dmesg).

Furthermore, I still have the, related or not, problem with akonadi delaying
logout from KDE, *if* I have unconnected imap resources. If I at some point
during the session started kmail, logging out is not delayed by akonadi,
regardless of whether kmail is still running or not.

kdepimlibs 4.6.2
kdepim{-runtime} 4.6beta5

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-05-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #16 from Sergio Martins   2011-05-01 18:55:01 
---
(In reply to comment #15)
> Looks fixed for me, I don't see new coredumps when restarting the server.
> 
> Does anyone still see these crashes with Akonadi 1.5.2 and kdepim >= 4.6beta5 
> ?

Working fine now indeed.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-05-01 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #15 from Christophe Giboudeaux   2011-05-01 
18:44:09 ---
Looks fixed for me, I don't see new coredumps when restarting the server.

Does anyone still see these crashes with Akonadi 1.5.2 and kdepim >= 4.6beta5 ?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-04-09 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #14 from Daniel Eklöf   2011-04-09 15:37:58 ---
(In reply to comment #13)
> the imap resource doesn't use the akonadi_launcher_agent afaik

Hmm, yes, you're right. So it may be a completely different problem. Or it may
not, as it's still related to stopping akonadi.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-04-09 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #13 from Sergio Martins   2011-04-09 15:09:23 
---
(In reply to comment #10)
> Specifically, the two resources I'm having issues with is the "notes" 
> resource,
> and the "imap" resource.

the imap resource doesn't use the akonadi_launcher_agent afaik

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-04-09 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #12 from Daniel Eklöf   2011-04-09 14:55:37 ---
Yet some more info... even though I remove all problematic resources (and thus
making akonadi stop without any delays), logging out from KDE still takes a
long time.

This turns out to be akonadi not being shutdown automatically when logging out.
Instead, ksmserver waits until it hits it's timeout, which I believe is 10s,
before continuing shutting down KDE.

It shutdowns fast again if I manually stop akonadi before logging out. But this
(including scripting and adding shortcuts to the desktop or similar) is only a
temporary workaround.

Note that adding a script to $HOME/.kde/shutdown doesn't help, since those
scripts are executed *after* logging out from KDE, while akonadi needs to be
stopped *before*.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-04-09 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #11 from Daniel Eklöf   2011-04-09 13:47:07 ---
Btw, current versions:

QT 4.7.2
KDE 4.6.2
Akonadi 1.5.2
PIM 4.5.94.1, and latest git (2011-04-09)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-04-09 Thread Daniel Eklöf
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #10 from Daniel Eklöf   2011-04-09 13:44:04 ---
Since nothing's happening here... let's try to narrow it down a bit.

To me, it seems this is related to the akonadi resources from the
kdepim(-runtime) 4.6 beta/rc packages. I.e. I don't have any issues with
akonadi on *any* of my systems that still uses kdepim-4.4. On the other hand,
I'm seeing it on *all* systems with kdepim 4.6beta/rc. Same akonadi version on
all systems.

Specifically, the two resources I'm having issues with is the "notes" resource,
and the "imap" resource.

The notes resource will trigger a long delay when shutting down akonadi (with
akonadictl stop), before finally crashing. When this happens, I see this in
akonadi's console output: "QProcess: Destroyed while process is still running"

Removing all "notes" resources completely fixes the issue for me on the systems
where I don't have any imap resources.

For imap, there doesn't appear to be any issues if stopping akonadi *before*
connecting to the imap servers. For example, when stopping akonadi before
starting kmail. If a connection has been established, the imap resource is
*always* causing a delay when stopping akonadi (and then crashes).

Furthermore, it's always the *same* imap account (I have multiple imap accounts
on all my systems). Not sure if it's something specific to the account, or if
it's because it's not the first imap resource (i.e. the problematic account has
the highest resource number on all systems).

Is there anyone having issues with *other* resources? Or are these the only
two? Anything else that can help narrow this down will help...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-02-06 Thread mangus
https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #9 from mangus   2011-02-06 18:01:47 ---
bump , this is so annoying... any word from a dev here?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

2011-02-01 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=261788


Christophe Giboudeaux  changed:

   What|Removed |Added

Version|4.7 |4.6
Summary|akonadi_agent_launcher  |akonadi_agent_launcher
   |segfaults on logout |segfaults when stopping the
   ||Akonadi server




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs