Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !3847

Fix ICondDBInfo for DD4hep

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marco Clemencic requested to merge fix-iconddbinfo-for-dd4hep into master Nov 02, 2022
  • Overview 7
  • Commits 3
  • Pipelines 3
  • Changes 7

!3789 (merged) caused a segfault in Boole DD4hep builds, because the removal of XmlParserSvc didn't take into account its uses at runtime, in particular in LbAppInit.

With this MR I add a protection to LbAppInit to avoid a segfault in case of configuration problems and I extend DD4hepSvc with the interface ICondDBInfo so that it can be used by LbAppInit to gather CondDB info in DD4hep builds.

I also added a unit test to check that the fix actually works.

/cc @sponce

Edited Nov 05, 2022 by Marco Clemencic
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-iconddbinfo-for-dd4hep