Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114999 - evolution-2.4.2 (and 2.4.2.1) crash on startup due to remote calendar
Summary: evolution-2.4.2 (and 2.4.2.1) crash on startup due to remote calendar
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-09 10:20 UTC by Morgan Collins
Modified: 2006-01-26 02:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Morgan Collins 2005-12-09 10:20:21 UTC
Starting with 2.4.2, when I start evolution it crashes just after the GUI loads.

on the terminal I see:

morcant@fury(~): evolution
adding hook target 'source'

(evolution:30908): camel-WARNING **: camel_exception_get_id called with NULL
parameter.

(evolution:30908): e-canvas-background.c-CRITICAL **: ecb_style_set: assertion
`ecb->priv->gc != NULL' failed

When I run this through gdb, I get:

Program received signal SIGSEGV, Segmentation fault.
0x00002aaab2a66e20 in e_pub_publish ()
   from /usr/lib64/evolution/2.4/components/libevolution-calendar.so

here is a complete backtrace:

#0  0x00002aaab2a66e20 in e_pub_publish () from
/usr/lib64/evolution/2.4/components/libevolution-calendar.so
#1  0x00002aaab2a2592b in calendar_component_peek_base_directory ()
   from /usr/lib64/evolution/2.4/components/libevolution-calendar.so
#2  0x00002aaaae2af8a1 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#3  0x00002aaaae2b15cd in g_main_context_acquire () from /usr/lib/libglib-2.0.so.0
#4  0x00002aaaae2b197a in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#5  0x00002aaaac3e4ccb in bonobo_main () from /usr/lib/libbonobo-2.so.0
#6  0x00000000004179b7 in main ()


I do have my calendar set to post to a webdav share.

moving libevolution-calendar.so out of the way allows evolution to load without
the calendar component.
Comment 1 Arif Lukito 2006-01-26 00:55:44 UTC
upstream bug
http://bugzilla.gnome.org/show_bug.cgi?id=324102
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2006-01-26 02:18:05 UTC
Thanks Arif.