Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Feb 2017 01:45:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204340] [panic] nfsd, em, msix, fatal trap 9
Message-ID:  <bug-204340-8-IDShruWYuO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204340-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204340-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=3D204340

--- Comment #23 from Rick Macklem <rmacklem@FreeBSD.org> ---
Created attachment 179512
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179512&action=
=3Dedit
add svcpool_close so that svcpool_destroy doesn't get called when nfsd thre=
ads
are killed

This patch adds a new function to the server krpc called svcpool_close().
It is similar to svcpool_destroy(), but does not free the data structures,
so that the pool can be used again.

This function is then used instead of svcpool_destroy(), svcpool_create()
when the nfsd threads are killed.

These crashes are caused because the data structures were free'd by
svcpool_destroy() when the nfsd threads were killed off (or signalled someh=
ow).
By avoiding the svcpool_destroy() call, the crashes should be avoided.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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