[issue11094] Runtime error

2011-02-02 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc  added the comment:

For this kind of question you'd better ask on the comp.lang.python newsgroup. 
The bug tracker is not designed to get help.

A remark though: to really debug the RuntimeError a C debugger is needed (and a 
debug build of Python). You'd better try to know why your script consumes more 
and more memory. There are certainly tools for this, and people on the python 
newsgroup will be happy to share them with you.

--
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11094] Runtime error

2011-02-01 Thread Yelena

New submission from Yelena :

I've been using python to run some large database recently. 
I used dbfpy module to access some information stored in dbf format.
However, after 20hrs of running it gave me an error of :
Runtime Error!
This application has requested the Runtime to terminate it in an unusual 
way.Please contact the application's support team for more information.

The error popped out every time I ran them after 20 hrs. My prediction was that
it ran over its memory usage, since it has been accumulating the memory usage
when I was running the program. So I tried deleting/closing I/O immediately
after they were processed. However, such changes did not make any difference
in memory usage accumulation.

Could you please give me some advice in fixing problems like this?

Thank you.

--
components: Windows
files: test2
messages: 127711
nosy: yelenawu
priority: normal
severity: normal
status: open
title: Runtime error
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file20642/test2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com