[issue9185] os.getcwd causes infinite loop on solaris

Stefan Krah report at bugs.python.org
Wed Jul 7 11:40:38 CEST 2010


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

I've encountered this a while ago on OpenSolaris. According to the man
page

  http://docs.sun.com/app/docs/doc/816-5168/getcwd-3c?a=view

this would be a bug in getcwd():


ERANGE

The size argument is greater than 0 and less than the length of the
pathname plus 1.

----------
nosy: +skrah

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9185>
_______________________________________


More information about the Python-bugs-list mailing list