-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fixing Geoloader leak probably introduced new bugs #1514
Comments
https://cdash.gsi.de/testDetails.php?test=19728299&build=448681 This shows also a segfault which is unrelated to your geoloader patches ( |
nvm, i confused the PR numbers... |
BTW, if we can't fix this for the 19.0 we should back out the geoloader stuff by /// \bug Leaks GeoLoader and related resources, prevents memory issues (probably a double free)
/// See: https://github.com/FairRootGroup/FairRoot/issues/1514
(void)fGeoLoader.release(); in the FairRunSim dtor. |
Not leaking fGeoLoader on FairRunSim seems to cause some memory issues (probbaly a double free/delete). Until we find it, let's leak the Geoloader, as before. See: FairRootGroup#1514 See: ede7137
Not leaking fGeoLoader on FairRunSim seems to cause some memory issues (probbaly a double free/delete). Until we find it, let's leak the Geoloader, as before. See: FairRootGroup#1514 See: ede7137
For the time being #1518 has re-enabled the memory (including a proper marking). Still the problem of the unproper memory handling needs to be fixed. |
Instead of leaking the complete FairGeoLoader, only leak the FairGeoSets in FairGeoInterface. Still does not fix FairRootGroup#1514 See: FairRootGroup#1514
It looks like fixing the geoloader leak in #1444 introduced a new issue: https://cdash.gsi.de/testDetails.php?test=19713169&build=448354
I was not quickly able to track down what exactly is the problem here. But it seems to be related to FairGeoNodes probably being deleted and then used.
The text was updated successfully, but these errors were encountered: