The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

HPprime CRASH and mysterious clepsydra indicator
Message #1 Posted by fabrice48 on 29 Oct 2013, 8:05 a.m.

i found this to CRASH my prime :

try this programm,

1-on the first time wait 20 seconds all is alright.
2-then try to execute it again, during it press the down arrow key
3-the program finish with a result on the screen
4-try to escape with the ESC key
---THE prime CRASH

FROM NOW you see a busy indicator (a clepsydra) each time your prime is busy

EXPORT SPD()
BEGIN
TICKS>T;
FOR I FROM 1 TO 300000 DO
  COS(123156789);
END
TICKS-T>T;
T/1000>T;
PRINT(""+T);
FREEZE;
END;

Edited: 29 Oct 2013, 2:20 p.m. after one or more responses were posted

      
Re: HPprime BUG and mysterious clepsydra indicator
Message #2 Posted by Patrice on 29 Oct 2013, 1:49 p.m.,
in response to message #1 by fabrice48

Fabrice,
Se planter est traduit en Anglais par to crash.

            
Re: HPprime BUG and mysterious clepsydra indicator
Message #3 Posted by fabrice48 on 29 Oct 2013, 2:19 p.m.,
in response to message #2 by Patrice

merci patrice !!!

      
Re: HPprime CRASH and mysterious clepsydra indicator
Message #4 Posted by cyrille de Brébisson on 30 Oct 2013, 3:17 p.m.,
in response to message #1 by fabrice48

hello,

thanks for the info.

BTW, did you know about the TIME(expression) command? it will time the execution speed of the command :-)

cyrille


[ Return to Index | Top of Index ]

Go back to the main exhibit hall