Re: SuperSPARCvs HyperSPARC and SS20 stability
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Dec 03, 2024 at 04:46:10PM +0100, Riccardo Mottola wrote: > What do you mean by "busy loop" ? would you see 100% usage on the stuck > process (or more processes?). typically a rump_server process taking 100% cpu for ever. > Is there a simpler way I could try to run on a small space, limited machine > like mines? can I get the ATF test suite somehow "alone"? as a port maybe? If you have installed the tests.tgz set, it is simple: cd /usr/tests && atf-run | atf-report 2>&1 | tee /tmp/test.log It behaves slightly differently if run as root (which I would recommend, covers more tests). Martin