From owner-freebsd-questions@FreeBSD.ORG Sat Jun 27 15:01:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF64E106564A for ; Sat, 27 Jun 2009 15:01:05 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from mtah31.telenor.se (mtah31.telenor.se [213.150.131.4]) by mx1.freebsd.org (Postfix) with ESMTP id 406748FC13 for ; Sat, 27 Jun 2009 15:01:04 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from iph2.telenor.se (iph2.telenor.se [195.54.127.133]) by mtah31.telenor.se (Postfix) with ESMTP id B12595A60C for ; Sat, 27 Jun 2009 17:01:03 +0200 (CEST) X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ak6TAEbRRUpV4jsLPGdsb2JhbACBUYxwijMBAQEBN7RrhA0F X-IronPort-AV: E=Sophos;i="4.42,301,1243807200"; d="scan'208";a="23447848" Received: from c-0b3be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.11]) by iph2.telenor.se with ESMTP; 27 Jun 2009 17:01:03 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.3/8.14.3) with ESMTP id n5RF11P9060201 for ; Sat, 27 Jun 2009 17:01:02 +0200 (CEST) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <4A46342D.6020600@pp.dyndns.biz> Date: Sat, 27 Jun 2009 17:01:01 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.21 (X11/20090430) MIME-Version: 1.0 To: FreeBSD Mailing List References: <4A462FA7.7090802@gmail.com> In-Reply-To: <4A462FA7.7090802@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Other browsers show the same behaviour (Firefox crashes on yahoo.com) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 15:01:06 -0000 Manish Jain wrote: > 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). > > >> 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 > I'm not using X at all on my FreeBSD machines so I don't know if this is related. We had a similar problem in Gentoo lately where Firefox simply segfaulted on certain webpages. It was tracked down to librsvg and there is a temporary patch for 2.22-2.26: http://mirrors.evolva.ro/gentoo-portage/gnome-base/librsvg/files/librsvg-2.22.3-fix-segfault-with-firefox.patch As I said, I don't know if this relates to FreeBSD in any way but to a layman like myself it seems plausible since it's the same applications involved and I can't see that there is a patch for this in Ports. Some developer probably can make more sense out of this than I but I though it was worth mentioning. Regards Morgan