From owner-freebsd-ports@FreeBSD.ORG Wed May 31 15:12:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E65B16B4BD for ; Wed, 31 May 2006 15:12:40 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9795E43D4C for ; Wed, 31 May 2006 15:12:39 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FlSN9-0004qd-DN for freebsd-ports@freebsd.org; Wed, 31 May 2006 17:12:35 +0200 Received: from panix2.panix.com ([166.84.1.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 May 2006 17:12:35 +0200 Received: from mark.evenson by panix2.panix.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 May 2006 17:12:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Mark Evenson Date: Wed, 31 May 2006 17:12:09 +0200 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: panix2.panix.com User-Agent: Thunderbird 1.5.0.2 (X11/20060518) In-Reply-To: Sender: news Subject: Re: evolution-2.6.2/evolution-exchange-2.6.2 seems to be borked X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 15:12:42 -0000 Mark Evenson wrote: > After a cvsup and portupgrade dance yesterday on FREEBSD_6_1, > evolution-2.6.2 is reproducibly hanging in communication with Exchange. I managed to get both evolution-2.6.2 and evolution-exchange-2.6.2 installed with debug symbols via portdir$ make CFLAGS="-g" STRIP="" After screwing around with debugger for a couple of hours, I am not really any closer to discovering what is causing the problem, mostly due to my lack of knowledge of GNOME. Under gdb, I can make evolution want to crash (not sure if this is a SIGSEGV), but some sort of GNOME GUI window intercepts this call that leads to no core being produced. evolution does some redirection of SIGSEGV and other signals (main.c:setup_segv_redirect()) as apparently there are problems with if a thread other than the main thread throws a SIGSEGV. Can someone point me to an explanation of how to get a GNOME application to generate a core? Or give me any further tips on how I help diagnose what is going wrong?