Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
master
-
None
-
OS: CentOS7
ARCH: x86_64
GCC: 8.4
ENV: CMSSW Root master based IBs
Description
Hi,
We were testing root https://github.com/root-project/root/commit/97c62d4 in CMSSW but noticed that PyROOT failed to load our shared libraries [a].
This issue was initially reported here https://sft.its.cern.ch/jira/browse/ROOT-10758?focusedCommentId=108782&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-108782 assuming that this might be related to the fact that we are building root with ` -DLLVM_BUILD_TYPE=Debug` .
Axel mentioned that this should be fixed by https://github.com/root-project/root/pull/5639 (already merged). So we are now testing the latest root https://github.com/root-project/root/commit/4dcdbcb9f7a5cdc774da9e1dcb67b388cd685039 and will report back if issue is fixed.
Cheers, --Shahzad
[a]
===========================================================
|
There was a crash (kSigAbort).
|
This is the entire stack trace of all threads:
|
===========================================================
|
#0 0x00002b1e161e741c in waitpid () from /lib64/libc.so.6 |
#1 0x00002b1e16164f12 in do_system () from /lib64/libc.so.6 |
#2 0x00002b1e16beb3aa in TUnixSystem::Exec (this=0x22f8080, shellcmd=0x7c90610 "/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/etc/gdb-backtrace.sh 28457 1>&2") at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/unix/src/TUnixSystem.cxx:2110 |
#3 0x00002b1e16bebc03 in TUnixSystem::StackTrace (this=0x22f8080) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/unix/src/TUnixSystem.cxx:2401 |
#4 0x00002b1e16776678 in (anonymous namespace)::do_trace (sig=5) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/cppyy-backend/clingwrapper/src/clingwrapper.cxx:182 |
#5 0x00002b1e16776705 in (anonymous namespace)::TExceptionHandlerImp::HandleException (this=0x4cbde10, sig=5) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/cppyy-backend/clingwrapper/src/clingwrapper.cxx:201 |
#6 0x00002b1e16bef493 in TUnixSystem::DispatchSignals (this=0x22f8080, sig=kSigAbort) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/unix/src/TUnixSystem.cxx:3634 |
#7 0x00002b1e16be7654 in SigHandler (sig=kSigAbort) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/unix/src/TUnixSystem.cxx:404 |
#8 0x00002b1e16bef3ed in sighandler (sig=6) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/unix/src/TUnixSystem.cxx:3610 |
#9 <signal handler called> |
#10 0x00002b1e16158337 in raise () from /lib64/libc.so.6 |
#11 0x00002b1e16159a28 in abort () from /lib64/libc.so.6 |
#12 0x00002b1e16151156 in __assert_fail_base () from /lib64/libc.so.6 |
#13 0x00002b1e16151202 in __assert_fail () from /lib64/libc.so.6 |
#14 0x00002b1e19129393 in clang::Sema::computeDeclContext (this=0x2435790, SS=..., EnteringContext=true) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp:129 |
#15 0x00002b1e1912ccc8 in clang::Sema::ActOnCXXEnterDeclaratorScope (this=0x2435790, S=0x3d9d200, SS=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp:1082 |
#16 0x00002b1e18e2248f in clang::Parser::DeclaratorScopeObj::EnterDeclaratorScope (this=0x7fff4ca32110) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/include/clang/Parse/Parser.h:2450 |
#17 0x00002b1e18e17f24 in clang::Parser::ParseDirectDeclarator (this=0x37cc9f0, D=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:5451 |
#18 0x00002b1e18e1720f in clang::Parser::ParseDeclaratorInternal (this=0x37cc9f0, D=..., DirectDeclParser=(void (clang::Parser::*)(clang::Parser * const, clang::Declarator &)) 0x2b1e18e17ca0 <clang::Parser::ParseDirectDeclarator(clang::Declarator&)>) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:5226 |
#19 0x00002b1e18e16e31 in clang::Parser::ParseDeclarator (this=0x37cc9f0, D=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:5134 |
#20 0x00002b1e18eadd12 in clang::Parser::ParseSingleDeclarationAfterTemplate (this=0x37cc9f0, Context=0, TemplateInfo=..., DiagsFromTParams=..., DeclEnd=..., AS=clang::AS_none, AccessAttrs=0x0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseTemplate.cpp:237 |
#21 0x00002b1e18ead885 in clang::Parser::ParseTemplateDeclarationOrSpecialization (this=0x37cc9f0, Context=0, DeclEnd=..., AS=clang::AS_none, AccessAttrs=0x0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseTemplate.cpp:152 |
#22 0x00002b1e18ead39e in clang::Parser::ParseDeclarationStartingWithTemplate (this=0x37cc9f0, Context=0, DeclEnd=..., AS=clang::AS_none, AccessAttrs=0x0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseTemplate.cpp:38 |
#23 0x00002b1e18e0b0f5 in clang::Parser::ParseDeclaration (this=0x37cc9f0, Context=0, DeclEnd=..., attrs=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:1656 |
#24 0x00002b1e18eba36e in clang::Parser::ParseExternalDeclaration (this=0x37cc9f0, attrs=..., DS=0x0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:785 |
#25 0x00002b1e18e29b36 in clang::Parser::ParseInnerNamespace (this=0x37cc9f0, IdentLoc=..., Ident=..., NamespaceLoc=..., index=0, InlineLoc=..., attrs=..., Tracker=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDeclCXX.cpp:220 |
#26 0x00002b1e18e29940 in clang::Parser::ParseNamespace (this=0x37cc9f0, Context=0, DeclEnd=..., InlineLoc=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDeclCXX.cpp:195 |
#27 0x00002b1e18e0b21a in clang::Parser::ParseDeclaration (this=0x37cc9f0, Context=0, DeclEnd=..., attrs=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:1669 |
#28 0x00002b1e18eba36e in clang::Parser::ParseExternalDeclaration (this=0x37cc9f0, attrs=..., DS=0x0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:785 |
#29 0x00002b1e18eb9a38 in clang::Parser::ParseTopLevelDecl (this=0x37cc9f0, Result=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:620 |
#30 0x00002b1e1851269f in cling::IncrementalParser::ParseInternal (this=0x23a53c0, input=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/cling/lib/Interpreter/IncrementalParser.cpp:846 |
#31 0x00002b1e18512161 in cling::IncrementalParser::Compile (this=0x23a53c0, input=..., Opts=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/cling/lib/Interpreter/IncrementalParser.cpp:761 |
#32 0x00002b1e183e4300 in cling::Interpreter::DeclareInternal (this=0x239b2b0, input=..., CO=..., T=0x0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/cling/lib/Interpreter/Interpreter.cpp:1338 |
#33 0x00002b1e183e2b12 in cling::Interpreter::parseForModule (this=0x239b2b0, input=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/interpreter/cling/lib/Interpreter/Interpreter.cpp:922 |
#34 0x00002b1e1828571a in ExecAutoParse (what=0x2b1e2f6ad052 "\n#line 1 \"DataFormatsBTauReco_xr dictionary payload\"\n\n#ifndef CMS_DICT_IMPL\n #define CMS_DICT_IMPL 1\n#endif\n#ifndef _REENTRANT\n #define _REENTRANT 1\n#endif\n#ifndef GNUSOURCE\n #define GNUSOURCE 1\n#e"..., header=false, interpreter=0x239b2b0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/metacling/src/TCling.cxx:5972 |
#35 0x00002b1e18286014 in TCling::AutoParseImplRecurse (this=0x2398730, cls=0x78d6fa0 "reco::IPTagInfo<edm::RefVector<vector<reco::Track>,reco::Track,edm::refhelper::FindUsingAdvance<vector<reco::Track>,reco::Track> >,reco::JTATagInfo>::TrackIPData", topLevel=true) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/metacling/src/TCling.cxx:6077 |
#36 0x00002b1e182866e8 in TCling::AutoParse (this=0x2398730, cls=0x78d6fa0 "reco::IPTagInfo<edm::RefVector<vector<reco::Track>,reco::Track,edm::refhelper::FindUsingAdvance<vector<reco::Track>,reco::Track> >,reco::JTATagInfo>::TrackIPData") at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/metacling/src/TCling.cxx:6162 |
#37 0x00002b1e1826e34f in TClingLookupHelper__AutoParse (cname=0x78d6fa0 "reco::IPTagInfo<edm::RefVector<vector<reco::Track>,reco::Track,edm::refhelper::FindUsingAdvance<vector<reco::Track>,reco::Track> >,reco::JTATagInfo>::TrackIPData") at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/metacling/src/TCling.cxx:906 |
#38 0x00002b1e180dbc72 in ROOT::TMetaUtils::TClingLookupHelper::GetPartiallyDesugaredNameWithScopeHandling (this=0x4c03fe0, tname=..., result=..., dropstd=false) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/clingutils/src/TClingUtils.cxx:572 |
#39 0x00002b1e16b59e1e in ResolveTypedefProcessType (tname=0x78d6ae0 "reco::TrackIPTagInfo::TrackIPData", cursor=33, constprefix=false, start_of_type=0, end_of_type=0, mod_start_of_type=0, modified= |
0x7fff4ca35a9b: true, result=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/foundation/src/TClassEdit.cxx:1418 |
#40 0x00002b1e16b5ba44 in ResolveTypedefImpl (tname=0x78d6ae0 "reco::TrackIPTagInfo::TrackIPData", len=33, cursor= |
0x7fff4ca35a9c: 33, modified= |
0x7fff4ca35a9b: true, result=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/foundation/src/TClassEdit.cxx:1683 |
#41 0x00002b1e16b5bfc4 in TClassEdit::ResolveTypedef[abi:cxx11](char const*, bool) (tname=0x78d6ae0 "reco::TrackIPTagInfo::TrackIPData") at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/foundation/src/TClassEdit.cxx:1717 |
#42 0x00002b1e16b55f8f in TClassEdit::TSplitType::ShortType (this=0x7fff4ca35c50, answ=..., mode=3618) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/foundation/src/TClassEdit.cxx:425 |
#43 0x00002b1e16b576e2 in TClassEdit::GetNormalizedName (norm_name=..., name=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/foundation/src/TClassEdit.cxx:837 |
#44 0x00002b1e16bb62c2 in ROOT::TSchemaRule::SetSourceClass (this=0x78d6e60, classname=...) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/meta/src/TSchemaRule.cxx:460 |
#45 0x00002b1e16b9b7b2 in ROOT::TGenericClassInfo::CreateRuleSet (this=0x2b1e2f72d7c0 <ROOT::GenerateInitInstanceLocal(reco::btag::TrackIPData const*)::instance>, vect=..., ProcessReadRules=true) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/meta/src/TGenericClassInfo.cxx:319 |
#46 0x00002b1e16b9b586 in ROOT::TGenericClassInfo::GetClass (this=0x2b1e2f72d7c0 <ROOT::GenerateInitInstanceLocal(reco::btag::TrackIPData const*)::instance>) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/meta/src/TGenericClassInfo.cxx:286 |
#47 0x00002b1e16b75f14 in TClass::GetClass (name=0x7a003d0 "reco::btag::TrackIPData", load=true, silent=false) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/meta/src/TClass.cxx:2979 |
#48 0x00002b1e32a3d06e in ?? () |
#49 0x0000000007b392e0 in ?? () |
#50 0x0000000007af4b50 in ?? () |
#51 0x000000304ca36180 in ?? () |
#52 0x00007fff4ca36250 in ?? () |
#53 0x00007fff4ca36180 in ?? () |
#54 0x00002b1e16a60f90 in TString::SetSize (this=0x0, s=1) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/core/base/inc/TString.h:234 |
#55 0x00002b1e16779220 in WrapperCall (method=106288160, nargs=1, args_=0x7fff4ca36630, self=0x0, result=0x7fff4ca36318) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/cppyy-backend/clingwrapper/src/clingwrapper.cxx:778 |
#56 0x00002b1e16779736 in Cppyy::CallR (method=106288160, self=0x0, nargs=1, args=0x7fff4ca36630) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/cppyy-backend/clingwrapper/src/clingwrapper.cxx:846 |
#57 0x00002b1e166bbfc2 in GILCallR (method=106288160, self=0x0, ctxt=0x7fff4ca36620) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/CPyCppyy/src/Executors.cxx:78 |
#58 0x00002b1e166bea10 in CPyCppyy::(anonymous namespace)::InstancePtrExecutor::Execute (this=0x792c140, method=106288160, self=0x0, ctxt=0x7fff4ca36620) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/CPyCppyy/src/Executors.cxx:579 |
#59 0x00002b1e166a297a in CPyCppyy::CPPMethod::ExecuteFast (this=0x655ca30, self=0x0, offset=0, ctxt=0x7fff4ca36620) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/CPyCppyy/src/CPPMethod.cxx:69 |
#60 0x00002b1e166a222f in CPyCppyy::CPPMethod::Execute (this=0x655ca30, self=0x0, offset=0, ctxt=0x7fff4ca36620) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/CPyCppyy/src/CPPMethod.cxx:720 |
#61 0x00002b1e166978d7 in CPyCppyy::CPPClassMethod::Call (this=0x655ca30, args=0x2b1e1651ee10, kwds=0x0, ctxt=0x7fff4ca36620) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/CPyCppyy/src/CPPClassMethod.cxx:25 |
#62 0x00002b1e166a754d in CPyCppyy::(anonymous namespace)::mp_call (pymeth=0x2b1e2f1d6290, args=0x2b1e1651ee10, kwds=0x0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/CPyCppyy/src/CPPOverload.cxx:582 |
#63 0x00002b1e166e569b in CPyCppyy::tpp_call (pytmpl=0x2b1e3364e0a8, args=0x2b1e1651ee10, kwds=0x0) at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/lcg/root/6.21.01-e06176/root-6.21.01/bindings/pyroot_experimental/cppyy/CPyCppyy/src/TemplateProxy.cxx:517 |
#64 0x00002b1e15644333 in PyObject_Call (func=func |
entry=0x2b1e3364e0a8, arg=arg |
entry=0x2b1e1651ee10, kw=kw |
entry=0x0) at Objects/abstract.c:2547 |
#65 0x00002b1e156eeadc in do_call (nk=<optimized out>, na=<optimized out>, pp_stack=0x7fff4ca36ab8, func=0x2b1e3364e0a8) at Python/ceval.c:4589 |
#66 call_function (oparg=<optimized out>, pp_stack=0x7fff4ca36ab8) at Python/ceval.c:4394 |
#67 PyEval_EvalFrameEx (f=f |
entry=0x79308a0, throwflag=throwflag |
entry=0) at Python/ceval.c:3009 |
#68 0x00002b1e156f4712 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals |
entry=0x0, args=<optimized out>, argcount=<optimized out>, kws=<optimized out>, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3604 |
#69 0x00002b1e156f1c0c in fast_function (nk=<optimized out>, na=<optimized out>, n=<optimized out>, pp_stack=0x7fff4ca36c78, func=0x2b1e165889b0) at Python/ceval.c:4467 |
#70 call_function (oparg=<optimized out>, pp_stack=0x7fff4ca36c78) at Python/ceval.c:4392 |
#71 PyEval_EvalFrameEx (f=f |
entry=0x2b1e1551b440, throwflag=throwflag |
entry=0) at Python/ceval.c:3009 |
#72 0x00002b1e156f4712 in PyEval_EvalCodeEx (co=co |
entry=0x2b1e16525f30, globals=globals |
entry=0x2b1e15459168, locals=locals |
entry=0x2b1e15459168, args=args |
entry=0x0, argcount=argcount |
entry=0, kws=kws |
entry=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3604 |
#73 0x00002b1e156f49a9 in PyEval_EvalCode (co=co |
entry=0x2b1e16525f30, globals=globals |
entry=0x2b1e15459168, locals=locals |
entry=0x2b1e15459168) at Python/ceval.c:669 |
#74 0x00002b1e15719448 in run_mod (arena=0x21eec30, flags=0x7fff4ca36ebc, locals=0x2b1e15459168, globals=0x2b1e15459168, filename=0x2b1e16525f30 "\002", mod=0x2293610) at Python/pythonrun.c:1385 |
#75 PyRun_FileExFlags (fp=fp |
entry=0x2225d50, filename=filename |
entry=0x7fff4ca39479 "/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_ROOT6_X_2020-05-18-2300/src/FWCore/Utilities/scripts/edmCheckClassVersion", start=start |
entry=257, globals=globals |
entry=0x2b1e15459168, locals=locals |
entry=0x2b1e15459168, closeit=closeit |
entry=1, flags=0x7fff4ca36ebc) at Python/pythonrun.c:1371 |
#76 0x00002b1e1571a3c3 in PyRun_SimpleFileExFlags (fp=fp |
entry=0x2225d50, filename=0x7fff4ca39479 "/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_ROOT6_X_2020-05-18-2300/src/FWCore/Utilities/scripts/edmCheckClassVersion", closeit=closeit |
entry=1, flags=flags |
entry=0x7fff4ca36ebc) at Python/pythonrun.c:957 |
#77 0x00002b1e1571aa33 in PyRun_AnyFileExFlags (fp=fp |
entry=0x2225d50, filename=<optimized out>, closeit=closeit |
entry=1, flags=flags |
entry=0x7fff4ca36ebc) at Python/pythonrun.c:761 |
#78 0x00002b1e1572d86e in Py_Main (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:641 |
#79 0x00002b1e16144505 in __libc_start_main () from /lib64/libc.so.6 |
#80 0x000000000040108e in _start () |
===========================================================
|