Package: evolution-data-server Version: 1.10.1-2 Severity: normal Tags: patch File: /usr/lib/evolution/evolution-data-server-1.10
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. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18-4-amd64 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages evolution-data-server depends on: ii evolu 1.10.1-2 architecture independent files for ii libbo 2.18.0-2 Bonobo CORBA interfaces library ii libc6 2.5-5 GNU C Library: Shared libraries ii libca 1.10.1-2 The Evolution MIME message handlin ii libco 1.39+1.40-WIP-2006.11.14+dfsg-2+b1 common error description library ii libdb 4.4.20-8 Berkeley v4.4 Database Libraries [ ii libeb 1.10.1-2 Client library for evolution addre ii libec 1.10.1-2 Client library for evolution calen ii libed 1.10.1-2 Backend library for evolution addr ii libed 1.10.1-2 Backend library for evolution cale ii libed 1.10.1-2 Utility library for evolution data ii libeg 1.10.1-2 Client library for accessing group ii libgc 2.18.0.1-3 GNOME configuration database syste ii libgl 2.12.11-3 The GLib library of C routines ii libgn 2.18.0-4 The GNOME 2 library - runtime file ii libgn 1:2.18.1-2 GNOME Virtual File System (runtime ii libgn 1.6.2-1 the GNU TLS library - runtime libr ii libkr 1.4.4-8 MIT Kerberos runtime libraries ii libld 2.1.30-13.4 OpenLDAP libraries ii libns 4.6.6-3 NetScape Portable Runtime Library ii libns 3.11.5-3+b1 Network Security Service libraries ii libor 1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB ii libpo 1.10-3 lib for parsing cmdline parameters ii libso 2.2.100-1 an HTTP library implementation in ii libxm 2.6.28.dfsg-1 GNOME XML library ii zlib1 1:1.2.3-13 compression library - runtime evolution-data-server recommends no packages. -- .''`. : :' : We are debian.org. Lower your prices, surrender your code. `. `' We will add your hardware and software distinctiveness to `- our own. Resistance is futile.
--- evolution-data-server-1.10.1/src/server.c.orig 2007-05-05 22:41:08.889680750 +0200
+++ evolution-data-server-1.10.1/src/server.c 2007-05-05 22:44:05.768735000 +0200
@@ -369,7 +369,7 @@
else if (!did_cals)
failed = "CALS";
- g_error (G_STRLOC ": could not initialize Server service \"%s\"; terminating", failed);
+ g_warning (G_STRLOC ": could not initialize Server service \"%s\"; terminating", failed);
if (e_data_book_factory) {
bonobo_object_unref (BONOBO_OBJECT (e_data_book_factory));
signature.asc
Description: Ceci est une partie de message numériquement signée

