From owner-freebsd-ia64@FreeBSD.ORG Tue Sep 25 17:11:19 2012 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C9FC1065670; Tue, 25 Sep 2012 17:11:19 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2C58FC0C; Tue, 25 Sep 2012 17:11:18 +0000 (UTC) Received: by eekc50 with SMTP id c50so950682eek.13 for ; Tue, 25 Sep 2012 10:11:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nS8tuhs825TIM9uw69BE4yGG++WcNzKim3tpsP+ySO8=; b=faS3+D2o26VRKEkOBKNmlrfXVNBBUcFQ322lNWSCU5ji3K3X2V1eEIsoYR6ZUXGZ8G /DRWYhgaUNdBMfBRqEmXP7tNNs4WytQHwT2U+lEmCZMy2/fLGx5dWwbFQDfHza2mLGap /6yz1/3IWPdaK7l9F89qoLjkcRkp0DsPuGcuZI7DyTgxa7Pbh8HUAHAhjqbx6yIsnIFd UbZX3ba/zZoyfFHqQy8jU5AElYeIYXPbboyVWoU8IC+0IZDhWN2sKFAnWJPnCPXbxa5Z sILmFA6WuUiZgCGAo4FIz7+o5LiOAWGeycsZbX0QcWB1dzrX9E/dPc49DnQpdAIFoK6Z ppdA== MIME-Version: 1.0 Received: by 10.14.4.198 with SMTP id 46mr21952371eej.11.1348593077398; Tue, 25 Sep 2012 10:11:17 -0700 (PDT) Received: by 10.14.203.136 with HTTP; Tue, 25 Sep 2012 10:11:17 -0700 (PDT) In-Reply-To: <201209250845.59247.jhb@freebsd.org> References: <201209201737.q8KHbEZk029252@red.freebsd.org> <201209250845.59247.jhb@freebsd.org> Date: Tue, 25 Sep 2012 12:11:17 -0500 Message-ID: From: Paul Procacci To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-gnats-submit@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: ia64/171814: [panic] bioq_init or bioq_remove (unsure which) X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 17:11:19 -0000 Thanks John for your response. Here is the output provided what you had explained to do: 0xffffffff80865023 is in devstat_remove_entry (/usr/src/sys/kern/subr_devstat.c:193). 188 189 /* Remove this entry from the devstat queue */ 190 atomic_add_acq_int(&ds->sequence1, 1); 191 if (ds->id == NULL) { 192 devstat_num_devs--; 193 STAILQ_REMOVE(devstat_head, ds, devstat, dev_links); 194 } 195 devstat_free(ds); 196 devstat_generation++; 197 mtx_unlock(&devstat_mutex); -- __________________ :(){ :|:& };: