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

Debug and Fix assert failure in edm::BranchIDListHelper::fixBranchListIndexes #140

Closed
wddgit opened this issue May 11, 2021 · 2 comments
Closed
Assignees

Comments

@wddgit
Copy link
Collaborator

wddgit commented May 11, 2021

Fix the following problem reported on the Framework hypernews

#3 0x00007f8b781f39c9 in sig_dostack_then_abort () from /cvmfs/cms.cern.ch/slc7_amd64_gcc820/cms/cmssw/CMSSW_10_6_24/lib/slc7_amd64_gcc820/pluginFWCoreServicesPlugins.so
#4
#5 0x00007f8b7c69a387 in raise () from /lib64/libc.so.6
#6 0x00007f8b7c69ba78 in abort () from /lib64/libc.so.6
#7 0x00007f8b7c6931a6 in __assert_fail_base () from /lib64/libc.so.6
#8 0x00007f8b7c693252 in _assert_fail () from /lib64/libc.so.6
#9 0x00007f8b7f7b6966 in edm::BranchIDListHelper::fixBranchListIndexes(std::vector<unsigned short, std::allocator >&) const () from /cvmfs/cms.cern.ch/slc7_amd64_gcc820/cms/cmssw/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libDataFormatsProvenance.so
#10 0x00007f8b6a001340 in edm::RootFile::fillEventHistory() () from /cvmfs/cms.cern.ch/slc7_amd64_gcc820/cms/cmssw/CMSSW_10_6_24/lib/slc7_amd64_gcc820/pluginIOPoolInput.so
#11 0x00007f8b6a0016bb in edm::RootFile::readCurrentEvent(edm::EventPrincipal&) () from /cvmfs/cms.cern.ch/slc7_amd64_gcc820/cms/cmssw/CMSSW_10_6_24/lib/slc7_amd64_gcc820/pluginIOPoolInput.so
#12 0x00007f8b6a0017e0 in edm::RootFile::readEvent(edm::EventPrincipal&) () from /cvmfs/cms.cern.ch/slc7_amd64_gcc820/cms/cmssw/CMSSW_10_6_24/lib/slc7_amd64_gcc820/pluginIOPoolInput.so
#13 0x00007f8b69fd96ee in edm::PoolSource::readEvent
(edm::EventPrincipal&) () from /cvmfs/cms.cern.ch/slc7_amd64_gcc820/cms/cmssw/CMSSW_10_6_24/lib/slc7_amd64_gcc820/pluginIOPoolInput.so
#14 0x00007f8b7f5f2a1b in decltype ({parm#1}()) edm::convertException::wrap<void edm::callWithTryCatchAndPrint(std::function<void ()>, char const*, bool)::{lambda()#1}>(void edm::callWithTryCatchAndPrint(std::function<void ()>, char const*, bool)::{lambda()#1}) () from /build/wdd/reldebug/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libFWCoreFramework.so
#15 0x00007f8b7f5f2b1c in void edm::callWithTryCatchAndPrint(std::function<void ()>, char const*, bool) () from /build/wdd/reldebug/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libFWCoreFramework.so
#16 0x00007f8b7f5f0d00 in edm::InputSource::readEvent(edm::EventPrincipal&, edm::StreamContext&) () from /build/wdd/reldebug/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libFWCoreFramework.so
#17 0x00007f8b7f60b39c in edm::EventProcessor::readEvent(unsigned int) () from /build/wdd/reldebug/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libFWCoreFramework.so
#18 0x00007f8b7f60cf8b in edm::EventProcessor::readNextEventForStream(unsigned int, edm::LuminosityBlockProcessingStatus&) () from /build/wdd/reldebug/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libFWCoreFramework.so
#19 0x00007f8b7f60d2c3 in edm::SerialTaskQueue::QueuedTask<void edm::SerialTaskQueueChain::push<edm::EventProcessor::handleNextEventForStreamAsync(edm::WaitingTaskHolder, unsigned int)::{lambda()#1}>(edm::EventProcessor::handleNextEventForStreamAsync(edm::WaitingTaskHolder, unsigned int)::{lambda()#1}&&)::{lambda()#1}>::execute() () from /build/wdd/reldebug/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libFWCoreFramework.so
#20 0x00007f8b7dda37a1 in tbb::internal::custom_schedulertbb::internal::IntelSchedulerTraits::local_wait_for_all (this=0x7f8b7974f200, parent=..., child=) at ../../src/tbb/scheduler.cpp:1020
#21 0x00007f8b7f60a945 in edm::EventProcessor::processLumis(std::shared_ptr const&) () from /build/wdd/reldebug/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libFWCoreFramework.so
#22 0x00007f8b7f612ebe in edm::EventProcessor::runToCompletion() () from /build/wdd/reldebug/CMSSW_10_6_24/lib/slc7_amd64_gcc820/libFWCoreFramework.so
#23 0x0000000000410c7b in main::{lambda()#1}::operator()() const ()
#24 0x000000000040f2e2 in main ()

@wddgit wddgit added Bug Something isn't working Maintenance Activity labels May 11, 2021
@wddgit wddgit self-assigned this May 11, 2021
@makortel
Copy link
Collaborator

Done in cms-sw/cmssw#33736

@wddgit
Copy link
Collaborator Author

wddgit commented May 18, 2021

Fix was merged into CMSSW

@wddgit wddgit closed this as completed May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants