X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Flseek_EACCES_bug%2FREADME.txt;fp=direct%2Ftimothy_tests%2Flseek_EACCES_bug%2FREADME.txt;h=8c3fd4013255354f4b490578f20c52ae85abd9b1;hb=202a9cf3d0041fef03261fcbdf596f5e40f881a7;hp=0000000000000000000000000000000000000000;hpb=4d31e5ecca937da7eaf74f0fb6e5070b6de2c4c9;p=yaffs2.git diff --git a/direct/timothy_tests/lseek_EACCES_bug/README.txt b/direct/timothy_tests/lseek_EACCES_bug/README.txt new file mode 100644 index 0000000..8c3fd40 --- /dev/null +++ b/direct/timothy_tests/lseek_EACCES_bug/README.txt @@ -0,0 +1,7 @@ + + +yaffs_tester.c lseeks and writes to a file in for loop then suddenly lseek( on line 238) returns the error EACCES. +The handle to the file has not changed nor has the handle been closed. +There is no reason for this error to happen and is therefor logged as a bug. + +if the emfile contains quite a few files then the same lseek will return a error code of 0 (see lseek_error_code_0_bug directory).