PhotoMechanic displays an incorrect filesize for very large files. For instance a file of 2.28GB (2,279,912,238 bytes) gets displayed as -1967827K. As a consequence sorting on filesize doesn't work correctly either.
I guess PM is currently using a signed 32-bit integer for the filesize, which is fine until the file reaches a size of 2GB. With larger files, this goes wrong though so I think this needs to be changed into either a 64bit integer (to fix it completely) or at least an unsigned integer (which fixes the problem for files up to 4GB in size).
PM 4.6.4 b0429, Mac OS X 10.6.3.
Cheers,
Hayo