I am trying to get started using Nsight System. I am using AGX Xavier with L4T R32.1.
I have JetPack 4.2 and Nsight System 2019.3.2.
Profiling an NVIDIA example (e.g. boxFilter) seems to work.
When I try to profile my own application (Qt5 based, attached to existing process), I get the following error:
RuntimeError (120) {
ErrorText: Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: boost::exception_detail::clone_implQuadDDaemon::ConvertEventError
std::exception::what: ConvertEventError
[QuadDDaemon::tag_error_code*] = 55
}
It still does profiling, but I am missing lost of data such as the stack trace list and the CPU load is shown empty.
What does the error above mean? How can I fix it?