https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238840
--- Comment #3 from [email protected] --- (In reply to pprocacci from comment #2) Following up with myself with a fix that maybe you'd like to employ: # svnlite co https://svn.freebsd.org/base/head/usr.bin/top /usr/src/usr.bin/top.new # cd /usr/src/usr.bin/top.new # make # make install There has been memory allocation related work that does indeed fix this bug that's currently in current. The above, will take that `top` from current and install it, fixing the bug you are encountering on 12-RELEASE. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
