[issue29277] os.getcwd failing on LOFS share

2017-01-15 Thread miniflow

miniflow added the comment:

After performing an strace - it shows that the underlying call to getcwd is 
indeed returning ENOENT which is not correct.  Does this become a libc bug?

--

___
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



[issue29277] os.getcwd failing on LOFS share

2017-01-14 Thread miniflow

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