[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2011-05-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: Never verified for current release. 2.5 closed. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2010-11-16 Thread Stephen Hansen
Stephen Hansen added the comment: I can try to do some testing to reproduce w/ 2.7: 2.5 was IIRC 32-bit on leopard by default though, so should I force a non-64-bit build to test this? I'm not entirely sure if that'll change things, but want to make sure. I can test with both 2.5 and 2.7 on l

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2010-11-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: This still needs to be verified that there is a problem with a *current* release. That means 2.7.1 (rc just out) or 3.2 (a4 just out). If this would be considered a security issue (I do not know) then 'current' includes 2.5.5, 2.6.6, and 3.1.3 (rc or final).

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2010-11-16 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +ixokai ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2010-11-16 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: I'm not sure whether it's related but on psutil we have a similar error message by using Python 2.6.1 64-bit: http://code.google.com/p/psutil/issues/detail?id=135 -- nosy: +giampaolo.rodola status: pending -> open __

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2010-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please test on 2.6 or better, 2.7 (rc already out) and 3.1 to verify there still is a problem. -- nosy: +tjreedy status: open -> pending ___ Python tracker ___

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2008-05-25 Thread Gregory P. Smith
Changes by Gregory P. Smith <[EMAIL PROTECTED]>: -- nosy: +gregory.p.smith priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bug

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2008-05-17 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- type: -> crash __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubsc

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2008-05-17 Thread Håkan Waara
New submission from Håkan Waara <[EMAIL PROTECTED]>: I'm using the standard lib SimpleXMLRPCServer to receive a file from a client. The file is sent using an instance of the xmlrpclib.Binary class. Whenever the file is bigger than a few MB, the server reports spews out an internal error to stde

[issue2901] "error: can't allocate region" from mmap() when receiving big chunk of data

2008-05-17 Thread Håkan Waara
Håkan Waara <[EMAIL PROTECTED]> added the comment: test_server.py and test_client.py zipped attached. Added file: http://bugs.python.org/file10360/testcase.zip __ Tracker <[EMAIL PROTECTED]> __ __