home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4832 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.2 KB  |  49 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!usc!rpi!newsserver.pixel.kodak.com!psinntp!psinntp!dg-rtp!ponds!rivers
  3. From: rivers@ponds.uucp (Thomas David Rivers)
  4. Subject: Re: NMI probs and messages.
  5. Message-ID: <1992Aug27.224941.9527@ponds.uucp>
  6. References: <1992Aug22.151608.19404@ponds.uucp> <cproto.714656525@marsh> <1992Aug24.221348.14876@bernina.ethz.ch>
  7. Date: Thu, 27 Aug 1992 22:49:41 GMT
  8. Lines: 39
  9.  
  10.  
  11.  Just to follow up on my own posting, and the thread it seems to be
  12. going, I can pretty much get the NMI to occur by building the kernel
  13. over-and-over in a for loop.  After a couple of hours - there it is...
  14.  
  15.  It doesn't seem to occur if I let the machine simply sit there for
  16. days on end (I waited three days.)  It seems to occur more frequently
  17. if I disable the recognition of the match coprocessor in npx.c.
  18.  
  19.  I'm running a kernel w/ Frank Maclachlan's (fpm@crash.cts.com) dma
  20. fixs and David Greenman's (davidg@agora.rain.com) general file system/kernel
  21. improvements.  With these, the NMI seems to be a little more regular.
  22.  
  23.  Finally, after the NMI, I can now pretty reliably get the following crash
  24. (from /var/log/messages):
  25.  
  26. Aug 27 09:14:54 puddles /386bsd:
  27. Aug 27 09:14:54 puddles /386bsd: NMI port 61 a0, port 70 ff
  28. Aug 27 12:30:03 puddles /386bsd: panic: remrq
  29. Aug 27 12:30:03 puddles /386bsd: trap type 12 code = fdbf0000 eip = fe025c63 cs
  30. Aug 27 12:30:03 puddles /386bsd: panic: trap
  31. Aug 27 12:30:03 puddles /386bsd:
  32. Aug 27 12:30:04 puddles /386bsd: The operating system is saving a copy of RAM memory to device 1, offset 0
  33. Aug 27 12:30:04 puddles /386bsd: (hit any key to abort): [ amount left to save (MB) ] trap type 12 code = fdbf00
  34. Aug 27 12:30:04 puddles /386bsd: panic: trap
  35. Aug 27 12:30:04 puddles /386bsd:
  36. Aug 27 12:30:04 puddles /386bsd: The operating system is saving a copy of RAM memory to device 1, offset 0
  37. Aug 27 12:30:04 puddles /386bsd: (hit any key to abort): [ amount left to save (MB) ] -- device not ready
  38. Aug 27 12:30:04 puddles /386bsd: system rebooting.
  39. Aug 27 12:30:04 puddles /386bsd:
  40.  
  41.  
  42.   I'm curious as to what the empty messages could be, and what 
  43. trap type 12 is.... I'm hoping to find the time to wander through 
  44. the sources and figure this one out; but if you know what this is,
  45. don't hesitate to post.
  46.  
  47.     - Dave R. -
  48.     (rivers@ponds.uucp)
  49.