Skip to content

os_RunPrgm Crash (TI-Basic Stop token) #459

@vitalash1

Description

@vitalash1

(main.c and compiled .8xp file) BUGREPRO.zip

When executing os_RunPrgm on a TI-BASIC program and hitting a Stop token, a ram clear occurs.
This is undesirable behavior.

Reproduction steps

  • Compile this file using the CE C toolchain
#include <ti/vars.h>

int main() {
    os_RunPrgm("A", 0, 0, 0);
    return 0;
}
  • On the calculator, make a new TI-BASIC program named A and put a Stop token in it.
  • Transfer the compiled program to a calculator.
  • Run the compiled program

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions