Robert
Robert
i introduced two bugs - they got fixed and are comitted.
yes, can be done. i am still debugging the software.
hi joel, i just created a testcase with the details you provided. i get a core dump as well. just checking with valgrind ... cheers robert output: TEST 66/91 :...
deep inside: ==23883== Invalid write of size 2 ==23883== at 0x40CBF7: spiffs_read_dir_v (spiffs_hydrogen.c:1044) ==23883== by 0x4019A0: spiffs_obj_lu_find_entry_visitor (spiffs_nucleus.c:177) ==23883== by 0x40CD14: SPIFFS_readdir (spiffs_hydrogen.c:1070) ==23883== by 0x428A78: __test_test_joel (test_bugreports.c:1270) ==23883== by...
yes, abs. correct. in spiffs_read_dir_v a simple sanity check is needed. i would add: if (NULL == user_var_p) { return SPIFFS_VIS_END; } a kaboom in the app due to an...
hi joel, yes, you are right. i came bottom up with the same conclusion. you don't need a dev kit to test. just a pc and the test suite is...
:-) easy, what base os do you use? this would be part of the wiki i think. and it is off topic.
i try to prepare a small guide.
Yes, i found the "same" problem. Id | Time | EraseCount | BytesRead | BytesWritten | ReadCallCount | WriteCallCount ---- | ---- | ---- | ---- | ---- | ----...