From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 28 14:03:32 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 850DD106566C for ; Thu, 28 Apr 2011 14:03:32 +0000 (UTC) (envelope-from BATV+99e3e998369cdb48ce08+2804+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 137C08FC13 for ; Thu, 28 Apr 2011 14:03:32 +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 1QFRoe-0004fJ-6z; Thu, 28 Apr 2011 14:03:36 +0000 From: David Woodhouse To: Matthias Apitz In-Reply-To: <20110428140106.GA5664@sh4-5.1blu.de> References: <1303821491.6417.108.camel@macbook.infradead.org> <20110426135234.GA1336@sh4-5.1blu.de> <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> Content-Type: text/plain; charset="UTF-8" Date: Thu, 28 Apr 2011 15:03:29 +0100 Message-ID: <1303999409.2912.129.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: Thu, 28 Apr 2011 14:03:32 -0000 On Thu, 2011-04-28 at 16:01 +0200, Matthias Apitz wrote: > > yes; I saw this as well and checked config_options with fprinf's; > after > the 1st call of read_config() it contains a good point, but even with > this g_hash_table_lookup() crashes; that's why I changed the line > > return g_hash_table_lookup (config_options, option); > to > return NULL; > > I don't know why g_hash_table_lookup() crashes; Was your glib built with the old, buggered, compiler? -- dwmw2