[Bug 204429] [NEW] Evolution crashes often when opening messages from Groupwise folder

2008-03-20 Thread dremon
Public bug reported: Binary package hint: evolution-data-server Ubuntu Hardy Alpha 6 / AMD64, latest updates. evolution-data-server: 2.22.0-0ubuntu1 Problem description: When opening emails from the Groupwise folder Evolution randomly crashes in the libcamelgroupwise.so. Most emails do open cor

[Bug 183514] Re: [hardy] seahorse agent no longer asks for the passphrase

2008-03-22 Thread dremon
I can confirm this bug in Seahorse 2.22.0-0ubuntu2. Ubuntu Hardy/AMD64. The seahorse-agent is running but it only picks up the id_rsa key (and not id_rsa.1 etc), however other keys are configured and present in the keyring. -- [hardy] seahorse agent no longer asks for the passphrase https://bugs

[Bug 204429] Re: Evolution crashes often when opening messages from Groupwise folder

2008-03-26 Thread dremon
The patch has been committed upstream. -- Evolution crashes often when opening messages from Groupwise folder https://bugs.launchpad.net/bugs/204429 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-

[Bug 226925] Re: 2.22.1.1 stable update

2008-05-08 Thread dremon
This update broke up Groupwise client, it is constantly crashing upon connection -- 2.22.1.1 stable update https://bugs.launchpad.net/bugs/226925 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bug

[Bug 226925] Re: 2.22.1.1 stable update

2008-05-08 Thread dremon
Here are the details: Ubuntu: 8.04/AMD64 Evolution: 2.22.1.1-0ubuntu1 Description: crash when connecting to groupwise account. Stack trace: #0 0x7f6f635f4095 in raise () from /lib/libc.so.6 #1 0x7f6f635f5af0 in abort () from /lib/libc.so.6 #2 0x7f6f6362ea7b in ?? () from /lib/lib

[Bug 226925] Re: 2.22.1.1 stable update

2008-05-08 Thread dremon
Well, the bug is pretty obvious if you look in the e-gw-container.c sources, the free_node function: static void free_node(EShUsers *user) { if(user){ g_free(user->email); g_free (user); } g_free (user); return ; } I've created a pat