-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vGate9.3 maybe with memory leak #615
Comments
Can confirm. parts of valgrind output
in their It could be patched with ease. |
Wow it turn outs that this pointer will be assigned other values and should not allocate anything in the first place. |
It seems there are more leak other than the one showed above. I'll try to find it. Edit: Turns out to be it's something else. The fix above should be sufficient. |
fix memory leak in digitizer, issue #615
You can now |
done #619 |
Describe the bug
use the vGate 9.3,while use digitizer and enable the “/gate/output/” ,when run a simulation ,the RAM will be raise by follow time,I thin may be enable the “/gate/output/” with memory leak,this issue only appear in vGate9.3 ,the other version not appear.
Desktop (please complete the following information):
vGate9.3 VirtualBox 7.06
#############
DIGITIZER
#############
/gate/digitizerMgr/name LESingles
/gate/digitizerMgr/chooseSD pixel
/gate/digitizerMgr/insert SinglesDigitizer
/gate/digitizerMgr/pixel/SinglesDigitizer/LESingles/setInputCollection Singles
/gate/digitizerMgr/pixel/SinglesDigitizer/LESingles/insert energyFraming
/gate/digitizerMgr/pixel/SinglesDigitizer/LESingles/energyFraming/setMin 0. keV
/gate/digitizerMgr/pixel/SinglesDigitizer/LESingles/energyFraming/setMax 6000. keV
########
OUTPUT
########
/gate/output/tree/enable
/gate/output/tree/addFileName output/LHCsI.txt
/gate/output/tree/hits/enable
/gate/output/tree/addCollection LESingles
/gate/output/tree/addCollection Singles
The text was updated successfully, but these errors were encountered: