BUG: sysctl net.isr.swi_count negative value

Alexander Best arundel at freebsd.org
Sat Nov 13 22:31:53 UTC 2010


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 at yandex.ru
> 

-- 
a13x


More information about the freebsd-questions mailing list