From owner-freebsd-current@FreeBSD.ORG Wed Oct 23 12:41:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27315D2F; Wed, 23 Oct 2013 12:41:49 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CAD752BB1; Wed, 23 Oct 2013 12:41:48 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id i7so399737qcq.30 for ; Wed, 23 Oct 2013 05:41:48 -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=fUDmzXYXBgR3FWiVhCcdL5lPnO1481X0AAo1ism8HN4=; b=WWjr4S2mw6qObgXghKMfYjyd3v8qqtm/jp7TC35yH4vSlq7VCNxaav9f/e0n2MW24s wZgCIl1bDCVxH2y/EqlNe6eyXUPeVwKN0MSfOS0HhAkpoqJdPwmjMPXVFrtDmtNORNWv 6tYnWBc0dNIq0MdhsvvnC1csiW91+rsJAXYEgsh+de5rkOG/jhpeh0eVEUE1s7mmlYSX vI6ih7Nl7KZtFZ9YxK2w6SHWoqPeHbw0RDs0ZKiOL4S7khhArLE5j0MJYMGPbb7DW1wJ jLgD5XWp1mWv3qJgiEhGy992GiynDVhe1k395mOxzPiwQNk8jD2EDnKW5KcthPpzNuJq O2Iw== MIME-Version: 1.0 X-Received: by 10.224.157.14 with SMTP id z14mr3612251qaw.90.1382532107990; Wed, 23 Oct 2013 05:41:47 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Wed, 23 Oct 2013 05:41:47 -0700 (PDT) In-Reply-To: <201310230918.r9N9IaSa078858@mech-cluster241.men.bris.ac.uk> References: <201310230918.r9N9IaSa078858@mech-cluster241.men.bris.ac.uk> Date: Wed, 23 Oct 2013 05:41:47 -0700 X-Google-Sender-Auth: IcBSLrxz1e9es0GTLCVlfBVpZtc Message-ID: Subject: Re: ia64 r255488: panic: uma_zfree: Freeing to non free bucket index. - textdump provided From: Adrian Chadd To: mexas@bris.ac.uk Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current , freebsd-ia64@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 23 Oct 2013 12:41:49 -0000 Hi! On 23 October 2013 02:18, Anton Shterenlikht wrote: > After updating to r256624, the system is very unresponsive, > and really unusable - any command (ps, df, top, ls, etc.) > might take up to 1 min to return. However, I could not get > it to panic. > > So I reverted back to r255488. > This time I managed to obtain a textdump: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=183227 A bunch has changed between those two revisions; are you able to bisect the kernel between those two versions to narrow down the scope of the bad change? Thanks! -adrian