Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long command in REPL history crashing trinket m0 #1181

Closed
daguitarguy opened this issue Sep 10, 2018 · 1 comment
Closed

Long command in REPL history crashing trinket m0 #1181

daguitarguy opened this issue Sep 10, 2018 · 1 comment

Comments

@daguitarguy
Copy link

On trinket m0, with CircuitPython 3.0.1, connecting through Mu (or any serial connection), on the REPL run command:

print("111111111122222222223333333333444444444455555555566666666667777777777888888888899999999990000000000111111111122222222223333333333444444444455555555556666666666777777777788888888889999999999000000000011111111112222222222333333333344444444445555555555")

After successful execution, press arrow up key.

Expected Result: view the previously executed command from the REPL history
Actual Result: the string "pr" is shown in the screen, and the trinket m0 has crashed, no more commands are accepted in the REPL, and the device cannot be ejected through USB.

@dhalbert
Copy link
Collaborator

dhalbert commented Oct 3, 2018

Fixed by #1185.

@dhalbert dhalbert closed this as completed Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants