GNOME Bugzilla – Bug 436197
Program abort()s when already loaded
Last modified: 2007-05-08 09:33:11 UTC
When evolution-data-server gets launched by a new application while there is an existing instance, it fails with a g_error, which ends up in abort(). This makes the process dump core if configured for. As the block ends with exit(), I think it is unintentional and should be replaced by a g_warning.
Created attachment 87623 [details] [review] Replace the g_error by a g_warning
Please commit to trunk.
Committed. Thanks.