-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[ARM] WFs 145.X fail with Segmentation violation in XercesC #48090
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
Comments
cms-bot internal usage |
A new Issue was created by @iarspider. @Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign L1Trigger/L1TMuonOverlap |
New categories assigned: l1 @BenjaminRS,@quinnanm you have been requested to review this Pull request/Issue and eventually sign? Thanks |
E.g. in cmssw/Utilities/Xerces/src/Xerces.cc Lines 8 to 28 in 1d7a156
I don't see |
That's correct, it is calling CondFormats/PPSObjects/src/CTPPSRPAlignmentCorrectionsMethods.cc I was working on opening an issue, but got distracted and @iarspider beat me to it. It's also worth noting that these were easy to spot in the ROOT6 builds. They do happen with other release series, but they get hidden by all the expression parser segfaults unless you know where to look. |
assign CondFormats/PPSObjects |
One could also ask how much these codes really need to use xerces, or could they be migrated to use e.g. |
We can follow up with the OMTF experts |
We are observing occasional RelVal failures in WFs 145.x due to SIGSEGVs in XercesC code. Some examples: 1, 2, 3, 4.
The exact failure position in XercesC code differs from workflow to workflow, but in all cases XercesC code is called from
XMLConfigReader::readPatterns(...)
The text was updated successfully, but these errors were encountered: