Date: Sat, 13 Nov 2010 22:31:53 +0000 From: Alexander Best <arundel@freebsd.org> To: ??????? ??????? <kes-kes@yandex.ru> Cc: freebsd-questions@freebsd.org Subject: Re: BUG: sysctl net.isr.swi_count negative value Message-ID: <20101113223153.GA17284@freebsd.org> In-Reply-To: <832450377.20101113214858@yandex.ru> References: <832450377.20101113214858@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat Nov 13 10, ??????? ??????? wrote: > Hi, Freebsd-questions. > net.isr.swi_count: -1692211928 > > as I think count can not be negative. in this case it is. > Is this a bug or negative value means some special? what is the output of 'uname -a'? looks like a 32 bit integer is being used for net.isr.swi_count which you managed to overrun. i'm running HEAD and that sysctl parameter doesn't exist: otaku% sysctl net.isr.swi_count sysctl: unknown oid 'net.isr.swi_count' seems pluknet posted the same one year ago [1] cheers. alex [1] http://markmail.org/message/qc34d5z6uyyet7nx > > -- > ? ?????????, > ??????? mailto:kes-kes@yandex.ru > -- a13x
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101113223153.GA17284>