Re: Firefox crashes on yahoo.com

2009-06-28 Thread Frank Shute
On Sat, Jun 27, 2009 at 01:31:09PM +0530, Manish Jain wrote:

 
 Hi,
 
 This seems to be a strange problem with Firefox which I never 
 encountered on my old system. Both Firefox2 and Firefox3 work well the 
 other sites I have tried accessing, but crash on navigating to www.yahoo.com
 
 /usr/home/emmjanex # firefox3 http://www.yahoo.com 
 [1] 2668
 /usr/home/emmjanex # NP_Initialize
 New
 SetWindow
 SetWindow
 NewStream
 WriteReady
 Write
 decoding...
 The program 'firefox-bin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadImplementation (server does not implement operation)'.
   (Details: serial 31 error_code 17 request_code 140 minor_code 5)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() 
function.)
 
 [1]+  Exit 1  firefox3 http://www.yahoo.com
 
 
 There is nothing relevant to the crash in Xorg.0.log or console.log
 

Have you tried Firefox3.5? It's in ports as www/firefox3-devel.

I just tried Yahoo! and had no problems.

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

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


Re: Firefox crashes on yahoo.com

2009-06-28 Thread Manish Jain

Frank Shute wrote:

On Sat, Jun 27, 2009 at 01:31:09PM +0530, Manish Jain wrote:


Hi,

This seems to be a strange problem with Firefox which I never 
encountered on my old system. Both Firefox2 and Firefox3 work well the 
other sites I have tried accessing, but crash on navigating to www.yahoo.com



/usr/home/emmjanex # firefox3 http://www.yahoo.com 
[1] 2668
/usr/home/emmjanex # NP_Initialize
New
SetWindow
SetWindow
NewStream
WriteReady
Write
decoding...
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
 (Details: serial 31 error_code 17 request_code 140 minor_code 5)
 (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() 
  function.)


[1]+  Exit 1  firefox3 http://www.yahoo.com


There is nothing relevant to the crash in Xorg.0.log or console.log



Have you tried Firefox3.5? It's in ports as www/firefox3-devel.

I just tried Yahoo! and had no problems.

Regards,




Hi Frank,

The problem is not restricted to firefox or yahoo.com. There are other 
sites too where this happens. I built Galeon from ports, and it shows 
exactly the same behaviour as firefox2/firefox3 for those sites. So does 
Epiphany (installed from the distribution media).


I doubt whether firefox-3.5 could solve the problem. This seems to be a 
problem with a core library in X or one of the graphics libraries.


--
Regards
Manish Jain
invalid.poin...@gmail.com
+91-96500-10329

Laast year I kudn't spell Software Engineer. Now I are won.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firefox crashes on yahoo.com

2009-06-28 Thread Roland Smith
On Sun, Jun 28, 2009 at 02:24:03PM +0530, Manish Jain wrote:
  Have you tried Firefox3.5? It's in ports as www/firefox3-devel.
  
  I just tried Yahoo! and had no problems.

I tried yahoo with firefox3 on 7.2-RELEASE-p2 amd64 without problems.

 The problem is not restricted to firefox or yahoo.com. There are other 
 sites too where this happens. I built Galeon from ports, and it shows 
 exactly the same behaviour as firefox2/firefox3 for those sites. So does 
 Epiphany (installed from the distribution media).
 
 I doubt whether firefox-3.5 could solve the problem. This seems to be a 
 problem with a core library in X or one of the graphics libraries.

Are your ports up-to-date? Use portsnap(8) [first time: 'portsnap fetch
extract', afterwards 'portsnap fetch update'] to update your ports tree and
then portmaster(8) ['portmaster -a -B -d'].

If your ports are up-to-date, try rebuilding libX11 and the ports it
depends on ['portmaster -f -x libX11'].

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpWGmqAZI8ZP.pgp
Description: PGP signature


Re: Firefox crashes on yahoo.com

2009-06-28 Thread Manish Jain

Roland Smith wrote:

On Sun, Jun 28, 2009 at 02:24:03PM +0530, Manish Jain wrote:

Have you tried Firefox3.5? It's in ports as www/firefox3-devel.

I just tried Yahoo! and had no problems.


I tried yahoo with firefox3 on 7.2-RELEASE-p2 amd64 without problems.

The problem is not restricted to firefox or yahoo.com. There are other 
sites too where this happens. I built Galeon from ports, and it shows 
exactly the same behaviour as firefox2/firefox3 for those sites. So does 
Epiphany (installed from the distribution media).


I doubt whether firefox-3.5 could solve the problem. This seems to be a 
problem with a core library in X or one of the graphics libraries.


Are your ports up-to-date? Use portsnap(8) [first time: 'portsnap fetch
extract', afterwards 'portsnap fetch update'] to update your ports tree and
then portmaster(8) ['portmaster -a -B -d'].

If your ports are up-to-date, try rebuilding libX11 and the ports it
depends on ['portmaster -f -x libX11'].

Roland



Hi Roland,

I traced the problem. It's related to flash. When I disable the 
flash plugin, Firefox works smoothly.


I suspect a lot of sites are using a new version of flash, which 
doesn't go down well with the existing browsers.


I run portsnap and portmaster through a daily cron, so the ports 
directory is always up-to-date.


--
Regards
Manish Jain
invalid.poin...@gmail.com
+91-96500-10329

Laast year I kudn't spell Software Engineer. Now I are won.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firefox crashes on yahoo.com

2009-06-28 Thread Roland Smith
On Sun, Jun 28, 2009 at 07:31:55PM +0530, Manish Jain wrote:
 I traced the problem. It's related to flash. When I disable the 
 flash plugin, Firefox works smoothly.

 I suspect a lot of sites are using a new version of flash, which 
 doesn't go down well with the existing browsers.

Are you using the linux-flashplugin?

You could try graphics/gnash as a flash plugin. If it crashes it doesn't
take your browser with it. And it is open source. It doesn't work with
all flash sites, but e.g. youtube works.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpZEHD8VUahh.pgp
Description: PGP signature