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

Stack-overflow bug found in sdfdump #1763

Closed
Felix-Kit opened this issue Feb 9, 2022 · 2 comments
Closed

Stack-overflow bug found in sdfdump #1763

Felix-Kit opened this issue Feb 9, 2022 · 2 comments

Comments

@Felix-Kit
Copy link

Description of Issue

stack-overflow

Steps to Reproduce

./sdfdump [poc]
poc.zip

System Information (OS, Hardware)

ubuntu 18.04
The corresponding ASAN log information is as follows:

==7966==ERROR: AddressSanitizer: stack-overflow on address 0x7ffcc00b2e18 (pc 0x7f4281ac9aaa bp 0x7ffcc00b36c0 sp 0x7ffcc00b2de0 T0)
#0 0x7f4281ac9aa9 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x73aa9)
#1 0x7f4281af6f4d in interceptor_vsnprintf (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xa0f4d)
#2 0x7f427eb9615d in pxrInternal_v0_21__pxrReserved
::ArchVsnprintf(char*, unsigned long, char const*, va_list_tag*) /home/hill/USD/USD-release/pxr/base/arch/vsnprintf.cpp:40
#3 0x7f427eb962a4 in pxrInternal_v0_21__pxrReserved
::ArchVStringPrintf[abi:cxx11](char const*, va_list_tag*) /home/hill/USD/USD-release/pxr/base/arch/vsnprintf.cpp:53
#4 0x7f427f339a61 in pxrInternal_v0_21__pxrReserved
::TfStringPrintf[abi:cxx11](char const*, ...) /home/hill/USD/USD-release/pxr/base/tf/stringUtils.cpp:80
#5 0x7f427f22b46b in pxrInternal_v0_21__pxrReserved__::TfDiagnosticMgr::FormatDiagnostic(pxrInternal_v0_21__pxrReserved__::TfEnum const&, pxrInternal_v0_21__pxrReserved__::TfCallContext const&, std::cxx11::basic_string<char, std::char_traits, std::allocator > const&, boost::any const&) /home/hill/USD/USD-release/pxr/base/tf/diagnosticMgr.cpp:665
#6 0x7f427f22bb1a in PrintDiagnostic /home/hill/USD/USD-release/pxr/base/tf/diagnosticMgr.cpp:694
#7 0x7f427f22689f in pxrInternal_v0_21__pxrReserved
::TfDiagnosticMgr::PostWarning(pxrInternal_v0_21__pxrReserved
_::TfEnum, char const*, pxrInternal_v0_21__pxrReserved__::TfCallContext const&, std::cxx11::basic_string<char, std::char_traits, std::allocator > const&, boost::any, bool) const /home/hill/USD/USD-release/pxr/base/tf/diagnosticMgr.cpp:325
#8 0x7f427f229500 in pxrInternal_v0_21__pxrReserved
::TfDiagnosticMgr::WarningHelper::Post(std::cxx11::basic_string<char, std::char_traits, std::allocator > const&) const /home/hill/USD/USD-release/pxr/base/tf/diagnosticMgr.cpp:523
#9 0x7f427f21d11a in pxrInternal_v0_21__pxrReserved
::Tf_PostWarningHelper(pxrInternal_v0_21__pxrReserved__::TfCallContext const&, std::cxx11::basic_string<char, std::char_traits, std::allocator > const&) /home/hill/USD/USD-release/pxr/base/tf/diagnosticHelper.cpp:169
#10 0x7f427f21d431 in pxrInternal_v0_21__pxrReserved
::Tf_PostWarningHelper(pxrInternal_v0_21__pxrReserved__::TfCallContext const&, char const*, ...) /home/hill/USD/USD-release/pxr/base/tf/diagnosticHelper.cpp:176
#11 0x7f4281279af3 in pxrInternal_v0_21__pxrReserved__::SdfPath::AppendChild(pxrInternal_v0_21__pxrReserved__::TfToken const&) const /home/hill/USD/USD-release/pxr/usd/sdf/path.cpp:767
#12 0x7f4280feea0b in pxrInternal_v0_21__pxrReserved__::Sdf_PrimChildPolicy::GetChildPath(pxrInternal_v0_21__pxrReserved__::SdfPath const&, pxrInternal_v0_21__pxrReserved__::TfToken const&) /home/hill/USD/USD-release/pxr/usd/sdf/childrenPolicies.h:84
#13 0x7f428111d993 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#14 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#15 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#16 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#17 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#18 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#19 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#20 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#21 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#22 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#23 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#24 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#25 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#26 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#27 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#28 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#29 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#30 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#31 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#32 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#33 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#34 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#35 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#36 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#37 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#38 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#39 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#40 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#41 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#42 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#43 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#44 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#45 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#46 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#47 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#48 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#49 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#50 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#51 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#52 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#53 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#54 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#55 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#56 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#57 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#58 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#59 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#60 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#61 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#62 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#63 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#64 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#65 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#66 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#67 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#68 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#69 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#70 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#71 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#72 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#73 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#74 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#75 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#76 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#77 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#78 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#79 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#80 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#81 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#82 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#83 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#84 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#85 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#86 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#87 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#88 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#89 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#90 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#91 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#92 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#93 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#94 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#95 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#96 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#97 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#98 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#99 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#100 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#101 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#102 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#103 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#104 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#105 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#106 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#107 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#108 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#109 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#110 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#111 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#112 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#113 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#114 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#115 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#116 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#117 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#118 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#119 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#120 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#121 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#122 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#123 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#124 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#125 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#126 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#127 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#128 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#129 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#130 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#131 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#132 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#133 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#134 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#135 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#136 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#137 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#138 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#139 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#140 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#141 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#142 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#143 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#144 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#145 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#146 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#147 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#148 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#149 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#150 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#151 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#152 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#153 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#154 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#155 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#156 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#157 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#158 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#159 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#160 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#161 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#162 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#163 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#164 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#165 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#166 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#167 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#168 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#169 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#170 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#171 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#172 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#173 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#174 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#175 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#176 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#177 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#178 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#179 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#180 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#181 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#182 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#183 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#184 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#185 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#186 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#187 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#188 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#189 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#190 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#191 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#192 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#193 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#194 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#195 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#196 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#197 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#198 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#199 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#200 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#201 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#202 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#203 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#204 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#205 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#206 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#207 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#208 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#209 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#210 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#211 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#212 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#213 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#214 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#215 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#216 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#217 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#218 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#219 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#220 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#221 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#222 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#223 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#224 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#225 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#226 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#227 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#228 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#229 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#230 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#231 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#232 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#233 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#234 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#235 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#236 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#237 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#238 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#239 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#240 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#241 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#242 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#243 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#244 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#245 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#246 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#247 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#248 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425
#249 0x7f428111d9b3 in void pxrInternal_v0_21__pxrReserved__::SdfLayer::TraverseChildren<pxrInternal_v0_21__pxrReserved_::Sdf_PrimChildPolicy>(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4415
#250 0x7f4281106b68 in pxrInternal_v0_21__pxrReserved__::SdfLayer::Traverse(pxrInternal_v0_21__pxrReserved__::SdfPath const&, std::function<void (pxrInternal_v0_21__pxrReserved__::SdfPath const&)> const&) /home/hill/USD/USD-release/pxr/usd/sdf/layer.cpp:4425

SUMMARY: AddressSanitizer: stack-overflow (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x73aa9)
==7966==ABORTING

Package Versions

21.11

This bug is found by fuzzer ATTuzz

@jilliene
Copy link

Filed as internal issue #USD-7197

@Technetium1
Copy link

This should be enclosed in triple accents so that it doesn't link to a bunch of PRs unnecessarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants