On 2009-10-24, Bobyr Raisa Efimovna <br...@yandex.ru> wrote: >> I've got some "good" news. I've been able to reproduce this problem >> with the game "armagetronad". Now I can start investigating what is >> causing it... > > No jokes as good, just imagine if such heavy problem happens after > incoroprating into the Linux kernel :)
If it was in the Linux kernel, we'd have a lot more help getting it fixed correctly. > It seems that drivers tapping into file-system (like yours ) should > be tested on all applications which intensively write/access a lot > of files to user homes - browsers, office packages, some games, > antivirals.. Agreed. That's why it is good when people like you report problems. The problem is that the kernel is trying to write to a memory-mapped file, even though it may only be opened read-only. DazukoFS does not support memory-mapped writing, so does not expect the kernel to attempt it. I will need to take a deeper look at why this is happening. For now, I have added an extra hook in DazukoFS to return an error when the kernel tries to do this. It works for me. Could you also try it? http://dazuko.dnsalias.org/files/dazukofs-3.1.1-20091024.tar.gz When I get some more time, I'll take a closer look at why the kernel is trying to mmap-write to DazukoFS. John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-devel mailing list Dazuko-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/dazuko-devel