From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 26 14:17:55 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7974A106566B for ; Tue, 26 Apr 2011 14:17:55 +0000 (UTC) (envelope-from BATV+66b332943896f5ebaa58+2802+infradead.org+dwmw2@casper.srs.infradead.org) Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 08D0A8FC15 for ; Tue, 26 Apr 2011 14:17:55 +0000 (UTC) Received: from macbook.infradead.org ([2001:8b0:10b:1:216:eaff:fe05:bbb8]) by casper.infradead.org with esmtpsa (Exim 4.72 #1 (Red Hat Linux)) id 1QEj5S-0003nK-6h; Tue, 26 Apr 2011 14:17:58 +0000 From: David Woodhouse To: Matthias Apitz In-Reply-To: <20110426135234.GA1336@sh4-5.1blu.de> References: <20110424181903.GA1129@tiny> <1303673639.6417.7.camel@macbook.infradead.org> <20110425142311.GA31595@sh4-5.1blu.de> <1303760086.6417.25.camel@macbook.infradead.org> <20110426063226.GA13844@sh4-5.1blu.de> <1303808818.6417.63.camel@macbook.infradead.org> <20110426120415.GA2913@sh4-5.1blu.de> <1303819852.6417.100.camel@macbook.infradead.org> <20110426122621.GB2913@sh4-5.1blu.de> <1303821491.6417.108.camel@macbook.infradead.org> <20110426135234.GA1336@sh4-5.1blu.de> Content-Type: text/plain; charset="UTF-8" Date: Tue, 26 Apr 2011 15:17:52 +0100 Message-ID: <1303827472.6417.113.camel@macbook.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Cc: gnome@freebsd.org, evolution-list@gnome.org Subject: Re: [Evolution] evolution-2.32.1 (FreeBSD HEAD) && calendar not working X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 14:17:55 -0000 On Tue, 2011-04-26 at 15:52 +0200, Matthias Apitz wrote: > Forget what I wrote about dbus and gnome-session-daemon; I tested this > in a SSH session to the VM and not in the desktop itself; I'm so stupid > sometime :-( Heh. Easily done ;) > Here is goes again: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 29804300 (LWP 100114/initial thread)] > 0x29dd2d60 in ?? () > (gdb) > (gdb) > (gdb) > (gdb) > (gdb) bt > #0 0x29dd2d60 in ?? () > #1 0x290b754b in g_hash_table_lookup () from > /usr/local/lib/libglib-2.0.so.0 > #2 0x29f33dd6 in e2k_autoconfig_lookup_option () > from > /usr/local/lib/evolution-data-server-1.2/extensions/libecalbackendexchange.so > #3 0x29f3564f in e2k_autoconfig_new () > from > /usr/local/lib/evolution-data-server-1.2/extensions/libecalbackendexchange.so > #4 0x29f520b0 in exchange_account_connect () > from > /usr/local/lib/evolution-data-server-1.2/extensions/libecalbackendexchange.so > #5 0x29f25368 in open_calendar () from > /usr/local/lib/evolution-data-server-1.2/extensions/libecalbackende OK, so evolution-exchange is broken and causing your calendar server to die with a SIGSEGV. Can you rebuild evo-exchange with '-g' so that we get debugging symbols in it? This *might* be a red herring; it might just be because you're still using evo-exchange 2.32.1 against eds 2.32.3. But I don't think so; nothing should have changed in the ABI. I strongly suspect this is the same problem you originally had. Let's get the current version of evo-exchange building, just to eliminate that possibility and in case it's already fixed there. Did you manage to work around your compiler bug by building with -O1 or -O0? -- dwmw2