-
Notifications
You must be signed in to change notification settings - Fork 2
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
Trouble reading PT files #6
Comments
(Andrea: Please ignore. I'm just using this as a central place to record the issue that has a URL I can point to in e-mails) The initial comment was created using tridas-core built from the master branch. On Carmello's advice, I checked out the Here are the commands used to build tridas-core and run PTFileAnalyser:
Debug session from PTFileAnalyser:
|
I am having trouble reading recently acquired PT files for the EIC 3x3 calorimeter in the Hall-B counting house. I have recently updated the JANA PTFileReader plugin from this repository to use the
libptfile_reader.a
library from the tridas-core tools. Previously, the JANA plugin used source files copied into this repository from an older version of tridas-core.I also see a seg. fault problem when running the
PTFileAnalyser
tool from tridas-core which seems to seg. fault in similar places in the ptfile_reader library as where the JANA plugin fails.I have copied a gdb session where I see the problem in the JANA plugin below. At the end is shown where the capacity of a std::vector is set to -24 leading to a length error being thrown.
Below that I copied another gdb session, but this time running the PTAnalyser program. At the bottom of that one, the capacity of a std::vector is again a nonsensical value (though it does occur in a slightly different place in the code).
Note that I have tried running on a few different files but always get a seg. fault with
PTFileAnalyser
. It does get a little further though for the fileEIC_3x3_R00000236_F00000000.pt
than for others.Debug session from JANA2 PTFileSource plugin:
Debug session from PTFileAnalyser:
The text was updated successfully, but these errors were encountered: