The following reply was made to PR kern/57849; it has been noted by GNATS.
From: Ricardo Branco <rbranco%suse.de@localhost>
To: gnats-bugs%netbsd.org@localhost, kern-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/57849: panic running git on NetBSD src repo
Date: Sun, 14 Jan 2024 15:43:58 +0100
I rebooted into the original GENERIC kernel and the problem disappears.
So maybe the "-march=native" is fscking thing up. I forgot to put my
/etc/mk.conf:
COPTS+= -O2 -pipe
CPUFLAGS+= -march=native
MKHTML= no
MKINFO= no
MKREPRO= yes
MKSTRIPIDENT= yes
MKUNPRIVED= yes
MKUPDATE= yes
I only renamed /netbsd.old to /netbsd because the ffs module is the one
compiled with -march=native.
Best regards,
Ricardo
On 1/14/24 14:10, Martin Husemann wrote:
> The following reply was made to PR kern/57849; it has been noted by GNATS.
>
> From: Martin Husemann <martin%duskware.de@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: kern/57849: panic running git on NetBSD src repo
> Date: Sun, 14 Jan 2024 14:06:44 +0100
>
> File system corruption (like this) may be controller specific, can you
> please provide the full dmesg output (or a copy of /var/run/dmesg.boot)
> from your VM?
>
> Thanks,
>
> Martin
>