Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2015 17:21:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 205163] Periodic jobs triggering panics on ZFS host with jails
Message-ID:  <bug-205163-8-KZiHTbkOMm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205163-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205163-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163

--- Comment #9 from karl@denninger.net ---
(In reply to Andriy Gapon from comment #8)

That sysctl was not declared as settable only in loader.conf; it was (and is)
runtime tunable.  That which can be changed at runtime the base code had better
handle if modified asynchronously.

What's in the dump appears to be inconsistent; the panic claims to be on an
attempt to perform integer division by zero, but the divisor (on examination)
is not zero.

Since the output of that calculation is an expected delay time, however,
correcting it so that no division takes place if that condition arises should
be effective, provided that the panic is actually what was represented. I'm
skeptical due to the above, but it's simple enough to find out -- thus what I
sent to the author (and posted over on the ARC bug as well this morning.)

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205163-8-KZiHTbkOMm>