From owner-freebsd-current@FreeBSD.ORG Wed Oct 23 09:18:47 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 24EF6E31 for ; Wed, 23 Oct 2013 09:18:47 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog123.obsmtp.com (eu1sys200aog123.obsmtp.com [207.126.144.155]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D52F2EF5 for ; Wed, 23 Oct 2013 09:18:46 +0000 (UTC) Received: from mail-wi0-f171.google.com ([209.85.212.171]) (using TLSv1) by eu1sys200aob123.postini.com ([207.126.147.11]) with SMTP ID DSNKUmeUb7GMVu5rNj7E3hx1nhbquIdWmonH@postini.com; Wed, 23 Oct 2013 09:18:46 UTC Received: by mail-wi0-f171.google.com with SMTP id h11so6995093wiv.4 for ; Wed, 23 Oct 2013 02:18:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=Rx7AjDaZroD03NDRyCAY1b5DBHGs2G8ihNuGkNrhQ9A=; b=kCNmCKf29ysU9voi3tdAWPftw75puvgpexlRTWyh08VqqpA5id2k3nGOLuR26VOttL geg+IOJ/grqYb8GAwOPXlK35sburlC5EKstaidXp3InzryR9b5TVDDym28uv+bowL04f z/cdvSLaLMz1RfRfveWejnSVzzGdyztBeXnhBZRxIzUflFh4q9l1MKjPhpPJGPdIH6hz ZtByGIaa/q0oI4zDrRb192CPnj5tDj46fBDutymJJjLli/DoqH9mYhm8RhypkOJQbo78 UgTbdyMyMdQ2Z5LO+xb2ybdjH3w3Lmd4YGyFj2ANV2d94PT1z8/qcuJXAVEaOiezQw7Y /Mcg== X-Gm-Message-State: ALoCoQnvBqnpmy8w24p+7l2t9PTd8ED+1VAsV423CCteZl59C/1eFnVik6HU77UBeYufRppBK/eVEuzU0UY3i+wicG5BAuNIdp69qx2DYKShbLds+Gz2yjsIoMpw1Mafa50RN2gKN074QCCqygYyqC9nJ8eWg4KDpWjXKT/a5L4R877JJJL8aUM= X-Received: by 10.180.219.33 with SMTP id pl1mr541144wic.49.1382519919487; Wed, 23 Oct 2013 02:18:39 -0700 (PDT) X-Received: by 10.180.219.33 with SMTP id pl1mr541134wic.49.1382519919422; Wed, 23 Oct 2013 02:18:39 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id jf2sm14910622wic.2.2013.10.23.02.18.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Oct 2013 02:18:38 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r9N9IaHG078859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 23 Oct 2013 10:18:36 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r9N9IaSa078858; Wed, 23 Oct 2013 10:18:36 +0100 (BST) (envelope-from mexas) Date: Wed, 23 Oct 2013 10:18:36 +0100 (BST) From: Anton Shterenlikht Message-Id: <201310230918.r9N9IaSa078858@mech-cluster241.men.bris.ac.uk> To: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org Subject: ia64 r255488: panic: uma_zfree: Freeing to non free bucket index. - textdump provided X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk 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 09:18:47 -0000 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 Anton