Bharathgopal / M1_March_2022

Naming convention: "M1_ProjectGoal"
24 stars 83 forks source link

Issue while uploading .c file in submitty #289

Closed MNVS10 closed 2 years ago

MNVS10 commented 2 years ago

When I try to upload a file in submitty it shows "Child exited with status = 1" error. The code runs in my system compiler but shows error in Submitty. I tried more than 3 times but unable to solve the issue.

Bharathgopal commented 2 years ago

Submitty runs on Linux OS. If some code has bugs, it may or may not crash in windows but crashes in Linux.

Solution: Check for execution of program on both Linux and Windows before submitting on Submitty.