Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 13:26:48 +0100
From:      Jose M Rodriguez <josemi@freebsd.jazztel.es>
To:        Matteo Riondato <rionda@gufi.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: firefox coredumping in recent current
Message-ID:  <41E3C608.6070003@redesjm.local>
In-Reply-To: <1105444663.21117.13.camel@kaiser.sig11.org>
References:  <1105302297.9705.23.camel@kaiser.sig11.org> <1105330028l.5495l.2l@BARTON> <1105444663.21117.13.camel@kaiser.sig11.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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





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