Re: sysupgrade silently fails to upgrade file sets

2022-03-09 Thread Florian Obser
On 2022-03-09 22:20 +01, Solène Rapenne wrote: > I see your setup only use one big / partition, this is not a default > setup and we don't really provide help for such setups because it's > not a supported setup and nobody is testing it. > Out of idle curiosity I just ran sysupgrade on a VM with

Re: powerpc64 crash in uvm_mapent_alloc pool_get

2022-03-09 Thread George Koehler
On Wed, 9 Mar 2022 11:01:04 +0100 Alexander Bluhm wrote: > dar 0xfd7f0020 dsisr 0x4000 > trap type 300 srr1 90009032 at 1411eb8 lr 1411e94 > Stopped at pool_do_get+0xa8: ld r4,32(r27) The kernel failed to read an unmapped page, so ddb has stopped the kernel.

Re: powerpc64 crash in uvm_mapent_alloc pool_get

2022-03-09 Thread Mark Kettenis
> Date: Wed, 9 Mar 2022 11:01:04 +0100 > From: Alexander Bluhm Not sure what happened here. It is a kernel read access that failed because the page isn't in the page tables. Hard to tell why, but the address looks legit. > Hi, > > While building clang, my powerpc64 crashed. I did not panic,

powerpc64 crash in uvm_mapent_alloc pool_get

2022-03-09 Thread Alexander Bluhm
Hi, While building clang, my powerpc64 crashed. I did not panic, don't know why it went to ddb. Console output: [-- MARK -- Wed Mar 9 08:05:00 2022] dar 0xfd7f0020 dsisr 0x4000 trap type 300 srr1 90009032 at 1411eb8 lr 1411e94 Stopped at pool_do_get+0xa8: ld