Re: firefox-3.5.7,1 crashing

2010-01-28 Thread Gary Jennejohn
On Thu, 28 Jan 2010 09:21:13 +0200
Peter Badenhorst  wrote:

> I have found a reproducible bug that causes Firefox to crash whenever I go
> to this web page: http://www.myspace.com/forsupernaturalfans
> 

Just a data point - this page works fine with firefox 3.6 from the ports
tree.

---
Gary Jennejohn
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


Re: firefox-3.5.7,1 crashing

2010-01-28 Thread Gary Jennejohn
On Thu, 28 Jan 2010 16:27:07 +0200
Peter Badenhorst  wrote:

> I compiled and installed 3.6 in www/firefox3-devel and it crashed again.
> This is the output near the end, I compiled it with debug info:
> 
> nsStringStats
>  => mAllocCount:  26879
>  => mReallocCount: 6803
>  => mFreeCount:   16552  --  LEAKED 10327 !!!
>  => mShareCount:  28468
>  => mAdoptCount:   2344
>  => mAdoptFreeCount:   2341  --  LEAKED 3 !!!
> 
> 

Well, what can I say?  I just tried it again and it definitely succeeds
for me.

One thing which may make it work for me is that I have the NoScript plugin
installed, which may be blocking nasty stuff on this site.  I notice there's
some flash present.  I have (a) Flashblock installed and (b) a working Adobe
flash plugin.

---
Gary Jennejohn
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Gary Jennejohn
On Thu, 4 Feb 2010 01:19:33 +0100
Martin Wilke  wrote:

> Please make sure all your addons are compatible with firefox 3.6,
> backup your $HOME/.mozilla dir, also you need to reinstall
> www/linux-f10-flashplugin10.
> 

Works extremely well.  Thanks!

BTW I did not need to reinstall www/linux-f10-flashplugin10.  The old
installation from August 2009 just worked OOTB.

---
Gary Jennejohn
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


Re: Bug Report: Firefox 3.6.2 crashes on JavaScript heavy pages

2010-04-03 Thread Gary Jennejohn
On Sat, 3 Apr 2010 04:24:05 -0700
Garrett Cooper  wrote:

> On Sat, Apr 3, 2010 at 3:30 AM, Edward Tj__rnhammar  wrote:
> > The browser crashes on JavaScript intensive pages. I've tried to debug
> > the behavior but since firebug crashes with firefox this is a no go.
> > I've tried disabling optimizations in the firefox makefile but it
> > makes no difference.
> >
> > I don't believe it matters but my hardware is a Dell XPS m1210 laptop
> > with intel graphics.
> >
> > What system:
> > pylon# uname -a
> > FreeBSD pylon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Mar 13 18:50:29
> > CET 2010 __ __ r...@pylon:/usr/obj/usr/src/sys/PYLON __i386
> >
> > What makefile:
> > pylon# grep Makefile,v /usr/ports/www/firefox/Makefile
> > # $FreeBSD: ports/www/firefox/Makefile,v 1.221 2010/03/23 08:54:22 beat Exp 
> > $
> >
> > How to reproduce:
> > I can reproduce this crash everytime by removing my .mozilla and then visit:
> > __http://review.source.android.com/11633
> > Most pages are Ok.
> >
> > Error message:
> > Floating point exception (core dumped)
> >
> > Well.. the processor supports SSE instrincs, perhaps this is a SIMD
> > optimization bug somewhere else, I remember I enabled that for some
> > other port..
> >
> > Other notable behaviour:
> > If i run firefox3 with truss -f firefox3 does not crash on the page.
> > I could probably dive deeper into this.
> 
> Doesn't crash for me on Firefox 3.5.8:
> 
> # /etc/make.conf:
> CFLAGS+= -fno-strict-aliasing -pipe
> CXXFLAGS  += -fno-strict-aliasing -pipe
> # ...
> CPUTYPE   := nocona
> 
> Do you have a custom make.conf file? If so, what's your processor
> and your CPUTYPE / C*FLAGS?
>

The referenced page works for me using FF 3.6.2.  I don't have any
special CFLAGS values set in src.conf/make.conf.

I also have
CPU: AMD Athlon(tm) Dual Core Processor 4850e (2505.35-MHz K8-class CPU)
Features=0x178bfbff
Features2=0x2001

--
Gary Jennejohn
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


Re: FreeBSD Port: firefox-3.6.3, 1 (trying to load certain pages causes the browser to hang then crash)

2010-05-02 Thread Gary Jennejohn
On Sat, 1 May 2010 22:30:47 -0300
Joey Mingrone  wrote:

> Hi,
> 
> This behaviour is consistent for the same pages.  For example,
> reader.google.com will never load.  I can load pages with https:// so
> I'm not sure if this is related to the problem I've seen in gnats.
> This is on a box running 8.0-RELEASE-p2.  Here is what /etc/make.conf
> looks like:
> 
> CUPS_OVERWRITE_BASE=YES
> NO_SENDMAIL=true
> OVERRIDE_LINUX_BASE_PORT=f10
> OVERRIDE_LINUX_NONBASE_PORTS=f10
> PERL_VERSION=5.10.1
> WITH_CUPS=YES
> WITH_GECKO=libxul
> WITHOUT_LPR=YES
> 

I can load reader.google.com without a problem.  Note that I do not
have any WITH_GECKO in my make.conf.  Can't say whether that is the
issue.

However, if you mean by "will never load", that you keep getting sent
back to the log-in page, then I do see that if I have my local caching
proxy server (wwwoffle) enabled.  Turning it off allows me to log in.

--
Gary Jennejohn
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"