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

[EXECUTOR] Executor defunct process with invalid student code #254

Open
levincent06 opened this issue Oct 28, 2021 · 0 comments
Open

[EXECUTOR] Executor defunct process with invalid student code #254

levincent06 opened this issue Oct 28, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@levincent06
Copy link
Member

levincent06 commented Oct 28, 2021

During Fall Comp 2021, there was a defunct process when a particular student code was uploaded to the Raspberry Pi. The exact student code is uploaded to #fall-comp-2k21 Slack channel at 4:36 PM on 10/23 by @benliao1 .

The expected behavior is that Runtime should still be functional, all processes are still running, and run mode remains IDLE when a client tries to change the run mode to teleop/auto. (Runtime reverts to IDLE when the student code has an error)

The particular error is that there's an extra space before the last line of code.

def teleop_main():
....four_spaces
....more_code_indented_with_proper_space_count
.....five_spaces
@levincent06 levincent06 added the bug Something isn't working label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant