[Bug 272319] FreeBSD kernel crash on MPD5 restart with PPP configuration.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jul 2023 13:04:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272319 --- Comment #9 from Eugene Grosbein <eugen@freebsd.org> --- (In reply to Aleksandr Fedorov from comment #8) Indeed, this patch eliminates panic. However, after mpd5 successfully stopped without a panic, the command "sockstat | fgrep :57" still shows the following (just like while mpd5 runs): ? ? ? ? tcp4 127.0.0.1:57 *:* After second mpd5 start, the line duplicates: ? ? ? ? tcp4 127.0.0.1:57 *:* ? ? ? ? tcp4 127.0.0.1:57 *:* Looks like ksocket leak, doesn't it? -- You are receiving this mail because: You are the assignee for the bug.