Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2006 13:33:57 +0400
From:      Yuri Pankov <y.pankov@irbis.net.ru>
To:        shild@sbcglobal.net
Cc:        freebsd-gnome <freebsd-gnome@freebsd.org>
Subject:   Re: Evolution 2.6.3 crashing
Message-ID:  <1158053637.37140.13.camel@sierra.irbis.net.ru>
In-Reply-To: <1158021025.43301.10.camel@fbsd1.dyndns.org>
References:  <1157993920.6805.11.camel@fbsd1.dyndns.org> <1158000082.22477.11.camel@fbsd1.dyndns.org> <1158021025.43301.10.camel@fbsd1.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2006-09-11 at 19:30 -0500, Scott T. Hildreth wrote:
> On Mon, 2006-09-11 at 13:41 -0500, Scott T. Hildreth wrote:
> 
> > On Mon, 2006-09-11 at 11:58 -0500, Scott T. Hildreth wrote:
> > 
> > > My evolution keeps crashing, I'm trying to capture the errors but i
> > > don't really see any.
> > > So I thought I would compile it with debugging turned on.   To do this I
> > > just need,
> > > 
> > > make -DWITH_DEBUG 
> 
> 
>    Well this isn't a valid KNOB ( that I can tell) for compiling
> evolution.
>    Can anybody point me in the right direction?  Evolution will be
> working 
>    just fine, then all of sudden it locks up crashes.    It seems to be
> when 
>    it is fetching mail, I think.   I've tried redirecting the stdout &
> stderr into 
>    a file and the only thing I see that looks critical is this,
> 
>     GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT
> (object)' failed
> 

I'm not sure, but it may crash due to G_DEBUG env variable being set to
"fatal_criticals". You can try to unset it, if it's the case.

>     I also started it with CAMEL_VERBOSE_DEBUG=1 and this didn't show
> anything but
>     normal operations, i.e. calling spamc ...etc.
> 
>     I keep recompiling evolution, but I think maybe I should run a 
>    
>     potupgrade -frR mail/evolution
> 
>      Any ideas?
> 
>                                                 Thanks.
> 
> 

Follow instructions given here:
http://www.freebsd.org/gnome/docs/bugging.html .
And you would want to compile Evolution with following settings
in /etc/make.conf:
CFLAGS=-g -pipe
STRIP=


Yuri




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1158053637.37140.13.camel>