FreeBSD Bugzilla – Attachment 163160 Details for
Bug 204340
[panic] nfsd, em, msix, fatal trap 9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that might fix this problem
svcpool-destroy.patch (text/plain), 637 bytes, created by
Rick Macklem
on 2015-11-16 00:42:04 UTC
(
hide
)
Description:
patch that might fix this problem
Filename:
MIME Type:
Creator:
Rick Macklem
Created:
2015-11-16 00:42:04 UTC
Size:
637 bytes
patch
obsolete
>--- rpc/svc.c.sav 2015-11-15 18:49:51.101297000 -0500 >+++ rpc/svc.c 2015-11-15 18:51:43.411745000 -0500 >@@ -189,10 +189,16 @@ svcpool_destroy(SVCPOOL *pool) > for (g = 0; g < SVC_MAXGROUPS; g++) { > grp = &pool->sp_groups[g]; > mtx_lock(&grp->sg_lock); >+ } >+ for (g = 0; g < SVC_MAXGROUPS; g++) { >+ grp = &pool->sp_groups[g]; > while ((xprt = TAILQ_FIRST(&grp->sg_xlist)) != NULL) { > xprt_unregister_locked(xprt); > TAILQ_INSERT_TAIL(&cleanup, xprt, xp_link); > } >+ } >+ for (g = 0; g < SVC_MAXGROUPS; g++) { >+ grp = &pool->sp_groups[g]; > mtx_unlock(&grp->sg_lock); > } > TAILQ_FOREACH_SAFE(xprt, &cleanup, xp_link, nxprt) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204340
:
163160
|
163217
|
163299
|
163300
|
179512
|
179661