Re: uvm issue noticed on arm64

2025-01-09 Thread Marcus Glocker
On Thu, Jan 09, 2025 at 10:49:32PM GMT, Mark Kettenis wrote: > > Date: Thu, 9 Jan 2025 17:29:38 +0100 > > From: Marcus Glocker > > > > On Thu, Jan 09, 2025 at 05:05:14PM GMT, Mark Kettenis wrote: > > > > > > Date: Thu, 9 Jan 2025 15:48:29 +0100 > > > > From: Marcus Glocker > > > > > > > > Hel

Re: boot freeze at sd0 on amd64 macbook with acpi.c 1.434 on 7/14/24

2025-01-09 Thread Mike Larkin
On Thu, Jan 09, 2025 at 07:16:18PM -0500, Ted Ri wrote: > In acpi.c there is a 100,000 microsecond delay within acpi_reset . > Further down in acpi_write_pmreg > there is the following loop: > retry = (retry + 1) % 10; > > 100k microseconds = 1/10 second > 1/10 second * 100k retries = 10,000 se

Re: boot freeze at sd0 on amd64 macbook with acpi.c 1.434 on 7/14/24

2025-01-09 Thread Ted Ri
In acpi.c there is a 100,000 microsecond delay within acpi_reset . Further down in acpi_write_pmreg there is the following loop: retry = (retry + 1) % 10; 100k microseconds = 1/10 second 1/10 second * 100k retries = 10,000 seconds which is pretty close to 2 hours 47 min. I’m an infant crawl

Re: uvm issue noticed on arm64

2025-01-09 Thread Mark Kettenis
> Date: Thu, 9 Jan 2025 17:29:38 +0100 > From: Marcus Glocker > > On Thu, Jan 09, 2025 at 05:05:14PM GMT, Mark Kettenis wrote: > > > > Date: Thu, 9 Jan 2025 15:48:29 +0100 > > > From: Marcus Glocker > > > > > > Hello bugs@, Martin, > > > > > > Since a while I am noticing processes hanging on

uvm issue noticed on arm64

2025-01-09 Thread Marcus Glocker
Hello bugs@, Martin, Since a while I am noticing processes hanging on my Samsung Galaxy Book4 Edge (arm64/snapdragon-x/12-cores/16gb ram) machine. Those hangs appear very frequent, which makes it hard to work on the machine since things like xterm, ssh, man, etc. just suddenly start to hang. If

Re: uvm issue noticed on arm64

2025-01-09 Thread Mark Kettenis
> Date: Thu, 9 Jan 2025 15:48:29 +0100 > From: Marcus Glocker > > Hello bugs@, Martin, > > Since a while I am noticing processes hanging on my Samsung Galaxy Book4 > Edge (arm64/snapdragon-x/12-cores/16gb ram) machine. Those hangs appear > very frequent, which makes it hard to work on the machi

Re: uvm issue noticed on arm64

2025-01-09 Thread Marcus Glocker
On Thu, Jan 09, 2025 at 05:05:14PM GMT, Mark Kettenis wrote: > > Date: Thu, 9 Jan 2025 15:48:29 +0100 > > From: Marcus Glocker > > > > Hello bugs@, Martin, > > > > Since a while I am noticing processes hanging on my Samsung Galaxy Book4 > > Edge (arm64/snapdragon-x/12-cores/16gb ram) machine.