Date: Tue, 25 Jul 2023 00:46:35 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 266730] powerpc kernel crash on loadable modules that use copyin/copyout ifunc Message-ID: <bug-266730-227-uviuIEGIYK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266730-227@https.bugs.freebsd.org/bugzilla/> References: <bug-266730-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266730 John F. Carr <jfc@mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfc@mit.edu --- Comment #4 from John F. Carr <jfc@mit.edu> --- I saw what may be the same crash on amd64 running 12.4-CURRENT, first boot after upgrading from 12.3. I started the microcode_update service and the system promptly crashed. #4 0xffffffff810d66af in trap_fatal (frame=3D<value optimized out>,=20 eva=3D<value optimized out>) at /data/freebsd/12/sys/amd64/amd64/trap.c= :921 #5 0xffffffff810d66ff in trap_pfault (frame=3D0xfffffe002f78f9e0,=20 signo=3D<value optimized out>, ucode=3D<value optimized out>) at pcpu_a= ux.h:55 #6 0xffffffff810aec68 in calltrap () at /data/freebsd/12/sys/amd64/amd64/exception.S:289 #7 0xffffffff810d2b73 in copyout_nosmap_std () at /data/freebsd/12/sys/amd64/amd64/support.S:805 #8 0xffffffff80c29f2d in uiomove_faultflag (cp=3D0xfffffe002686a000, n=3D9= 8,=20 uio=3D0xfffffe002f78fba0, nofault=3D<value optimized out>) at /data/freebsd/12/sys/kern/subr_uio.c:254 #9 0xffffffff80c32333 in pipe_read (fp=3D0xfffff80012598550,=20 uio=3D0xfffffe002f78fba0, active_cred=3D<value optimized out>,=20 flags=3D<value optimized out>, td=3D<value optimized out>) at /data/freebsd/12/sys/kern/sys_pipe.c:712 #10 0xffffffff80c2f3a5 in dofileread (td=3D<value optimized out>, fd=3D0,=20 fp=3D<value optimized out>, auio=3D0xfffffe002f78fba0,=20 offset=3D<value optimized out>, flags=3D<value optimized out>) at file.= h:317 #11 0xffffffff80c2ef20 in sys_read (td=3D0xfffff8001cade740, uap=3DUnhandle= d dwarf expression opcode 0xa3 ) at /data/freebsd/12/sys/kern/sys_generic.c:289 #12 0xffffffff810d7267 in amd64_syscall (td=3D0xfffff8001cade740, traced=3D= 0) at subr_syscall.c:144 #13 0xffffffff810af58e in fast_syscall_common () at /data/freebsd/12/sys/amd64/amd64/exception.S:582 The active process was "logger". --=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-266730-227-uviuIEGIYK>