From owner-freebsd-gnome Thu Oct 17 10:52:38 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D9237B401 for ; Thu, 17 Oct 2002 10:52:35 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C5C43E77 for ; Thu, 17 Oct 2002 10:52:34 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9HHpx01056505; Thu, 17 Oct 2002 13:51:59 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Fw: Evolution 1.1.2 evolution-executive-summary crashing From: Joe Marcus Clarke To: Franz Klammer Cc: "Adriel Cardenas G." , gnome@FreeBSD.ORG In-Reply-To: <1034876868.323.65.camel@gyros.marcuscom.com> References: <1034873691.83724.10.camel@ncc-1701> <1034876868.323.65.camel@gyros.marcuscom.com> Content-Type: multipart/mixed; boundary="=-ozBEQpKlYohCWWe2L3Lr" X-Mailer: Ximian Evolution 1.0.8 Date: 17 Oct 2002 13:51:55 -0400 Message-Id: <1034877116.323.70.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,IN_REP_TO,OUTLOOK_FW_MSG,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_01_02,TO_BE_REMOVED_REPLY version=2.41 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-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