Post Reply 
CAS program corrupts itself
08-11-2014, 04:54 PM (This post was last modified: 08-11-2014 04:56 PM by Joe Horn.)
Post: #5
RE: CAS program corrupts itself
(08-11-2014 12:40 PM)Eddie W. Shore Wrote:  The PRINT command may be the culprit, as it may not be designed for CAS programs.

No, it happens no matter what's in the loop. Even this gets corrupted:
Code:

(x)->BEGIN  
  FOR x FROM 1 TO 10000000000 DO x:=x; 
  END; 
  RETURN(x);  
END;

When interrupted by pressing On, the above turns into this:
Code:

(x)->BEGIN  
  FOR x FROM 1 TO 10000000000 STEP "Stopped by user interruption. Error: Bad Argument Value" DO x:=x; 
  END;;  
  RETURN(x);  
END;

What really scares me is this: delete the corrupted program, re-create it from scratch, exit the program editor, and before even running it, go back and look at it... it will already be corrupted (usually with the TO turned into DOWNTO). So this bug not only corrupts the running program, but corrupts programs that haven't even been written yet! It's a tunneling tachyon emitter! Vewwy, vewwy scawwy!

Q: What do zombie tunneling tachyons eat?
A: Branes!

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CAS program corrupts itself - Joe Horn - 08-10-2014, 01:30 PM
RE: CAS program corrupts itself - parisse - 08-11-2014, 07:07 AM
RE: CAS program corrupts itself - Joe Horn - 08-11-2014 04:54 PM
RE: CAS program corrupts itself - Joe Horn - 10-06-2015, 06:05 AM



User(s) browsing this thread: 1 Guest(s)