kengjit / pe

0 stars 0 forks source link

Inputting Ctr+Z crashes code #6

Open kengjit opened 3 years ago

kengjit commented 3 years ago

Input: "Ctr+Z"

Expected: Error for invalid command

Actual: Exits program

image.png

nus-se-script commented 2 years ago

Team's Response

The operating system and terminal are needed to investigate this issue. This issue cannot be reproduced on Linux with Bash/Dash, both of which suspends the program with SIGTSTP as intended.

Severity changed to Low since i) it is unlikely that normal user will press Ctrl-Z by mistake ii) even if it is done, there is no consequences other than that they have to restart the program. No data loss is possible even in such case.

Items for the Tester to Verify

:question: Issue response

Team chose [response.IssueUnclear]

Reason for disagreement: Although this issue cannot be reproduced on Linux, your DG clearly stated that it should still work on Windows. Also, since Windows users often use the shortcut Ctr+Z to undo, it is not unlikely that the user might unintentionally press it. Thus, this could be avoided if you included a note in your DG/UG.

image.png


:question: Issue severity

Team chose [severity.Low] Originally [severity.High]

Reason for disagreement: [replace this with your explanation]