From owner-freebsd-current@FreeBSD.ORG Tue Jan 11 12:26:54 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE4BF16A4CE for ; Tue, 11 Jan 2005 12:26:54 +0000 (GMT) Received: from 212.106.238.57.adsl.jazztel.es (212.106.238.57.adsl.jazztel.es [212.106.238.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64FE443D2D for ; Tue, 11 Jan 2005 12:26:53 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from [192.168.254.16] (orion.redesjm.local [192.168.254.16]) j0BCQkSH086773; Tue, 11 Jan 2005 13:26:46 +0100 (CET) (envelope-from freebsd@redesjm.local) Message-ID: <41E3C608.6070003@redesjm.local> Date: Tue, 11 Jan 2005 13:26:48 +0100 From: Jose M Rodriguez User-Agent: Mozilla Thunderbird 1.0 (X11/20050106) X-Accept-Language: es-es, es MIME-Version: 1.0 To: Matteo Riondato References: <1105302297.9705.23.camel@kaiser.sig11.org> <1105330028l.5495l.2l@BARTON> <1105444663.21117.13.camel@kaiser.sig11.org> In-Reply-To: <1105444663.21117.13.camel@kaiser.sig11.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.5; VDF: 6.29.0.31; host: antares.redesjm.local) cc: freebsd-current@freebsd.org Subject: Re: firefox coredumping in recent current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 12:26:55 -0000 Matteo Riondato escribió: >On 10-01-2005 at 04:07 +0000, Jason Henson wrote: > > >>On 01/09/05 15:24:57, Matteo Riondato wrote: >> >> >>>Hi folks >>>I'm experimenting some core dumps with firefox on a recent current >>>(Jan >>>2 2005). Firefox crashes during surfing, >>> >>> > > > >>What options, if any, did you build with? -f options kill all the >>chrome stuff from mozilla on my machince. >> >> > >Sorry for having caused such a noise. I noticed that I built firefox >with -O2, which isn't supported. Probably, building it with -O will >result in a working firefox. >Anyway, if that matters: I rebuild it (again, with -O2 and debug) and >here is a backtrace: >(gdb) bt >#0 0x28ab00ab in pthread_testcancel () from /usr/lib/libpthread.so.1 >#1 0x28aa8510 in pthread_mutexattr_init () >from /usr/lib/libpthread.so.1 >#2 0x00000000 in ?? () > > >Perhaps it can be useful to something else, such as tracking bugs down >in libpthread. > >Best Regards > > Try using CFLAGS+= -O2 -fno-strict-aliasing and/or WITH_OPTIMIZED_CFLAGS="YES" Also, check your CPU options. I use CPUTYPE=athlon-xp NO_CPU_CFLAGS= true NO_CPU_COPTFLAGS=true CFLAGS= -O2 -march=pentium-mmx -mtune=athlon-xp -fno-strict-aliasing -pipe -- josemi