[squeak-dev] Linux VM can't read files from /proc

Tony Garnock-Jones tonyg at ccs.neu.edu
Mon Feb 21 21:49:05 UTC 2011


On 2011-02-21 4:35 PM, Alexander Lazarević wrote:
> Does anybody know why the linux vm can't read files from the /proc
> filesystem? The VM is able to open the files but the size is 0!? A
> simple less or cat on these files just works fine ...

Is it just the sizes that are zero, or does actually reading from them 
fail too? A stat() (or for that matter an ls -l) will return a zero 
size, but a read() in C will return data.

Regards,
   Tony



More information about the Squeak-dev mailing list