← Back to team overview

pytagsfs team mailing list archive

pytagsfs on Mac OS X 10.6

 

Hello,

I have pytagsfs partially working on my mac, and I'm running into a
very weird issue. It appears that I can only successfully mount a
directory as long as there are <= 124 items. What I've seen:

- A single directory with 124 songs -> works.
- A single directory with 125 songs -> fails silently, and the mount
directory stays empty. The mount point is listed under 'mount', but
nothing else seems to have happened.
- A top level directory with three sub-directories, with 124 items in
the three sub-dirs total -> fails.
- A top level directory with three sub-directories, with 121 items in
the three sub-dirs total -> works.

I've done some debugging beyond this. Here are the first several dozen
lines to a successful mount with 124 files:

http://pastebin.com/sDTc110k

And one with 125 files:

http://pastebin.com/4hx7MTML

Note that in the first paste, at line 22 it starts adding files, while
in the second it doesn't.

I'm doing all of this on top of a MacPorts install of python 2.7,
py27-kqueue, py27-mutagen, fuse-python rev c490d831ae11, and
sclapp-0.5.3.

If anyone has any ideas, I'd appreciate it! Thanks!

Stephen Skory


Follow ups