-
Notifications
You must be signed in to change notification settings - Fork 91
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
Error in dev3 test #798
Comments
|
For reasons that I don't understand a fraction of some file is printed at the end of this test With the addition of 4 |
|
This also happens, for example in LCG_99 (root 6.22.06) and for all the AClick tests in some form or another. (Maybe also others 🤷 ) |
|
Isn't this normally an artifact resulting from missing ROOT dictionaries, which cannot be compiled on the fly ? |
|
yes, usually if there is this printout is because something went wrong with finding header files. But then the whole "file" is printed out, not some "random" fraction of it. But everything seems to work. |
|
So I think this is an issue with (how we call?) Geant4 I.e. some issue with the d'tor of G4strstreambuf When I LD_PRELOAD that implementation, with
and The issue goes away. |
I am trying to figure out if this is caused by the changes in DD4hep, or root...
Failure is because "Exception" is found in the log
https://github.com/AIDASoft/DD4hep/runs/2183002592?check_suite_focus=true#step:4:4630
Not clear why this is printed now.
The text was updated successfully, but these errors were encountered: