Skip to content
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

Delphes raises seg-fault in substructure branch #204

Open
jackaraz opened this issue Jun 7, 2023 · 1 comment · Fixed by #208
Open

Delphes raises seg-fault in substructure branch #204

jackaraz opened this issue Jun 7, 2023 · 1 comment · Fixed by #208
Assignees
Labels
🐛bug Something isn't working Delphes Delphes interface FastJet Issues regarding FastJet PAD Public Analysis Database

Comments

@jackaraz
Copy link
Member

jackaraz commented Jun 7, 2023

System Settings

  • CentOS Linux 7 (Core)
  • Python 3.8.13
  • gcc (GCC) 8.3.1 20190311 (Red Hat 8.3.1-3)
  • MA5 release : 2.0.8 [ 2023/05/31 ] last commit 1c65eba (substructure branch)
  • Delphes 3.5.0

Describe the bug

Delphes raises a segmentation fault within DetectorBase.Execute function

To Reproduce

Run recast with cms_sus_19_006 using any hepmc file.

Expected behaviour

Should have run smoothly

Log files

No response

Additional information

No response

@jackaraz jackaraz added 🐛bug Something isn't working PAD Public Analysis Database Delphes Delphes interface labels Jun 7, 2023
@jackaraz jackaraz linked a pull request Jun 7, 2023 that will close this issue
2 tasks
@BFuks
Copy link
Member

BFuks commented Jun 7, 2023

The problem comes from the Reset() function located in SampleAnalyzer/Commons/DataFormat/RecEventFormat.cpp. When called, some vectors have an arbitrary size and the clear() functions lead to a segfault. I have no idea why at the moment.

@BFuks BFuks added the help wanted Extra attention is needed label Jun 7, 2023
@BFuks BFuks removed the help wanted Extra attention is needed label Jul 19, 2023
@jackaraz jackaraz linked a pull request Jul 19, 2023 that will close this issue
@jackaraz jackaraz added the FastJet Issues regarding FastJet label Jul 19, 2023
@jackaraz jackaraz removed a link to a pull request Jul 19, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working Delphes Delphes interface FastJet Issues regarding FastJet PAD Public Analysis Database
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants