home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7518 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: u-psud.fr!usenet
  2. From: vogt@alice.obspm.fr
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Strange guru B800 8035 || ideas about a mmu.device
  5. Date: Thu, 18 Apr 96 10:32:31
  6. Organization: Observatoire de Paris-Meudon
  7. Message-ID: <19960418.79A1918.9A43@alice.obspm.fr>
  8. NNTP-Posting-Host: mesioe.obspm.fr
  9.  
  10. Samuel Devulder <devulder@info.unicaen.fr> wrote :
  11. [snip]
  12. >But, when running gcc 2.6.x, I get guru B800 8035. I was told it is
  13. >a bug in gcc 2.6.x so I tried again with gcc2.7.0 (aminet version).
  14. >That version is reported as working well in conjuction with VMM, but
  15. >on my system, I always get that guru when VMM is swapping.
  16. >
  17. >That problem seems to occur only when gcc and vmm are both running.
  18. >But I haven't tested a lot with other memory-eater program.
  19. >
  20. >Can someone tell me what does this guru number mean ? Do you already
  21. >seen it ? How can I get rid of it ?
  22. [snip]
  23.  
  24. This Guru Meditation officially translates to :
  25.  
  26. DeadEnd Alert - Unknown Subsystem - Unknown cause.
  27.  
  28. I will bet though that it is an internal VMM error meaning something like :
  29.  
  30. PageFault while in Supervisor Mode (something really deadly)
  31.  
  32. I don't use gcc but I know that ixemul.library contains Trap handlers that
  33. execute in supervisor mode, so I advise you to disable code swapping for
  34. ixemul.library.
  35.  
  36. I used to get this guru with VMM on my A4000/040 and it disappeared when
  37. I disabled code swapping for the AS225R2 inet.library (It probably contains
  38. sana2 interrupt hooks).
  39.  
  40. Hope it helps,
  41.  
  42.  
  43.                Etienne Vogt (Etienne.Vogt@obspm.fr or vogt@alice.obspm.fr)
  44.                Graduate Student at Meudon Observatory, France.
  45.                Amiga Programmer.
  46.  
  47.