-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
fix layer condition in HGCalDDDConstants::newCell() #6057
fix layer condition in HGCalDDDConstants::newCell() #6057
Conversation
A new Pull Request was created by @jbsauvan (Jean-Baptiste Sauvan) for CMSSW_6_2_X_SLHC. fix layer condition in HGCalDDDConstants::newCell() It involves the following packages: Geometry/HGCalCommonData @civanch, @Dr15Jones, @ianna, @mdhildreth, @cmsbuild, @nclopezo, @ktf can you please review it and eventually sign? Thanks. |
Do you know the before and after effects of this fix in terms of performance? |
@jbsauvan, @vandreev11 |
Hi Mark, |
@mark-grimes @pfs @bsunanda Mark, wait with this. This needs to be tested. It can not go into the imminent release. |
Okay, too late for the release anyway. Just announced here. |
@mark-grimes @vandreev11 @bsunanda It's ok. This is a minor correction it's only used at analysis level at this point |
+1 |
Getting a very strange GEN-SIM crash in scenarios other than HGCal. Not entirely sure it's because of this pull request because it only happens when combined with other pull requests, but the crash is in the DetectorDescription deconstruction and this is the only one that changes anything close to that. Also the combination of pull requests that causes it doesn't appear to be consistent, so very difficult to pinpoint. Trying to track it down. Stack trace for workflow 10000 (crashes right at the end of GenSim):
|
I suggest using valgrind to see if something else is deleting the memory. |
I think I've found the issue in #6059. It was deleting a random section of memory so the fact that the stack trace mentioned DDI::Singleton was a red herring. |
merge |
fix layer condition in HGCalDDDConstants::newCell()
No description provided.