New submission from miniflow: I am calling os.getcwd and am occasionally seeing failures inside my program. This is not due to files missing as the files on the share are static.
Eror is: [Errno 2] No such file or directory Which is definitely not the case. Can any sort of trace be done at the time of failure to detect if the issue is with python or the OS? System is running Debian inside of an Illumos LX zone. ---------- components: IO, Library (Lib) messages: 285492 nosy: David Terk priority: normal severity: normal status: open title: os.getcwd failing on LOFS share type: crash versions: Python 2.7, Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29277> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com