[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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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/libc.so.6
#3  0x7f6f6363608a in ?? () from /lib/libc.so.6
#4  0x7f6f63639c1c in free () from /lib/libc.so.6
#5  0x7f6f63958ded in g_list_foreach () from /usr/lib/libglib-2.0.so.0
#6  0x7f6f5da86db5 in e_gw_container_finalize (object=0xd4ca00) at 
e-gw-container.c:116
#7  0x7f6f63df89a0 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#8  0x7f6f63958ded in g_list_foreach () from /usr/lib/libglib-2.0.so.0
#9  0x7f6f5da7cda7 in e_gw_connection_free_container_list 
(container_list=0x7f6f500ceb80)
at e-gw-connection.c:710
#10 0x7f6f58c5425b in groupwise_folders_sync (store=0x6e16f0, ex=0xac1910)
at camel-groupwise-store.c:975
#11 0x7f6f58c54739 in groupwise_get_folder_info (store=0x6e16f0, top=0x0, 
flags=value optimized out, ex=0xac1910) at camel-groupwise-store.c:1152
#12 0x7f6f6ba214c7 in camel_store_get_folder_info (store=0x6e16f0, top=0x0, 
flags=7, 
ex=0xac1910) at camel-store.c:794
#13 0x7f6f5d5a425b in ?? () from 
/usr/lib/evolution/2.22/components/libevolution-mail.so
#14 0x7f6f5d5d5f5a in ?? () from 
/usr/lib/evolution/2.22/components/libevolution-mail.so
#15 0x7f6f63982bf7 in ?? () from /usr/lib/libglib-2.0.so.0
#16 0x7f6f63981054 in ?? () from /usr/lib/libglib-2.0.so.0
#17 0x7f6f6a0ef3f7 in start_thread () from /lib/libpthread.so.0
#18 0x7f6f63699b2d in clone () from /lib/libc.so.6
#19 0x in ?? ()

-- 
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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 patch that solves it, please see the attachment. Compiled
and tested - works OK.


** Attachment added: e-gw-container.patch
   http://launchpadlibrarian.net/14374603/e-gw-container.patch

-- 
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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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.launchpad.net/bugs/183514
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 correctly, many however don't.


The backtrace (from gdb):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x43f59950 (LWP 26770)]
groupwise_folder_item_to_msg (folder=0x6eb820, item=0x7fbe3c01d100, ex=0xe8aa10)
at camel-groupwise-folder.c:1694
1694camel-groupwise-folder.c: No such file or directory.
in camel-groupwise-folder.c
(gdb) bt
#0  groupwise_folder_item_to_msg (folder=0x6eb820, item=0x7fbe3c01d100, 
ex=0xe8aa10)
at camel-groupwise-folder.c:1694
#1  0x7fbe40aee0c3 in groupwise_folder_item_to_msg (folder=0x6eb820, 
item=0x7fbe3c0114e0, 
ex=0xe8aa10) at camel-groupwise-folder.c:1829
#2  0x7fbe40aee7f2 in groupwise_folder_get_message (folder=0x6eb820, 
uid=0xefa490 [EMAIL PROTECTED]:[EMAIL PROTECTED], 
ex=0xe8aa10) at camel-groupwise-folder.c:178
#3  0x7fbe53e7c89b in camel_folder_get_message (folder=0x6eb820, 
uid=0xefa490 [EMAIL PROTECTED]:[EMAIL PROTECTED], 
ex=0xe8aa10) at camel-folder.c:1073
#4  0x7fbe4345cdd5 in get_message_exec (m=0xe8a9f0) at mail-ops.c:1720
#5  0x7fbe4345ab5a in mail_msg_proxy (msg=0xe8a9f0) at mail-mt.c:523
#6  0x7fbe4adbfd67 in ?? () from /usr/lib/libglib-2.0.so.0
#7  0x7fbe4adbe164 in ?? () from /usr/lib/libglib-2.0.so.0
#8  0x7fbe525673f7 in start_thread () from /lib/libpthread.so.0
#9  0x7fbe4aad6b7d in clone () from /lib/libc.so.6
#10 0x in ?? ()

** Affects: evolution-data-server (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Evolution crashes often when opening messsages from Groupwise folder
+ Evolution crashes often when opening messages from Groupwise folder

-- 
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 subscribed to evolution-data-server in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs