https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282994
--- Comment #5 from Mark Johnston <ma...@freebsd.org> --- > `all kinds of problems` sounds scary. Well, I just meant that without the patch, hitting the swapuse limit could cause a panic; with the patch, it'll cause shm_alloc() to fail. In the backtrace you pasted, the running process was php, so with the patch applied, either some php script or the runtime would have hit an error instead of triggering a panic. Maybe it can tolerate such errors just fine, but I don't know - that's all I meant by "all kinds of problems". > These happen randomly even when running as root with no rctl rules applied. > - top takes thirty seconds to several minutes to load. > - ps -aux takes several minutes to return results. > - Nullfs mounts take several minutes to apply. Are you sure that no rctl rules are applied there? If you sent ctrl-T to the terminal while top/ps/mount are running, what gets printed? -- You are receiving this mail because: You are the assignee for the bug.