Date: Tue, 25 Sep 2012 12:11:17 -0500 From: Paul Procacci <pprocacci@gmail.com> To: John Baldwin <jhb@freebsd.org> Cc: freebsd-gnats-submit@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: ia64/171814: [panic] bioq_init or bioq_remove (unsure which) Message-ID: <CAFbbPujaB9Ki6So5XEMMnPh8dNVrzr4Mg05BpM78wZoBiBMCog@mail.gmail.com> In-Reply-To: <201209250845.59247.jhb@freebsd.org> References: <201209201737.q8KHbEZk029252@red.freebsd.org> <201209250845.59247.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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); -- __________________ :(){ :|:& };:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFbbPujaB9Ki6So5XEMMnPh8dNVrzr4Mg05BpM78wZoBiBMCog>