[3108] in Athena Bugs

home help back first fref pref prev next nref lref last post

6.3B Vax systat fails in mbufs/swap(pvax)

daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Wed Sep 6 11:52:56 1989

From: <epeisach@ATHENA.MIT.EDU>
Date: Wed, 6 Sep 89 11:52:37 -0400
To: bugs@ATHENA.MIT.EDU

Problem:
On any vax - trying to display mbufs results in a segmentation violtaion

Fix:
Recompile the program - mbufs.o is out of date and causes this failure.


Problem:
On a pVax - selecting the swap option results in a segmentation
violation

Fix:
The built in list of devices does not extend to include our current
list.

Patch: (You will also notice that the uu device was missing)
medusa% rcsdiff -c swap.c
RCS file: RCS/swap.c,v
retrieving revision 1.1
diff -c -r1.1 swap.c
*** /tmp/,RCSt1003584   Wed Sep  6 11:51:52 1989
--- swap.c      Wed Sep  6 11:37:44 1989
***************
*** 272,278 ****
  #ifdef vax
  char  *devnames[] =
       { "hp", "ht", "up", "rk", "sw", "tm", "ts", "mt", "tu", "ra", "ut",
!        "rb", "rx", "rl" };
  #endif

  labelswap()
--- 272,278 ----
  #ifdef vax
  char  *devnames[] =
       { "hp", "ht", "up", "rk", "sw", "tm", "ts", "mt", "tu", "ra", "ut",
!        "rb", "rx", "uu", "rl", "ts", "vd", "md", "st", "sd", "tz", "rz" };
  #endif

  labelswap()

home help back first fref pref prev next nref lref last post