From owner-freebsd-current@FreeBSD.ORG Wed Oct 19 14:50:23 2011 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 A5593106566B for ; Wed, 19 Oct 2011 14:50:23 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 716768FC1E for ; Wed, 19 Oct 2011 14:50:23 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 779F4617F for ; Wed, 19 Oct 2011 10:50:22 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1319035822; bh=3fH9mIALPUNnHqgKy8PYFVCmGxanVJkNB98Kvkj0MPU=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=ZQA/hZwjCPfABir/A96LJBFOf6QbuGwzLWUP+Oqfrz+f0EGW/hQ5nxKT9MTubohtu uovDpiepHiiJkWqlulsG+PvJn8xuQSnrLcPAbNXnEuDk10t/ojk7Z8AWJaWrTNs DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: content-type:content-transfer-encoding; b=XbaJka2kSduZQNeiky+6XmhTlnDavl5ZuP0a0I9MVfzdeiJpmb513+/0faa6lwzks CySOOdCvvJBOb5swh6g/pJwMVucF+nR3n8Gt2K7sL9BStlrXH3AGN1eNS8xb6pO Message-ID: <4E9EE3AD.7080708@protected-networks.net> Date: Wed, 19 Oct 2011 10:50:21 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: '/bin/ls' broken by SVN r226509 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: Wed, 19 Oct 2011 14:50:23 -0000 When running 'configure' for, say, the latest clamav update, '/bin/ls' dumps core with a floating point exception. Reversing out SVN r226509 restores normal operation, imb