- This repo collects valgrind memcheck reports for all groups in WUSTL CSE 569S FALL 2019.
- All of the test are performed under Ubuntu 18.04 64-bit version.
- All of the test are performed using the following command:
$ valgrind --leak-check=full --show-leak-kinds=all --log-file=[team_name].log ./embeddedlab
definitely lost | indirectly lost | possibly lost | still reachable | suppressed | others | |
---|---|---|---|---|---|---|
Anon | YES | |||||
CSE Rangers | YES | |||||
sudo rm -rf | YES | YES | YES | YES | ||
TBD | YES | YES | ||||
Team Blue | YES | YES | YES | YES | ||
Undecidable | YES | YES | YES | |||
Vegie Broilers | YES | YES | YES | YES |
- There are two tiny compilation error in
Anon
. - There is a babaric protection mechnism in
sudo rm -rf :
, bless you. - It takes forever to run a CNN test, so if you don't have sufficient time and memory, don't do that.
Anon
will throw a hash error and terminate execution on Ubuntu 18.04.Vegie Broilers
will throw a segmentation fault and terminate execution on Ubuntu 18.04.