bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

python: calls to platform module fail unexpectedly #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Calling functions from the platform module cause python to exit without proper 
errors being reported:

bash.nmf-4.2$ python
imPython 2.7.7 (default, Jul 16 2014, 19:31:27) 
[GCC 4.4.3 20140604 (Native Client r13280, Git Commit 
093bbb415942cc3406656f90a3a5b2f0aef58d06)] on nacl
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.uname()
Function gethostname is not implemented in glibc-compat!
Function popen is not implemented in glibc-compat, aborting!
bash.nmf-4.2$ 

Original issue reported on code.google.com by elijahta...@chromium.org on 16 Oct 2014 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by sbc@google.com on 16 Oct 2014 at 6:46

GoogleCodeExporter commented 9 years ago
Fixed at https://codereview.chromium.org/744353002

Original comment by sbc@google.com on 21 Nov 2014 at 1:36