-
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
testSiStripHitResolution
and testSiStripHitEfficiency
fail when export MALLOC_CONF=junk:true
is set
#45084
Comments
cms-bot internal usage |
A new Issue was created by @mmusich. @rappoccio, @sextonkennedy, @Dr15Jones, @smuzaffar, @makortel, @antoniovilela can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign CalibTracker/SiStripHitEfficiency |
New categories assigned: alca @saumyaphor4252,@perrotta,@consuegs you have been requested to review this Pull request/Issue and eventually sign? Thanks |
@pcanal Do the stack traces (showing crashes in ROOT) give any hints of what could be going wrong? |
One strong possibility is that one or more of the element of the |
Sharing some progress, with these changes: diff --git a/CalibTracker/SiStripHitEfficiency/plugins/SiStripHitEffFromCalibTree.cc b/CalibTracker/SiStripHitEfficiency/plugins/SiStripHitEffFromCalibTree.cc
index c871bcb20c7..bcf19de5a44 100644
--- a/CalibTracker/SiStripHitEfficiency/plugins/SiStripHitEffFromCalibTree.cc
+++ b/CalibTracker/SiStripHitEfficiency/plugins/SiStripHitEffFromCalibTree.cc
@@ -692,8 +692,8 @@ void SiStripHitEffFromCalibTree::algoAnalyze(const edm::Event& e, const edm::Eve
makeSQLite();
totalStatistics();
makeSummary();
- makeSummaryVsBx();
- makeSummaryVsLumi();
+ //makeSummaryVsBx();
+ //makeSummaryVsLumi();
if (useCM_)
makeSummaryVsCM();
diff --git a/CalibTracker/SiStripHitEfficiency/test/test_SiStripHitEfficiency.sh b/CalibTracker/SiStripHitEfficiency/test/test_SiStripHitEfficiency.sh
index 9397e50dcb3..c4551b3ee26 100755
--- a/CalibTracker/SiStripHitEfficiency/test/test_SiStripHitEfficiency.sh
+++ b/CalibTracker/SiStripHitEfficiency/test/test_SiStripHitEfficiency.sh
@@ -1,6 +1,8 @@
#!/bin/bash
function die { echo $1: status $2; exit $2; }
+export MALLOC_CONF=junk:true
+
if [ "${SCRAM_TEST_NAME}" != "" ] ; then
mkdir ${SCRAM_TEST_NAME}
cd ${SCRAM_TEST_NAME}
and
|
Just set
export MALLOC_CONF=junk:true
here:cmssw/CalibTracker/SiStripHitEfficiency/test/test_SiStripHitEfficiency.sh
Lines 2 to 3 in ab77a26
and here:
cmssw/CalibTracker/SiStripHitResolution/test/test_SiStripHitResolution.sh
Lines 2 to 3 in ab77a26
crashes with:
and
also seen here: cms-sw/cms-bot#2228 (comment)
The text was updated successfully, but these errors were encountered: