Open cacharle opened 3 years ago
Thanks for the report! I Your program clearly works, as you've shown in the example. It has also worked the first 4 times in the error output. But it looks to me as if it probably ended with an error of some kind, hence the dyld: part.
What we can possibly do from our side to mitigate that is to check if the program has returned gracefully before parsing the output, what do you think?
I think the non parsable output should be printed (or at least the few last lines) and have a clear message that it couldn't be parsed. Then continue the other tests.
That makes a lot of sense!
I had this error once with philo_one:
When I run the test on my own I have the following output:
I never had this error before.