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
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
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-
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
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
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