English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 19 August 2011, 08:49   #1
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
Unknown Guru

Does anybody know what this Guru means by running an app
80000004 002A8340 thanks
shrub3056 is offline  
Old 19 August 2011, 09:12   #2
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,002
80000004 means illegal instruction. The second number is the address of the task which abended. Without a memory dump (or access to the memory at the time of the crash) one cannot tell which one it is.
thomas is offline  
Old 19 August 2011, 09:29   #3
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
I'm sorry the Guru is 80000003 my mistake
shrub3056 is offline  
Old 19 August 2011, 10:40   #4
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,002
from exec/alerts.h:
Code:
#define	ACPU_BusErr	0x80000002	/* Hardware bus fault/access error */
#define	ACPU_AddressErr	0x80000003	/* Illegal address access (ie: odd) */
#define	ACPU_InstErr	0x80000004	/* Illegal instruction */
#define	ACPU_DivZero	0x80000005	/* Divide by zero */
#define	ACPU_CHK	0x80000006	/* Check instruction error */
#define	ACPU_TRAPV	0x80000007	/* TrapV instruction error */
#define	ACPU_PrivErr	0x80000008	/* Privilege violation error */
#define	ACPU_Trace	0x80000009	/* Trace error */
#define	ACPU_LineA	0x8000000A	/* Line 1010 Emulator error */
#define	ACPU_LineF	0x8000000B	/* Line 1111 Emulator error */
#define	ACPU_Format	0x8000000E	/* Stack frame format error */
thomas is offline  
Old 19 August 2011, 11:42   #5
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
Do get more info about the guru/error you can run debug tools like enforcer or muforce (needs MMU).
daxb is offline  
Old 19 August 2011, 12:29   #6
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
If 80000003 is Illegal address access (ie: odd) does the odd refer to one of the CIA chips because I’ve been getting GURU’s even running some of my script files and at random times.
shrub3056 is offline  
Old 19 August 2011, 12:33   #7
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,002
No, the odd refers to the address which is odd. 68000 can only access even memory adresses. Only bytes may be read from odd addresses.

For example

lea $40001,a0
move.l (a0),d0

will cause this guru.

It could be caused by running 68020 programs on 68000 (although this would more likely crash with illegal instruction).
Or it might mean that your RAM is damaged.

Last edited by thomas; 19 August 2011 at 14:58.
thomas is offline  
Old 19 August 2011, 15:36   #8
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
I’ve done extensive ram system tests and checked the integrity of the offending program all proved negative. Do you think it could be hardware related i.e. CPU or any of the custom chips?
shrub3056 is offline  
Old 19 August 2011, 17:26   #9
Bamiga2002
BlizzardPPC'less
 
Bamiga2002's Avatar
 
Join Date: May 2004
Location: Finland
Age: 46
Posts: 3,210
Send a message via MSN to Bamiga2002
Have u got an A1200? If so, I recommend caps replacement.
Bamiga2002 is offline  
Old 19 August 2011, 17:31   #10
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
I’ve got a 500+ 2meg chip 8meg fast 4GB CF drive
shrub3056 is offline  
Old 19 August 2011, 18:40   #11
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,002
Quote:
4GB CF drive
MaxTransfer set correctly? Random crashes can happen if large data files are corrupted. Random "object is not a load module" messages can appear if large program files are corrupted. Large = bigger than 128K.
thomas is offline  
Old 19 August 2011, 18:55   #12
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,604
Could be some program you downloaded from Aminet, made for higher than 68000 and expecting the higher CPU to handle odd address word/longword addresses. If it's your own program, check that Asm-One or such is set to 68000 or it won't report odd address errors.
Photon is offline  
Old 19 August 2011, 19:19   #13
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
Max transfer set to 0x00FFFFFF Mask 0x7FFFFFFE FFS Inter
shrub3056 is offline  
Old 19 August 2011, 19:25   #14
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,002
Quote:
I’ve got a 500+ 2meg chip 8meg fast 4GB CF drive
Where is the CF card connected to?
thomas is offline  
Old 19 August 2011, 19:27   #15
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
An AlfaPower 500 unit
shrub3056 is offline  
Old 19 August 2011, 22:50   #16
jman
Registered User
 
Join Date: Nov 2010
Location: .
Posts: 351
Has anyone thought about asking the first question of them all?

What were you doing when this happened?
Which software and which version were you using?
Can you reproduce this error?

Does it happen "always" or just "sometimes"?
jman is offline  
Old 20 August 2011, 21:36   #17
shrub3056
Registered User
 
Join Date: Jul 2011
Location: UK
Posts: 30
Send a message via ICQ to shrub3056
Well I’ve been trying to use a printer on my Amiga. I downloaded some drivers. I used DosTrace from Aminet and at the point of the crash it was calling the particular driver prefs was set to. It must be for 68020+ systems. Many thanks to all that tried to help.
shrub3056 is offline  
Old 21 August 2011, 00:17   #18
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,604
Spot on jman.

Glad to be of help

Last edited by Photon; 21 August 2011 at 00:27.
Photon is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Old Unknown Game Encrtia Looking for a game name ? 32 22 April 2012 10:11
Unknown compilation!? NOB request.Old Rare Games 2 05 October 2005 19:14
Unknown conversions?... Shoonay Nostalgia & memories 6 26 October 2004 23:26
Unknown console Dastardly Nostalgia & memories 8 29 September 2003 17:50

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:57.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11631 seconds with 15 queries