-
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
Abort signal in PromptReco for JetMET in run 361468 #40032
Comments
A new Issue was created by @mpresill . @Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign btv-pog,reconstruction |
New categories assigned: reconstruction,btv-pog @mandrenguyen,@clacaputo,@soureek,@johnalison you have been requested to review this Pull request/Issue and eventually sign? Thanks |
Minimal recipe to reproduce the crash:
Edit
Run:
|
The actual assert message appears just before the stack trace in the log and is
which seems to correspond to which seems to be called from here (at least based on what version of fast jet is used in CMSSW_12_6) |
Thanks Chris! |
@francescobrivio As mentioned in the thread it corresponds to Nsubjettiness definitions. These are typically managed by @cms-sw/jetmet-pog-l2 . We only use the existing definitions in a given release. |
assign jetmet-pog |
@mpresill hello!
we find:
We suggest to protect against these inputs in the Btag code like so #40081 |
Thank you @laurenhay ! |
I tested the solution proposed in #40088 using the recipe from #40032 (comment) and the job isn't crashing anymore. |
Are we okay to close this issue? |
+1 |
@laurenhay Well, if I understood correctly there are PF candidates being created with essentially beam kinematics, and passed to FastJet. We ought to understand the root of this problem. I believe we can close this issue as solved and open a new one to be assigned to PF. |
+1 |
unassign btv-pog |
This issue is fully signed and ready to be closed. |
please close Resolved in #40088 |
Hello,
We have a paused Reco job in run 361468. The problem seems to be at module
BoostedDoubleSVProducer
.At this link CMS talk from T0 you can see some relevant lines in the job’s log.
Stack trace here:
Probably linked to https://github.com/cms-externals/fastjet-contrib/blob/283910e44f2c3c81133fc68c8f4942b9c53da6e3/Nsubjettiness/Njettiness.cc#L179-L204
Can experts please take a look at this error?
The text was updated successfully, but these errors were encountered: