From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 29 22:37:38 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2C431065679 for ; Thu, 29 Oct 2009 22:37:38 +0000 (UTC) (envelope-from gavare@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 34D348FC18 for ; Thu, 29 Oct 2009 22:37:37 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so120860eyd.9 for ; Thu, 29 Oct 2009 15:37:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=waK2pKvsmkDcao4Fn3kQ/2SrLJCqE4GxRLCe0nbCNN0=; b=MDU4ReBbhf7AN7dZFxJ+HXKioaoSpOaMnqf/izE63yUiDjleGfW2Fo3Iyq08SAzO/a oz8Nn6cp1+y+ul2jwd6AnfYpv4aKbgTLWe5VT4cXmHwZ9crfXHUIQLtn/9D0tp2JWj2D 9Kbpq+FrvzVIMGiwgq/3Es+KVZNmykCpNKA+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=K/jQFV70Izs6OfcNp+2Mw9/0GU89cMG1hj0T3Qe64MNeap7wGtgQCxWqHB5kSyWh6/ +pfC6+lU4uvmN4T50hbHjEVPWoh/SeMon1luaIr6Or3f0Oizl3bnJt2PR47fkZiyy2Zw McRg3WgQs4wxLwBuW5mkzy96LvMtYirCMo1Hk= Received: by 10.210.153.2 with SMTP id a2mr3276137ebe.12.1256854577121; Thu, 29 Oct 2009 15:16:17 -0700 (PDT) Received: from ?192.168.1.4? (c83-254-48-111.bredband.comhem.se [83.254.48.111]) by mx.google.com with ESMTPS id 5sm7097341eyh.26.2009.10.29.15.16.15 (version=SSLv3 cipher=RC4-MD5); Thu, 29 Oct 2009 15:16:16 -0700 (PDT) From: Anders Gavare To: gecko@freebsd.org Content-Type: text/plain Date: Thu, 29 Oct 2009 23:13:09 +0100 Message-Id: <1256854389.2179.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: timeout instead of connection refused (firefox 3.5.3 and 3.0.15) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: anders@gavare.se List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 22:37:38 -0000 Hi, I just upgraded from FreeBSD/amd64 8.0-BETA2 to 8.0-RC2, and wiped clean /usr/local and /var/db/pkg completely. Then I installed GNOME, Xorg, and Firefox 3.5.3 from packages at ftp.freebsd.org (8-stable). Firefox behaves very strangely. When connecting to 127.0.0.1, I expect an immediate Connection refused. That is where I route lots of ad/spam hosts using /etc/hosts. Instead of refusing the connection, Firefox waits forever. (I am assuming it will timeout, eventually.) This seems to be the same in Firefox 3.5.3 and 3.0.15 (in the case of 3.0.15, I installed from ports, not package). However, when I run Epiphany, it immediately sees that 127.0.0.1 says connection refused. Is this a known problem with the Firefox package(s) in FreeBSD 8 at the moment? Anders