-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 crash in pre4 Assertion `seedCollection==nullptr' failed. #5022
fix crash in pre4 Assertion `seedCollection==nullptr' failed. #5022
Conversation
…rt/crash next call
A new Pull Request was created by @slava77 (Slava Krutelyov) for CMSSW_7_2_X. fix crash in pre4 Assertion `seedCollection==nullptr' failed. It involves the following packages: RecoTracker/ConversionSeedGenerators @nclopezo, @cmsbuild, @Degano, @StoyanStoynev, @slava77 can you please review it and eventually sign? Thanks. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_2_X IBs unless changes or unless it breaks tests. |
Why the assert did not trigger on the usual Matrix? |
Thanks Slava for the fix |
we don't have complex enough events in the matrix tests the crash I was looking at was following the warning message from the previous event
|
The old problem of testing all possible branch combinations in integration tests: notoriously impossible... |
…720pre4assert-conversionOneLeg fix crash in pre4 Assertion `seedCollection==nullptr' failed.
Hi, for this specific kind of problem a possible way to "enhance" the rate of pathological events is to run in the test a special configuration where these thresholds are artificially low so that their are triggered more often. Or you could create a skim of odd events. I used to run it privately for the tracker with the purpose of monitoring their rate. On Aug 21, 2014, at 22:01 , David Lange <[email protected]mailto:[email protected]> wrote: — |
seedCollection needs to be reset to zero on a legal exit from the method, otherwise next call will give an assert
should fix crashes reported in https://hypernews.cern.ch/HyperNews/CMS/get/relval/3121.html
Tested with http://cms-project-relval.web.cern.ch/cms-project-relval/failures/CMSSW_7_2_0_pre4/standard/WElSkim2012D__RelVal_wEl2012D_Job1.tar.gz