Xref: utzoo comp.sys.amiga.tech:17006 comp.sys.amiga.hardware:5108 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!oliveb!isc-br!ewu!mpierce From: mpierce@ewu.UUCP (Mathew W. Pierce) Newsgroups: comp.sys.amiga.tech,comp.sys.amiga.hardware Subject: Re: Interpretation of Guru numbers Summary: Address error (uneven address) Message-ID: <1367@ewu.UUCP> Date: 14 Dec 90 23:30:34 GMT References: <115091@philabs.Philips.Com> Followup-To: poster Distribution: na Organization: Eastern Washington Univ. Cheney WA Lines: 23 In article <115091@philabs.Philips.Com>, ms1@philabs.philips.com (Mitch Stein) writes: > > Help, > > I,m using a public domain pascal compiler and while attempting > to write my first program using arrays and strings although the source > code compiles without errors when I try to run the program the system > immediately GURU's with: 00000003.002398D8 What does it mean. Secondly > This same program with slight modification runs fine on a PC using > Turbo Pascal what could be the problem using PCQ. > > MITCH I too have used PCQ very much and have encountered a few gurus. The guru that you are experiencing, #00000003, is a trap code for an uneven addressing error. The second number (002398D8) is that address of the error solving task, according to my "Amiga C for Advanced Programers" manual, the only address I know of to solve the error is the address of my left mouse button :^) I used PCQ for everyproject in my data structures class, so I know that it works, I think that the compiler is a littel loose on some checking, so it'll let things slide and guru at runtime. If you can't solve the problem, I would like to help, I'm no expert, but I am familiar with the package. So email me some code if you like and I'll see if I can figure it out with you. -Mathew Pierce