HP Forums
HPprime CRASH and mysterious clepsydra indicator - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: HPprime CRASH and mysterious clepsydra indicator (/thread-254181.html)



HPprime CRASH and mysterious clepsydra indicator - fabrice48 - 10-29-2013

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 - Patrice - 10-29-2013

Fabrice,

Se planter est traduit en Anglais par to crash.


Re: HPprime BUG and mysterious clepsydra indicator - fabrice48 - 10-29-2013

merci patrice !!!


Re: HPprime CRASH and mysterious clepsydra indicator - cyrille de Brébisson - 10-30-2013

hello,

thanks for the info.

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

cyrille