-
Notifications
You must be signed in to change notification settings - Fork 0
geoffdavis/datascope_memleak
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I believe I've found a leak in the Datascope routines where it looks like dbfree isn't freeing everything up. I have thrown together a quick test case that demonstrates this leak. Please see https://github.com/geoffdavis/datascope_memleak Basically, what happens is that I open a database, do a couple of dblookups, joins, and groups. Then I enter an infinite loop where I iterate over every station, subset that one station, then ungroup. I make sure to free up the intermediate Dbptrs generated in each loop iteration, but the memory usage still increases steadily over time. After about 20,000 iterations of the outer loop, my process grows to about 5.5 MB in size. Tested on 5.0-64 and 5.1-64 - Darwin/Intel See https://github.com/robnewman/antelope_utilities/blob/master/tests/datascope_memory_leak for a python version of this program
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published