Workaround crash in track-extension#402
Workaround crash in track-extension#402
Conversation
|
cc @jgrosseo |
|
It does not complain because the geometry is not loaded. Will check what is the problem with loading, the TGeoManager is quite a beast... |
|
Could it be caused by the |
|
Hi @victor-gonzalez |
|
@shahor02 I see! |
Depends: with yet unmerged AliceO2Group/AliceO2#7810 one can instantiate the Propagator w/o creating geometry, but the propagation will crash if called with USEMatCorrTGeo |
|
In any case, I would not merge this PR, I am trying to find a solution. As a workaround, for the moment you can set |
This reverts commit cfc2e3d.
…eO2Group#406) This reverts commit cfc2e3d.
Without this we get a segfault on exit (probably due to a double delete) on the grid. Moreover, when compiling with
-fsanitize=addressit complains about:With this change in, address sanitizer does not complain.