Date: Thu, 28 Apr 2011 16:13:40 +0100 From: David Woodhouse <dwmw2@infradead.org> To: Matthias Apitz <guru@unixarea.de> Cc: gnome@freebsd.org, evolution-list@gnome.org Subject: Re: [Evolution] evolution-2.32.1 (FreeBSD HEAD) && calendar not working Message-ID: <1304003620.4772.16.camel@macbook.infradead.org> In-Reply-To: <20110428145451.GA25158@sh4-5.1blu.de> References: <1303827472.6417.113.camel@macbook.infradead.org> <20110426145506.GA20059@sh4-5.1blu.de> <1303831016.6417.132.camel@macbook.infradead.org> <20110426213920.GA15678@sh4-5.1blu.de> <20110427062214.GA1159@sh4-5.1blu.de> <20110428073857.GB4359@sh4-5.1blu.de> <20110428131312.GA17412@sh4-5.1blu.de> <1303998164.2912.123.camel@macbook.infradead.org> <20110428140106.GA5664@sh4-5.1blu.de> <1303999409.2912.129.camel@macbook.infradead.org> <20110428145451.GA25158@sh4-5.1blu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2011-04-28 at 16:54 +0200, Matthias Apitz wrote: > > I've rebuild glib-2.26.1 and evo-exchange 2.32.3 (removing my changes) > with gcc46; the problem remains: > > Server is up and running... > [Thread 2997d200 (LWP 100749/e-calendar-factory) exited] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 29804300 (LWP 100639/initial thread)] > 0x29e28d87 in ?? () > (gdb) bt > #0 0x29e28d87 in ?? () > #1 0x290edaf8 in g_hash_table_lookup () from > /usr/local/lib/libglib-2.0.so.0 > #2 0x29f9e43e in e2k_autoconfig_lookup_option ( > option=0x29fcf520 "Disable-Plaintext") at _ctype.h:106 Can you do that with debugging symbols for glib? That just *shouldn't* crash; g_hash_table_lookup() is being given a valid, but empty, hash table and should return NULL. The world is broken. -- dwmw2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1304003620.4772.16.camel>