Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 01:48:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248746] panic during boot in ACPI Platform Error Interfaces
Message-ID:  <bug-248746-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248746

            Bug ID: 248746
           Summary: panic during boot in ACPI Platform Error Interfaces
           Product: Base System
           Version: 12.0-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: curtis@ipv6.occnc.com

Created attachment 217331
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217331&action=
=3Dedit
console output on crash

On a supermicro AMD64 EPYC rackmount server with hot swap drives I get
a panic in stable/12 with r >=3D 364003.

        *   364003   sys/x86/x86/cpu_machdep.c
        *   364003   sys/x86/include/acpica_machdep.h
        *   364003   sys/dev/pci/pci.c
        *   364003   sys/dev/pci/pcivar.h
        *   364003   sys/dev/acpica/acpi_apei.c
        *   364003   sys/dev/acpica/acpi.c
        *   364003   sys/conf/files
        *   364003   sys/arm64/arm64/machdep.c
        *   364003   sys/arm64/include/acpica_machdep.h
?                    sys/amd64/conf/occnc12.amd64

The kernel conf is the one I normally use (lots of stuff I don't use
commented out).

This works (run from /usr/src/sys):

svn update -r364002
( cd amd64/conf/ && config occnc12.amd64 \
  && cd ../compile/occnc12.amd64 \
  && make cleandepend && make depend \
  && make && mv kernel kernel.new || ( echo ; echo FAIL ; echo ) )
# then copy the kernel onto a flash as kernel.new

This doesn't work:

svn update -r364003
[ .. same as above .. ]

Fatal trap 12: page fault while in kernel mode

Can't get a core dump since drivers are not yet probed.  This is a boot from
flash to do the initial install.

The most recent kernel I tried was 364260 .

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248746-227>