Post Reply 
RETURN from IFERR causes crash and reboot
12-03-2014, 10:27 PM
Post: #1
RETURN from IFERR causes crash and reboot
The following program causes the Prime to crash hard and reboot. Discovered in firmware 6030; confirmed in 6940.
Code:
EXPORT IFERRCRASH()
BEGIN
  IFERR RETURN; THEN
  END;
END;

/Lennart Börjeson
Stockholm, Sweden
Find all posts by this user
Quote this message in a reply
Post Reply 




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