[New-bugs-announce] [issue6600] MemoryError in AiX 64-bit build

Sridhar Ratnakumar report at bugs.python.org
Thu Jul 30 03:23:22 CEST 2009


New submission from Sridhar Ratnakumar <sridharr at activestate.com>:

(currently investigating the root cause of this issue...)

bash-2.04$ build/py2_6_2-aix5-powerpc-apy26-rrun/python/python -c "open
('/tmp/test', 'w')"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
MemoryError

bash-2.04$ build/py2_6_2-aix5-powerpc-apy26-rrun/python/python -c 
"import platform; print platform.uname()"
('AIX', 'asaixv5152', '1', '5', '000C763E4C00', 'powerpc')

bash-2.04$ file build/py2_6_2-aix5-powerpc-apy26-rrun/python/python 
build/py2_6_2-aix5-powerpc-apy26-rrun/python/python:    64-bit XCOFF 
executable or object module not stripped

----------
components: Build, IO
messages: 91076
nosy: srid
severity: normal
status: open
title: MemoryError in AiX 64-bit build
type: crash
versions: Python 2.6

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


More information about the New-bugs-announce mailing list