Date: Wed, 08 Jan 2020 19:32:01 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 243196] [PowerPC64] panic unloading geom driver Message-ID: <bug-243196-227-3M8cfT1c52@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243196-227@https.bugs.freebsd.org/bugzilla/> References: <bug-243196-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=3D243196 Conrad Meyer <cem@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|powerpc |Any --- Comment #1 from Conrad Meyer <cem@freebsd.org> --- Not PPC-specific, I was able to reproduce on x86: testvm# for x in geom_* ; do kldunload $x ; done kldunload: can't find file geom_bde.ko kldunload: can't find file geom_cache.ko kldunload: can't find file geom_ccd.ko kldunload: can't find file geom_concat.ko kldunload: can't find file geom_eli.ko kldunload: can't find file geom_flashmap.ko panic: Assertion g_journal_switcher_proc !=3D NULL failed at /usr/home/conrad/src/freebsd/sys/geom/journal/g_journal.c:2970 cpuid =3D 0 time =3D 1578511869 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0017604= 8e0 vpanic() at vpanic+0x17e/frame 0xfffffe0017604940 panic() at panic+0x43/frame 0xfffffe00176049a0 g_journal_fini() at g_journal_fini+0x15a/frame 0xfffffe00176049c0 g_modevent() at g_modevent+0x2c5/frame 0xfffffe0017604a00 module_unload() at module_unload+0x32/frame 0xfffffe0017604a20 linker_file_unload() at linker_file_unload+0x24b/frame 0xfffffe0017604a80 kern_kldunload() at kern_kldunload+0x10d/frame 0xfffffe0017604ac0 amd64_syscall() at amd64_syscall+0x2d6/frame 0xfffffe0017604bf0 fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0017604bf0 --- syscall (444, FreeBSD ELF64, sys_kldunloadf), rip =3D 0x8002da60a, rsp = =3D 0x7fffffffd1e8, rbp =3D 0x7fffffffda40 --- --=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-243196-227-3M8cfT1c52>