From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 18 02:28:50 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9266106568F for ; Wed, 18 Jan 2012 02:28:50 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 737248FC16 for ; Wed, 18 Jan 2012 02:28:50 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so4399570obc.13 for ; Tue, 17 Jan 2012 18:28:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ajhpO/Yo4cZma+oCQ1Rb7Bs0sqbfvmbPlkRV5qR/d6I=; b=MrQxaP160GEuI2oR8F3g2ralC6Ol0RAq058U4TWEUv2LyhBAXQ2z9jHXE53otmG3z7 bOWYSgBMBO9VGW+GYQbUi7i2Gt4DakMOKK1JWDGrNzg+tJB0J92CNb9TTq2ekSFXeKqz X7nFyuqGUn1QJb7CQCmpmyRyYyqA6nnHaddSo= MIME-Version: 1.0 Received: by 10.182.47.10 with SMTP id z10mr1037064obm.19.1326853730025; Tue, 17 Jan 2012 18:28:50 -0800 (PST) Received: by 10.182.5.162 with HTTP; Tue, 17 Jan 2012 18:28:49 -0800 (PST) In-Reply-To: <03b301ccd587$eba40d00$c2ec2700$@fisglobal.com> References: <03b301ccd587$eba40d00$c2ec2700$@fisglobal.com> Date: Tue, 17 Jan 2012 18:28:49 -0800 Message-ID: From: Garrett Cooper To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: 14 month old regression (how?) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2012 02:28:50 -0000 On Tue, Jan 17, 2012 at 6:21 PM, Devin Teske wrote: > Looking at bin/164192... > > I'm left wondering to myself... > How on Earth did a regression-by-typo introduced in SVN r214735 go 14 months > without being noticed? Very carefully. I've seen it happen before on paid products (in fact I've fixed 15 year old bugs thanks to my colorized editor, and I'm sure someone's going to find bugs I've made 1, 5, 10, or 20 years in the future..).. people make mistakes -- it's a fact of life. -Garrett