From owner-freebsd-stable@FreeBSD.ORG Fri May 30 16:28:16 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E2D021A; Fri, 30 May 2014 16:28:16 +0000 (UTC) Received: from mail-qg0-x229.google.com (mail-qg0-x229.google.com [IPv6:2607:f8b0:400d:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D10D2746; Fri, 30 May 2014 16:28:16 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id j5so5983854qga.14 for ; Fri, 30 May 2014 09:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Q7yIoqnQFTCZVxFK/FPxLV6iB0L4P2dBaNBWTJr+h1I=; b=a1G4NTrukX0iwtVim6YxJEm7fFwSERlIvySk4DRnLG4vr61+yURt0Q04yRjSEg17MV m8WN48d/RULcYejYHPjGyzrHjFt0ckSgGzrifztVVMNI0/pDASd8l68Ca4U/M+mSSx5v ptHhN1155qswoxnWN0UsxRBG0OScU2X1WZePKaA1N8GM1oWjRiR9rvuEYRcYebj9FSpY pLqzY+qSg2UrRBn8RzLuq4XxTXLmt5DfnNg3bI9HPrqFMu0FN/nCmQv0fSlF73Yt/jOh OdaLLJYR965HPQWh2nPU2y4cTtClvvKCw6nJ5g6HFvoOZX+mPvUeZR/5/uFpW6ExyPzZ woMA== MIME-Version: 1.0 X-Received: by 10.140.35.212 with SMTP id n78mr21189427qgn.87.1401467295281; Fri, 30 May 2014 09:28:15 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.96.122.133 with HTTP; Fri, 30 May 2014 09:28:15 -0700 (PDT) In-Reply-To: <201405301109.42870.jhb@freebsd.org> References: <201405301109.42870.jhb@freebsd.org> Date: Fri, 30 May 2014 09:28:15 -0700 X-Google-Sender-Auth: FgT2-zeLQ248JSc07J2ubTnafbQ Message-ID: Subject: Re: Stable/10 panic: uma_zfree: Freeing to non free bucket index. From: hiren panchasara To: John Baldwin Content-Type: text/plain; charset=UTF-8 Cc: Jeff Roberson , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 16:28:16 -0000 On Fri, May 30, 2014 at 8:09 AM, John Baldwin wrote: > On Thursday, May 29, 2014 7:12:02 pm hiren panchasara wrote: >> We are at stable/10 r261579. On a Xeon E5-2670 with 64GB ram, we saw this > panic: >> >> Unread portion of the kernel message buffer: >> panic: uma_zfree: Freeing to non free bucket index. > > A double free? When I was at Y! there was a fairly common fdrop panic due to > the ref count underflowing on 7. I suspect this is the same bug, just being > caught differently. I was never able to find the culprit of the double free. > :( Very possible. :-( Anyways, I'll see if we hit this again. FWIW, I've not seen such fdrop failure lately. Thanks a lot for responding, John. Cheers, Hiren