Skip to content
Snippets Groups Projects

xAODRootAccess: Work around root 6.20.02 destructor issue.

Merged Scott Snyder requested to merge ssnyder/athena:dtor.xAODRootAccess-20200414 into master

~TMethodCall dereferences gCling. But if it is being run as part of global destructors, then gCling may have already been destroyed by the time the TMethodCall destructor runs.

Change TAuxVectorFactory to hold the TMethodCall instance by pointer to guard against this.

Needed to fix test failure in xAODDataSource.

See !31633 (merged).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading