-
This should now be fixed in SVN.
Please verify and update this bug report.
Thank you.
2009-09-17 07:41:49 UTC by mercury
-
I believe that this has been fixed in SVN.
Please retest and update this bug report.
Thank you.
2009-09-17 07:41:05 UTC by mercury
-
mercury committed revision 68 to the WikipediaFS SVN repository, changing 4 files.
2009-09-17 07:39:39 UTC by mercury
-
mblondel added mercury to the WikipediaFS project.
2009-09-17 07:09:48 UTC by mblondel
-
I believe that I have the fix for this in my big patch of stuff that I'll be sending to the mailing list shortly.
I will update this bug once that has been posted with a request for testing.
2009-09-15 21:01:36 UTC by nobody
-
It would be very nice if the software fetches a list of all avaiable articles so that you can use tab completition when opening files. I think it should be possible by parsing the Special:AllPages record in MediaWiki.
At least I know that could take a long time, but especially for me, maintaining a small private wiki with less than 100 pages, that shouldnt be a problem. Maybe you could add it...
2009-08-25 15:16:44 UTC by nobody
-
I did some more debugging, and found that in metadir.py read(self, path, size, offset) returns correct strings.
Empty strings are returned after EOF has been reached.
2009-04-11 19:42:33 UTC by yurivict
-
I grabbed the system calls logwhen the file is opened. It shows that after then file is read (it was 92060 bytes) read never returns 0 and keeps reading zeroes.
cp on the other hand copies it ok since it first stats the file and then mmaps the file.
So my conclusion is that the bug is that sequential 'read' commands nevfer return EOF indicator.
--- syscall log of vim opening the file...
2009-04-11 17:45:51 UTC by yurivict
-
When I try to open a wiki page 'vim /wiki/wikipedia-en/France.mw' on FreeBSD-71 vim sits blank for a while.
'top' shows both python2.5 and vim consuming a lot of CPU while vim is blank.
But when I hit Ctrl-C shortly after I run a command (normally to interrupt loading of a long file) vim always shows a complete article.
Just to be clear here if I don't hit Ctrl-C it will sit blank for a long...
2009-04-11 17:28:44 UTC by yurivict
-
mblondel committed revision 67 to the WikipediaFS SVN repository, changing 3 files.
2009-03-27 10:25:04 UTC by mblondel