| Summary: | 13.2 IPSEC panics accessing web server on vpn server when packets are fragmented | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Russell.Yount | ||||
| Component: | kern | Assignee: | Gleb Smirnoff <glebius> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | ae, crest, franco, glebius, kib, markj, net | ||||
| Priority: | --- | Keywords: | crash | ||||
| Version: | 13.1-STABLE | ||||||
| Hardware: | amd64 | ||||||
| OS: | Any | ||||||
| See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271409 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272073 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271991 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272616 |
||||||
| Attachments: |
|
||||||
|
Description
Russell.Yount
2023-05-13 19:36:09 UTC
Do you use GENERIC kernel? Can you try to disable sendfile feature for web server you use? I am using the GENERIC kernel as updated by freebsd-update. This bug does not occur with sendfile disabled in apache24. I am testing this using fetch(1) with a 5,279 byte file on server between two FreeBSD 13.2 systems. Russell, can you please set: sysctl kern.ipc.mb_use_ext_pgs=0 Turn sendfile on and then try again? with apache24 enableSendfile on and sysctl kern.ipc.mb_use_ext_pgs=0 ran fetch without crashing system then I set sysctl kern.ipc.mb_use_ext_pgs=1 ran fetch and it crashed system yes sysctl kern.ipc.mb_use_ext_pgs=0 prevents the bug from occurring This is likely the same bug as the one fixed in PR 272616. Yes, confirmed fixed. |