Re: Setting up swap on macppc
Martin Husemann <[email protected]> Sat, 13 Aug 2022 07:59:29 +0200
| Newsgroups | gmane.os.netbsd.ports.macppc |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 12, 2022 at 08:55:00PM -0400, Tom Lane wrote: > But I didn't do anything particular about initializing the > contents of the partition. Are you supposed to zero it out > or anything like that? This looks all good, you are not supposed to do anything about it. I see softint related hangs on macppc regularily, that is why I disabled fast softints in HEAD - but that doesn't seem to fix it, only makes it less likely. When this lockup hits and I have top running and showing kernel threads one of the CPUs is busy in doing something like nd6timo, or you can get the ps output from ddb and check it there. Somehing happens while one thread is running a softint and it never returns from there, which totaly blocks that CPU. I think I filed a PR but never got around analyzing further. Martin