FreeBSD Bugzilla – Attachment 205327 Details for
Bug 238789
panic: mutex so_rcv not owned at /usr/src/sys/kern/uipc_socket.c:2359
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Avert panic in soreceive_stream()
file_238789.txt (text/plain), 430 bytes, created by
Greg Becker
on 2019-06-25 12:14:32 UTC
(
hide
)
Description:
Avert panic in soreceive_stream()
Filename:
MIME Type:
Creator:
Greg Becker
Created:
2019-06-25 12:14:32 UTC
Size:
430 bytes
patch
obsolete
>Index: sys/kern/uipc_socket.c >=================================================================== >--- sys/kern/uipc_socket.c (revision 349288) >+++ sys/kern/uipc_socket.c (working copy) >@@ -2196,7 +2196,7 @@ > /* Prevent other readers from entering the socket. */ > error = sblock(sb, SBLOCKWAIT(flags)); > if (error) >- goto out; >+ return error; > SOCKBUF_LOCK(sb); > > /* Easy one, no space to copyout anything. */
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 238789
: 205327