HP Forums
Crash when using SORT function - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Crash when using SORT function (/thread-5572.html)



Crash when using SORT function - wawa - 01-22-2016 11:46 AM

Hello

I have a problem with my HPPrime when I use the SORT function (not the CAS one) for certain lists. For instance, in HOME, when I enter
SORT({1,0,2,6,0,7,5,1,7,1,7})
The calculator crashes or displays strange characters.
I tried on a friend's calculator and had the same issue.

The firmware version is 2015 6 17 (8151) Rev A

On the emulator or iOS app, everything is working fine.

Do you have the problem ? Is this a bug in the current firmware ?

Thank you


RE: Crash when using SORT function - DrD - 01-22-2016 12:05 PM

Confirmed on the hardware device (only), especially noticeable when the list to be sorted is assigned to, say, the L0 reserved variable:

L0:={1,0,2,6,0,7,5,1,7,1,7};
SORT(L0); ==> Invalid Input followed by a group of Chinese characters.

-Dale-


RE: Crash when using SORT function - Tim Wessman - 01-22-2016 04:13 PM

Have put it on the list for investigation. Thanks.