Skip site navigation (1)Skip section navigation (2)
Date:      17 Oct 2002 13:51:55 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Franz Klammer <klammer@webonaut.com>
Cc:        "Adriel Cardenas G." <aztlanet@gmx.net>, gnome@FreeBSD.ORG
Subject:   Re: Fw: Evolution 1.1.2 evolution-executive-summary crashing
Message-ID:  <1034877116.323.70.camel@gyros.marcuscom.com>
In-Reply-To: <1034876868.323.65.camel@gyros.marcuscom.com>
References:  <1034873691.83724.10.camel@ncc-1701>  <1034876868.323.65.camel@gyros.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-ozBEQpKlYohCWWe2L3Lr
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Thu, 2002-10-17 at 13:47, Joe Marcus Clarke wrote:
> On Thu, 2002-10-17 at 12:54, Franz Klammer wrote:
> > Am Do, 2002-10-17 um 18.31 schrieb Adriel Cardenas G.: 
> > > : > Evolution 1.1.2 crashes with following error:
> > > : > Application "evolution-executive-summary" has crashed due to a fatal
> > > : > error (Segemntation fault)
> > > :
> > > : What do you do to reproduce this error?
> > > :
> > > 
> > > The other day I got the same error, and I've send it to bugzilla (Bug
> > > 32285), with the same bt, and the people at ximian told me that it looks
> > > like a kernel, here's the response......
> > > 
> > > The backtrace is pretty useless. Actually looks like crashing in kernel!
> > > 
> > > Unfortunately, through no fault of your own, this trace is pretty
> > > useless since it has no debugging symbols. If you can reproduce this
> > > crash with a specific set of actions please start the component that's
> > > crashing from within gdb and then start evolution from another terminal.
> > > If you can get a better bt, please open a new report.  Thanks a lot.
> > > 
> > > And I'm working on 1.1.1, and never happened before....
> > 
> > i think i know where the problem is. can you please try 
> > to remove all newsfeed in the summary-settings?
> > it helps me that my summary don't crash.
> > but now i must always first change the setting and press
> > apply to see anything.
> > maybe it's an good idea to run killevo before restart.
> > 
> > @joe: i checked it today. yesterday i didn't know why it "works".
> 
> There were some changes to the news feeds between 1.1.1 and 1.1.2.  CNN
> and DebianPlanet were removed.  If you had either of those feeds
> configured, you'd have to remove them.  I still haven't been able to get
> 1.1.2 to crash myself.  I'm using a clean preference environment created
> by 1.1.1.

I should add, for all those seeing the crash with the pthread dump,
please apply the attached patch to /usr/src/lib/libc_r, then do:

# cd /usr/src/lib/libc_r
# make all
# make install

And see if Evo still crashes.  Thanks.

Joe

> 
> Joe
> 
> > 
> > 
> > franz.
> > 
> > > Adriel
> > > 
> > > 
> > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > with "unsubscribe freebsd-gnome" in the body of the message
> > 
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-gnome" in the body of the message
> > 
> -- 
> PGP Key : http://www.marcuscom.com/pgp.asc
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc

--=-ozBEQpKlYohCWWe2L3Lr
Content-Disposition: attachment; filename=pthread_private.h.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=pthread_private.h.diff; charset=ISO8859-1

--- src/lib/libc_r/uthread/pthread_private.h	Wed Oct 16 14:51:25 2002
+++ src/lib/libc_r/uthread/pthread_private.h	Thu Oct 17 13:50:57 2002
@@ -409,7 +409,7 @@
 /*
  * Miscellaneous definitions.
  */
-#define PTHREAD_STACK_DEFAULT			65536
+#define PTHREAD_STACK_DEFAULT			131072
 /*
  * Size of red zone at the end of each stack.  In actuality, this "red zon=
e" is
  * merely an unmapped region, except in the case of the initial stack.  Si=
nce

--=-ozBEQpKlYohCWWe2L3Lr--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




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