[New-bugs-announce] [issue29277] os.getcwd failing on LOFS share

miniflow report at bugs.python.org
Sat Jan 14 12:07:50 EST 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29277>
_______________________________________


More information about the New-bugs-announce mailing list