[H-GEN] Python doesn't love me anymore

Clinton Roy clinton.roy at gmail.com
Tue Sep 6 01:54:48 EDT 2005


Hi Sarah,

> Last few lines of a ktrace dump (I've never used this before):
>  23771 python   RET   read 2561/0xa01
>  23771 python   CALL  fstat(0x7,0xbfbf6bd0)
>  23771 python   RET   fstat 0
>  23771 python   CALL  read(0x7,0x81a4000,0x4000)
>  23771 python   GIO   fd 7 read 0 bytes

So, it looks like it opened a file (types.pyc at a guess),
successfully stat'd it, but then couldn't read from it from some
reason. Corrupt file system or dying hdd would be my guess.
 
The full truss output would be much more illuminating though, I'm sure.

-- 
Clinton Roy
IT Officer, ARC Centre of Excellence for Quantum-Atom Optics
www.humbug.org.au  - Brisbane Unix Group
azure.humbug.org.au/~croy/blog - Blog




More information about the General mailing list