[futurebasic] Re: [FB] console Me

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2003 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Tue, 28 Jan 2003 11:35:15 -0500
On Tuesday, January 28, 2003, at 01:53 AM, Robert Purves wrote:

> Robert Covington wrote:
>
>>> Exception:  EXC_BAD_ACCESS (0x0001)
>>> Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
>>>
>>> Thread 0 Crashed:
>>>  #0   0x00287ff0 in 0x287ff0
>>>  #1   0x003ede60 in 0x3ede60
>>>  #2   0x003edf68 in 0x3edf68
>>>
>
> You have either written to, or read from, address 0.
> Either of these complete programs gives the exception you saw.
>
> poke 0, 0
>
> or
>
> x = peek( 0 )
>
>
>
> Robert P.


Gracias Dr. P.

Just have to figure out where/why it is happening.

Tighter OS here, eh..?

These things haven't shown with better bus error or other debugs 
before. I dunno.

rc