Patch-ID# 101338-01 Keywords: panic, null, vnode, assertion Synopsis: SunOS 4.1.3: The system panics with the assertion failed: pp->p_vnode == NULL Date: Oct/26/93 Solaris Release: SunOS Release: 4.1.3, 4.1.3C Unbundled Product: Unbundled Release: Relevant Architectures: all BugId's fixed with this patch: 1116824 Changes incorporated in this version: Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: /usr/kvm/sys/`arch -k`/OBJ/vm_pvn.o Problem Description: Bug Id: 1116824 panics assertion failed: pp->p_vnode == NULL, file: ../../vm/vm_pvn.c, The system fails with the following: assertion failed: pp->p_vnode == NULL, file: ../../vm/vm_pvn.c, line: 643 panic on 0: assertion failed Patch Installation Instructions: As root do the following: mv /usr/kvm/sys/`arch -k`/OBJ/vm_pvn.o /usr/kvm/sys/`arch -k`/OBJ/vm_pvn.o.fcs cp {sun4m sun4c}/vm_pvn.o /usr/kvm/sys/`arch -k`/OBJ/vm_pvn.o Rebuild the kernel and reboot the system with the new kernel. Refer to the System Administration Manual for information about building and booting new kernels.