Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!brl-adm!brl-smoke!smoke!ron@BRL.ARPA From: ron@BRL.ARPA Newsgroups: net.unix-wizards Subject: brl-vgr Bug Report Message-ID: <4576@brl-smoke.ARPA> Date: Mon, 13-Oct-86 19:03:55 EDT Article-I.D.: brl-smok.4576 Posted: Mon Oct 13 19:03:55 1986 Date-Received: Tue, 14-Oct-86 06:55:21 EDT Sender: news@brl-smoke.ARPA Lines: 14 Subject: Warning to those who would change proc.h Index: sys/h/proc.h 4.3BSD Description: Changing the length of the proc structure so that it is not double word aligned anymore will cause the system to crash in bizarre ways. Repeat-By: Add a word to the proc structure and then put a load on the system. Soon things like ps will stop working and then the whole machine will experience a strange trap. Fix: 1. Don't change the proc structure. 2. If you do, pad it out to the next double word.