owenl131 / pe

0 stars 0 forks source link

System crashes when Ctrl-D is pressed #4

Open owenl131 opened 1 year ago

owenl131 commented 1 year ago

System crashes when Ctrl-D is pressed. A production system should crash gracefully instead of via showing the user an exception stacktrace.

image.png

soc-se-bot commented 1 year ago

Team's Response

The dev team sees this as an extreme user behaviour which is out of the scope of any commands/features in the UG. A normal user would not enter Ctrl-D in the midst of normal usage.

2022-11-14 13.52.46.jpg

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Ctrl-D is not an extreme user behaviour. It is an occurrence of a more general situation of the output stream being closed, which can happen for reasons such as the user piping in input from a file or piping in input from another program. It is not unexpected for users to pipe in input from a file because this is a command-line application after all.


:question: Issue severity

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

Reason for disagreement: Medium severity chosen because a stacktrace shouldn't be shown the users.