Skip to content
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

Bad any cast with the ActsExampleGeometryDD4hep #697

Closed
Corentin-Allaire opened this issue Feb 5, 2021 · 4 comments · Fixed by #706
Closed

Bad any cast with the ActsExampleGeometryDD4hep #697

Corentin-Allaire opened this issue Feb 5, 2021 · 4 comments · Fixed by #706
Assignees
Labels
Bug Something isn't working Impact - Critical Critical bug that blocks further developments

Comments

@Corentin-Allaire
Copy link
Contributor

Using the ActsExampleGeometryDD4hep result in a boost::bad_any_cast. I also tried to test it with ActsExampleGeometryGeneric and also encountered a boost::bad_any_cast.

Example command : ./../build/bin/ActsExampleGeometryDD4hep -n1 -j1 --mat-output-file geometry-map --dd4hep-input ../Examples/Detectors/DD4hepDetector/compact/OpenDataDetector/OpenDataDetector.xml

@Corentin-Allaire Corentin-Allaire added Bug Something isn't working Impact - Critical Critical bug that blocks further developments labels Feb 5, 2021
@asalzburger
Copy link
Contributor

Hi, there was a missing | Obj in the geometryOptions definition, it should be fixed with PR #699.

@HadrienG2
Copy link
Contributor

HadrienG2 commented Feb 9, 2021

Doesn't seem to be fixed for dd4hep: https://github.com/acts-project/acts/pull/706/checks?check_run_id=1864050040 .

@HadrienG2
Copy link
Contributor

HadrienG2 commented Feb 9, 2021

The strange thing is, the exact same sequence of commands works just fine on my local machine. So it seems dd4hep version dependent. I use dd4hep 1.15, the failing CI node uses dd4hep 1.11, maybe some bug was fixed on the DD4hep side?

@paulgessinger
Copy link
Member

No the problem is that we're not building DD4hep with DDDetector, but we need that.

asalzburger pushed a commit that referenced this issue Feb 16, 2021
This is a first batch of Acts examples in CI, starting with those that I've been running in my private build for a while.

This PR also switches to a patched CI image that fixes #697 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Impact - Critical Critical bug that blocks further developments
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants