[Bug 204426] Processes terminating cannot access memory
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204426 --- Comment #114 from Robert Blayzor <[email protected]> --- Even with the suggested patch, now seeing processes occasionally hang in state: dev@mta0 [~] procstat -ta | grep 7893 7893 100155 dovecot - 0 120 sleep vmf_de dev@mta0 [~] procstat -ta | grep 7893 7893 100155 dovecot - 1 120 sleep vmf_de dev@mta0 [~] procstat -ta | grep 7893 7893 100155 dovecot - 2 120 sleep vmf_de dev@mta0 [~] procstat -ta | grep 7893 7893 100155 dovecot - 2 120 sleep vmf_de dev@mta0 [~] procstat -ta | grep 7893 7893 100155 dovecot - 3 120 sleep vmf_de dev@mta0 [~] procstat -ta | grep 7893 7893 100155 dovecot - 2 120 sleep vmf_de dev@mta0 [~] procstat -ta | grep 7893 7893 100155 dovecot - 2 120 sleep vmf_de When this happens we usually end up with a process that leaves a lot of detached sockets stuck in a CLOSED state. The process normally becomes unkillable and only a reboot clears the problem. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"