[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
Andre M. Descombes added the comment: Thanks Martin, I think you are right, perhaps someone on the python-list will have seen and solved the problem before. Andre __ Tracker <[EMAIL PROTECTED]> _

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: I personally don't think this problem can be resolved by discussion. Instead, you have to use a debugger, debug your application, Python, and Windows, to find out the true cause of the problem. Only then discussion can be fruitful. If you cannot do these steps

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
Andre M. Descombes added the comment: Ok, so where would you recommend I move this discussion to? Andre On 10/12/07, Martin v. Löwis <[EMAIL PROTECTED]> wrote: > > > Martin v. Löwis added the comment: > > > I set the IMAGE_FILE_LARGE_ADDRESS_AWARE flag on python and I still get > the > > memory

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: > I set the IMAGE_FILE_LARGE_ADDRESS_AWARE flag on python and I still get the > memoryerror exceptions. When they start happening there is still more than > 1GB of available memory! Just in case it isn't clear: I still don't see an indication of a bug in Python

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
Andre M. Descombes added the comment: I set the IMAGE_FILE_LARGE_ADDRESS_AWARE flag on python and I still get the memoryerror exceptions. When they start happening there is still more than 1GB of available memory! __ Tracker <[EMAIL PROTECTED]>

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
Andre M. Descombes added the comment: Apparently, XP is more lax when it comes to checking this flag on the programs it runs then Windows 2003 Server. I am currently doing a test where I have manually added the flag to python to see if this makes the problem go away. I will post my results as soo

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: No, Python does not have IMAGE_FILE_LARGE_ADDRESS_AWARE set; that's not a bug, though. In any case, the lack of this flag cannot explain why your application works on Windows XP and not on Windows 2003. __ Tracker <[EMAIL PROTEC

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
Andre M. Descombes added the comment: Martin, it is really a bug, as I have tried on a machine with Windows 2003 server and 4GBs of ram and it still doesn't run, and it does run on xp with only 1GB of ram. Does python.exe have then IMAGE_FILE_LARGE_ADDRESS_AWARE bit set, that could explain the b

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: Please understand that the purpose of this bug tracker is to track bug reports and patches to Python, not a means of getting help in using Python. If you think you have found a bug, please submit a bug report that allows us to reproduce the bug. If you merely ne

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Andre M. Descombes
New submission from Andre M. Descombes: Hi everybody, I am using Python 2.5.1. I am creating a rather large dictionnary, with more than 8 million entries, memory usage should be about 1.5GB. If I run the program on Windows XP all runs fine, if I run the program on Windows Server 2003 I start get