Memory Leak
From: Jerry (jerry_at_commercialbase.com)
Date: 10/30/03
- Next message: Jason Smart: "Access Violation at 4004D062"
- Previous message: Dimitrij Klingbeil: "Re: About Lists of Pointers"
- Next in thread: Nick Hodges (TeamB): "Re: Memory Leak"
- Reply: Nick Hodges (TeamB): "Re: Memory Leak"
- Reply: Chris Burrows: "Re: Memory Leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Oct 2003 17:03:43 -0700
Hi All,
I've written a utility that runs for many hours. It loops through a dataset
and does a lot of number crunching.
I was very careful that the String lists that I use are always freed after
each loop and the Access database used for temporary tables is refreshed and
rebuilt each time. In my estimation, each loop does the same amount of work
no matter how many loops are required to complete the dataset, so as long as
all resources are freed each time, it should go on forever. However, when
the dataset is long it runs out of system resources. Does anyone know how I
can shop this memory leak?
I've never come across this problem before so I'm not sure how to fix it.
- Next message: Jason Smart: "Access Violation at 4004D062"
- Previous message: Dimitrij Klingbeil: "Re: About Lists of Pointers"
- Next in thread: Nick Hodges (TeamB): "Re: Memory Leak"
- Reply: Nick Hodges (TeamB): "Re: Memory Leak"
- Reply: Chris Burrows: "Re: Memory Leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|