From owner-freebsd-current@FreeBSD.ORG Tue Aug 21 08:28:44 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAD3F16A417 for ; Tue, 21 Aug 2007 08:28:44 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [IPv6:2001:770:10:300::86e2:510b]) by mx1.freebsd.org (Postfix) with SMTP id 07D2C13C474 for ; Tue, 21 Aug 2007 08:28:43 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 21 Aug 2007 09:28:42 +0100 (BST) Received: from localhost ([127.0.0.1] helo=maths.tcd.ie) by walton.maths.tcd.ie with SMTP id ; 21 Aug 2007 09:28:38 +0100 (BST) To: Anish Mistry In-reply-to: Your message of "Tue, 21 Aug 2007 00:45:38 EDT." <200708210045.45732.mistry.7@osu.edu> X-Request-Do: Date: Tue, 21 Aug 2007 09:28:38 +0100 From: David Malone Message-ID: <200708210928.aa80674@walton.maths.tcd.ie> Cc: freebsd-current@freebsd.org Subject: Re: Can't create TCP connections to certain IP addresses X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 08:28:44 -0000 > What's the PR number? The PR that I am thinking of is: http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/69257 > COPTFLAGS+=-O2 > CPUTYPE=i586/mmx I guess you may not be directly be effected, as you're using -O2, but it might be another interaction with gcc, so I'd try compiling a kernel with -O, just to see if you get a different result. (Record the output of building the kernel, just to make sure it is using the flags you think it is.) David.