panic: non-current pmap 0xffffa00020eab8f0 on Rpi3

2020-10-05 Thread bob prohaska
Still seeing non-current pmap panics on the Pi3, this time a B+ running 13.0-CURRENT (GENERIC-MMCCAM) #0 71e02448ffb-c271826(master) during a -j4 buildworld. The backtrace reports panic: non-current pmap 0xa00020eab8f0 cpuid = 0 time = 1601947137 KDB: stack backtrace: db_trace_self() at

Re: CURRENT: cross compiling 12-STABLE failure in: bin/cp/utils.c:517:14: error: member reference base type 'void' is not a structure or union

2020-10-05 Thread Kyle Evans
On Mon, Oct 5, 2020 at 9:54 AM Kyle Evans wrote: > > On Sun, Oct 4, 2020 at 11:55 PM Hartmann, O. wrote: > > > > For a couple of weeks now cross-compiling 12-STBALE on CURRENT fails > > due to an compiler error in bin/cp/utils.c, see details below. > > > > At this moment, CURRENT is at FreeBSD

Re: iflib/bridge kernel panic

2020-10-05 Thread Dustin Marquess
On Sat, Oct 3, 2020 at 2:54 PM Felix Kronlage-Dammers wrote: > > Alexander Leidinger wrote on 03.10.20 17:37: > > > Quoting Kristof Provost (from Sat, 03 Oct 2020 16:06:43 > > +0200): > > >> Okay, let’s abandon that patch. It’s ugly and it doesn’t work. > >> > >> Here’s a different approach

Re: GPF on boot with devmatch

2020-10-05 Thread Alexander Motin
On 05.10.2020 17:20, Warner Losh wrote: > On Mon, Oct 5, 2020 at 12:36 PM Alexander Motin > wrote: > > I can add that we've received report about identical panic on FreeBSD > releng/12.2 of r365436, AKA TrueNAS 12.0-RC1: >

Re: GPF on boot with devmatch

2020-10-05 Thread Warner Losh
On Mon, Oct 5, 2020 at 12:36 PM Alexander Motin wrote: > I can add that we've received report about identical panic on FreeBSD > releng/12.2 of r365436, AKA TrueNAS 12.0-RC1: > https://jira.ixsystems.com/browse/NAS-107578 . So it looks a) pretty > rate (one report from thousands of early

Re: GPF on boot with devmatch

2020-10-05 Thread Alexander Motin
I can add that we've received report about identical panic on FreeBSD releng/12.2 of r365436, AKA TrueNAS 12.0-RC1: https://jira.ixsystems.com/browse/NAS-107578 . So it looks a) pretty rate (one report from thousands of early adopters and none in our lab), and b) it is in stable/12 too, not only

Re: GPF on boot with devmatch

2020-10-05 Thread Warner Losh
On Sun, Oct 4, 2020 at 11:30 PM Xin Li wrote: > > > On 10/4/20 10:13 PM, Warner Losh wrote: > > > > > > On Sun, Oct 4, 2020, 11:07 PM Xin Li > > wrote: > > > > Hi, > > > > I'm seeing this panic at boot after upgrading from r366217 to > r366364, > > and

Re: mips32 + gcc9 -- still broken

2020-10-05 Thread Adrian Chadd
I'm just testing the build out before I put up some patches. jhb mentioned we don't install the libatomic gcc bits right now? So we should likely poke at that somewhat too after this. I'll put up some patches to fix gcc builds and this c++ contention thing soon. -adrian On Sun, 4 Oct 2020 at

Re: Please check the current beta git conversions

2020-10-05 Thread Steffen Nurpmeso
Ulrich Spörlein wrote in : |On Sun, Oct 4, 2020 at 1:53 AM Bakul Shah wrote: |> git clone --bare https://cgit-beta.freebsd.org/src.git |> cd src.git |> git fetch origin 'refs/notes/*:refs/notes/origin/*' # <<< not sure about |> this |> # don't recall if I manually added the

Re: Please check the current beta git conversions

2020-10-05 Thread Steffen Nurpmeso
Hello. Bakul Shah wrote in : |On Oct 3, 2020, at 3:14 PM, Steffen Nurpmeso wrote: |> And still "git fetch" fails with |> |> POST git-upload-pack (chunked) |> error: RPC failed; curl 55 OpenSSL SSL_write: Broken pipe, errno 32 |> fatal: the remote end hung up unexpectedly |> |> My

Re: CURRENT: cross compiling 12-STABLE failure in: bin/cp/utils.c:517:14: error: member reference base type 'void' is not a structure or union

2020-10-05 Thread Kyle Evans
On Sun, Oct 4, 2020 at 11:55 PM Hartmann, O. wrote: > > For a couple of weeks now cross-compiling 12-STBALE on CURRENT fails > due to an compiler error in bin/cp/utils.c, see details below. > > At this moment, CURRENT is at FreeBSD 13.0-CURRENT #39 r366364: Fri Oct > 2 17:51:39 CEST 2020 amd64

Re: GPF on boot with devmatch

2020-10-05 Thread Xin Li
On 10/4/20 10:13 PM, Warner Losh wrote: > > > On Sun, Oct 4, 2020, 11:07 PM Xin Li > wrote: > > Hi, > > I'm seeing this panic at boot after upgrading from r366217 to r366364, > and continues to exist for r366421 (but I haven't find out the exact >

Re: Please check the current beta git conversions

2020-10-05 Thread Ulrich Spörlein
On Sun, Oct 4, 2020 at 1:53 AM Bakul Shah wrote: > FWIW, I have a bare repo with the following config file > > [core] > repositoryformatversion = 0 > filemode = true > bare = true > logallrefupdates = true > [remote "origin"] > url =

GPF on boot with devmatch

2020-10-05 Thread Xin Li
Hi, I'm seeing this panic at boot after upgrading from r366217 to r366364, and continues to exist for r366421 (but I haven't find out the exact change that caused it). Preloading the relevant kernel modules (uhid.ko, ums.ko and wmt.ko) seems to make the kernel boot correctly. This is not

Re: mips32 + gcc9 -- still broken

2020-10-05 Thread Dimitry Andric
Sorry, i hadn't picked up on this thread at all. What is the concrete patch you are proposing? Is is in Phabricator somewhere? (Note that when building with gcc, we should really just automatically add -latomic, to get rid of these errors.) -Dimitry > On 5 Oct 2020, at 05:40, Adrian Chadd