[issue36236] Python crash on macOS when CWD is invalid

Pablo Galindo Salgado report at bugs.python.org
Tue Mar 19 13:29:48 EDT 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Yup:

~
❯ cd /tmp

/tmp
❯ mkdir check

/tmp
❯ cd check

/tmp/check
❯ rm -rf ../check

/tmp/check
❯ python3.7 -m pdb
Fatal Python error: pymain_compute_path0: memory allocation failed
ValueError: character U+e0895f00 is not in range [U+0000; U+10ffff]

Current thread 0x000000011d9405c0 (most recent call first):

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36236>
_______________________________________


More information about the Python-bugs-list mailing list