Imported Ticket
- Summary: memory leak in sphere objects
- Component: yt
- Milestone: 2.0
- Reporter: britton
- Owner: mturk
- Resolution: worksforme
- Status: closed
- Created: 1236789728000000
- Description: The following sequence of commands will result in a memory leak.
pf = EnzoStaticOutput('something')
sphere = pf.h.sphere(center,radius)
sphere['Density']
sphere.clear_data()
del sphere
Note: adding this before sphere.clear_data() helps, but does not appear to totally fix the problem. Adding it after that call has the same effect.
for g in pf.h.grids:
g.clear_data()
Update to Ticket
- Author: mturk
- Changetime: 1239946062000000
- Field: status
- Oldvalue: new
- Newvalue: closed
Update to Ticket
- Author: mturk
- Changetime: 1239946062000000
- Field: resolution
- Oldvalue: None
- Newvalue: worksforme
Update to Ticket
- Author: mturk
- Changetime: 1239946062000000
- Field: comment
- Oldvalue: 1
- Newvalue: I can't replicate this; we should re-open if we can be clear that it happens under 2.6 on multiple platforms.
Update to Ticket
- Author: mturk
- Changetime: 1240076942000000
- Field: status
- Oldvalue: closed
- Newvalue: reopened
Update to Ticket
- Author: mturk
- Changetime: 1240076942000000
- Field: resolution
- Oldvalue: worksforme
- Newvalue:
Update to Ticket
- Author: mturk
- Changetime: 1240076942000000
- Field: comment
- Oldvalue: 2
- Newvalue: This is still an issue, I have been assured; I'm trying to replicate here.
Update to Ticket
- Author: mturk
- Changetime: 1240160761000000
- Field: milestone
- Oldvalue: 1.5
- Newvalue: 2.0
Update to Ticket
- Author: mturk
- Changetime: 1240160761000000
- Field: comment
- Oldvalue: 3
- Newvalue: This seems to be related to the child masks being kept around. I've committed a helpful fix, which doesn't completely fix the problem, in r1258, and we're bumping to the next version where we'll rethink child masks.
Update to Ticket
- Author: mturk
- Changetime: 1282253970000000
- Field: status
- Oldvalue: reopened
- Newvalue: closed
Update to Ticket
- Author: mturk
- Changetime: 1282253970000000
- Field: resolution
- Oldvalue:
- Newvalue: worksforme
Update to Ticket
- Author: mturk
- Changetime: 1282253970000000
- Field: comment
- Oldvalue: 4
- Newvalue: