New submission from Yelena <k...@ucdavis.edu>: 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 <rep...@bugs.python.org> <http://bugs.python.org/issue11094> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com