home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sun / admin / 9774 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.5 KB

  1. Path: sparky!uunet!think.com!ames!nsisrv!mimsy!nzhang
  2. From: nzhang@umiacs.umd.edu (Ning Zhang)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: SunOS 4.1.1 Crash because of Memory address alignment
  5. Message-ID: <63078@mimsy.umd.edu>
  6. Date: 29 Dec 92 03:13:19 GMT
  7. Sender: news@mimsy.umd.edu
  8. Organization: UMIACS, University of Maryland, College Park, MD 20742
  9. Lines: 38
  10.  
  11. In the last few weeks, the server in our production environment crashed
  12. twices after running continuously about 1 week. The panic message is:
  13.  
  14.     Memory address alignment
  15.  
  16. I was able to get a core dump of the kernel and the adb output is
  17.  
  18.     $C
  19.     _panic(0xf819b089,0xf849dcbc,0x0,0x0,0xf849e,0xf7fffc80) + 6c
  20.     _trap(0x7,0xf849dcbc,0x0,0x0,0x0,0x3d9) + 184
  21.     fixfault(?)
  22.     _uiomove(0x0,0x0,0x1000,0x2,0x1002,0x2) + 50
  23.     _fifo_rdwr(0xff135c10,0xf849deac,0x0,0xff130d0a,0x2,0x0) + 5ac
  24.     _vno_rw(0xf83554a4,0x1,0xf849deac,0x13d9,0xff135c14,0x0) + a4
  25.     _rwuio(0xf83554a4,0xf849deac,0xf849dea4,0x13d9,0x13d9,0xf849deac) + 2b0
  26.     _write(0xf849dfe0,0x20,0xf8180fe8,0xf8181008,0xf849e000,0xf8181008) + 34
  27.     _syscall(0xf849e000) + 3b4
  28.     0xf819b089/s
  29.     _sizestr+0x89:  Memory address alignment
  30.  
  31. I seemed to me that the kernel crashed during a named pipe (FIFO) I/O operation.
  32. Our production system kernel is configured with 512 named pipes:
  33.  
  34.     _fifoinfo/D
  35.     _fifoinfo:      4096
  36.     _fifoinfo+4:    -1
  37.     _fifoinfo+8:    4096
  38.     _fifoinfo+0xc:  2101248
  39.  
  40. And the these pipes are heavily used.
  41.  
  42. The version of SUN OS we are running is 4.1.1.
  43.  
  44. Does anyone know if there is any bug with the SunOS may cause the problem?
  45.  
  46. Thanks in advance,
  47.  
  48. -Ning
  49.