[ python-Bugs-1671411 ] python code fails with "MemoryError" on HP-UX 11.11 PA_RISC
SourceForge.net
noreply at sourceforge.net
Thu Mar 8 04:57:53 CET 2007
Bugs item #1671411, was opened at 2007-03-01 11:27
Message generated for change (Comment added) made by shashikala
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1671411&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Performance
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: shashi (shashikala)
Assigned to: Nobody/Anonymous (nobody)
Summary: python code fails with "MemoryError" on HP-UX 11.11 PA_RISC
Initial Comment:
Hi,
Python-2.5 code fails with "MemoryError". This is happening only on one system, PA-RISC running HP-UX 11.11.Failing system has 12 GB of RAM installed, non-failing system has 8 GB.
1) spark 9GB phys mem(Python is working fine)
2) stalker 12GB phys mem (that has problem with python 2.5 )
please assist me in this.
Thanks in advance
Shashi
----------------------------------------------------------------------
>Comment By: shashi (shashikala)
Date: 2007-03-08 10:57
Message:
Logged In: YES
user_id=1506183
Originator: YES
Hi ,
I added "import gc" and "gc.collect()" , it worked out fine , I dint get
any further MemoryError is this the correct approach , please let me know
about the same.
Thanks and Reagrds,
shashi
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2007-03-02 04:34
Message:
Logged In: YES
user_id=21627
Originator: NO
Can you also provide a gdb/dbx backtrace of where the problem occurred?
----------------------------------------------------------------------
Comment By: shashi (shashikala)
Date: 2007-03-01 18:47
Message:
Logged In: YES
user_id=1506183
Originator: YES
File Added: Pythonmemoryerror.txt
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2007-03-01 13:38
Message:
Logged In: YES
user_id=21627
Originator: NO
This tracker is not about assistance. If at all, we need you to assist
us.
Can you please report more details, like stack traces, causes of the
crash, patches? If not, I think there is little we can do about this report
("it crashes" is pretty unspecific).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1671411&group_id=5470
More information about the Python-bugs-list
mailing list