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