Post Reply 
My calculator crashes when launching an App program
08-17-2015, 06:52 PM
Post: #1
My calculator crashes when launching an App program
Hello,
I have a problem when I try to launch an APP program from HOME environment in RPN mode. This happens, by example, with toshk Spectrum analysis if launched from Home by typing its name, i. e., Spect => Enter. In textbook mode it's ok, but I would to stay with RPN. That's a normal behavior?
Sorry by the bad English, and thanks for any help.

Marcelo
Find all posts by this user
Quote this message in a reply
08-17-2015, 11:32 PM (This post was last modified: 08-17-2015 11:36 PM by matthiaspaul.)
Post: #2
RE: My calculator crashes when launching an App program
(08-17-2015 06:52 PM)Marcelo Vanti Wrote:  This happens, by example, with toshk Spectrum analysis
Apparently this one: http://www.hpmuseum.org/forum/thread-4539.html

Crashes are never acceptable behaviour.

Which firmware version are you using? Does the calculator display some kind of error message?

Greetings,

Matthias


--
"Programs are poems for computers."
Find all posts by this user
Quote this message in a reply
08-18-2015, 05:26 PM (This post was last modified: 08-18-2015 05:53 PM by Marcelo Vanti.)
Post: #3
RE: My calculator crashes when launching an App program
Thanks, Matthias, for your reply.

(08-17-2015 11:32 PM)matthiaspaul Wrote:  Apparently this one: http://www.hpmuseum.org/forum/thread-4539.html
Yes, that is. However, I did a simple example to ilustrate what and how it happens:
PHP Code:
EXPORT Sine()
BEGIN
 F1
:="SIN(X)";
 
STARTAPP("Function");
 
CHECK(1);
 
//
 
Xmin:=0;
 
Xmax:=6.28;
 
Ymin:=−1;
 
Ymax:=1;

 
STARTVIEW(1,1);
 
END

Thus, depending on how I launch the program, it can behave in one of three ways:

i) Launching from the program menu with "run" : the sine is drawn and the program ends.
ii) Launching from the Home environment in textbook typing Sine and Enter: the program works again, normally.
iii) Now , launching from the Home environment in RPN typing Sine and Enter: the calculator restarts, and the emulator crashes.

So, I would know if that's a bug or I doing something wrong.
I'm using the latest firmware, 8151, in calculator and in the emulator.

Marcelo
Find all posts by this user
Quote this message in a reply
08-18-2015, 05:46 PM
Post: #4
RE: My calculator crashes when launching an App program
I can confirm the problem on an r8151 EMU, with win7. I think it's a bug. Similar to other RPN mode issues which have been reported. Most likely this will be addressed in a future release.

-Dale-
Find all posts by this user
Quote this message in a reply
08-18-2015, 09:52 PM
Post: #5
RE: My calculator crashes when launching an App program
On the list... nothing immediately jumps out as to what might be going on here.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 




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