Ticket #1080 (new defect)
segfault in evo2-sync
| Reported by: | cdfrey | Owned by: | tuju |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin: evolution | Version: | 0.38 |
| Severity: | normal | Keywords: | |
| Cc: | ianmartin |
Description
On Debian Lenny, the latest SVN tree + evo2-sync segfaulted somewhere inside libgconf.
This was mentioned on IRC, and dgollub posted this patch which fixed the segfault issue: http://opensync.pastebin.com/m550830cb
- Chris
Index: src/evolution2_sync.c =================================================================== --- src/evolution2_sync.c (revision 5315) +++ src/evolution2_sync.c (working copy)
-213,6 +213,7 @@
osync_plugin_set_longname(plugin, "Evolution 2.x"); osync_plugin_set_description(plugin, "Address book, calendar and task list of Evolution 2");
+ osync_plugin_set_start_type(plugin, OSYNC_START_TYPE_PROCESS);
osync_plugin_set_initialize(plugin, evo2_initialize); osync_plugin_set_finalize(plugin, evo2_finalize); osync_plugin_set_discover(plugin, evo2_discover);
