Summary: | Reproducible kernel crash on 14.0-RELEASE and 14.0-STABLE | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Thomas Dreibholz <thomas.dreibholz> | ||||||
Component: | kern | Assignee: | Michael Tuexen <tuexen> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | markj, tuexen | ||||||
Priority: | --- | Flags: | tuexen:
mfc-stable14+
|
||||||
Version: | 14.0-RELEASE | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Thomas Dreibholz
2024-04-04 16:42:24 UTC
Created attachment 249710 [details]
/var/crash/info.0
Could you please also provide the core.txt file? Hi Thomas, thank for testing rsplib on a recent version of FreeBSD. I can reproduce the issue on FreeBSD main. I'll take a look. Best regards Michael A patch is under review D44640. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=681711b77cde2cf3d64dc1e4951ec8287bc4f3e8 commit 681711b77cde2cf3d64dc1e4951ec8287bc4f3e8 Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2024-04-05 16:14:54 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2024-04-05 16:20:19 +0000 uipc_socket: handle socket buffer locks in sopeeloff PR: 278171 Reviewed by: markj Fixes: a4fc41423f7d ("sockets: enable protocol specific socket buffers") MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D44640 sys/kern/uipc_socket.c | 4 ++++ 1 file changed, 4 insertions(+) Commit 681711b77cde2cf3d64dc1e4951ec8287bc4f3e8 fixes the issue. A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=7a019565ff6dc6efb5c6ab091343740fd6dd0377 commit 7a019565ff6dc6efb5c6ab091343740fd6dd0377 Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2024-04-05 16:14:54 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2024-04-17 13:58:22 +0000 uipc_socket: handle socket buffer locks in sopeeloff PR: 278171 Reviewed by: markj Fixes: a4fc41423f7d ("sockets: enable protocol specific socket buffers") Differential Revision: https://reviews.freebsd.org/D44640 (cherry picked from commit 681711b77cde2cf3d64dc1e4951ec8287bc4f3e8) sys/kern/uipc_socket.c | 4 ++++ 1 file changed, 4 insertions(+) |