Added memory errors warning

This commit is contained in:
fedir 2025-05-22 09:01:50 +02:00
parent 6423e3b2ef
commit 3566131705
Signed by: fedir
GPG Key ID: C959EE85F0C9362C

View File

@ -59,6 +59,8 @@ fi
#valgrind -s ../build/icfs -o default_permissions ./protected & #valgrind -s ../build/icfs -o default_permissions ./protected &
echo "[ICFS-TEST]: You may see memory errors from valgrind at this stage. This is normal - memory isn't lost, the libfuse just forked the process."
# WARN: please don't use `>` or `>>` operators. They force **this script** to open the file, **not the program you are trying to run**. This is probably not what you mean when you want to test a specific program's access. # WARN: please don't use `>` or `>>` operators. They force **this script** to open the file, **not the program you are trying to run**. This is probably not what you mean when you want to test a specific program's access.
# WARN: avoid using touch, since it generates errors because setting times is not implemented in icfs **yet**. # WARN: avoid using touch, since it generates errors because setting times is not implemented in icfs **yet**.