We are trying to load the .qdrep file that was created using CLI and the timeline view is blank though our shell script ran fine and gave the expected output (without warnings). But in the diagnostic summary, we the following error
Event requestor failed: Source ID=
Type=ErrorInformation (18)
Properties:
ErrorText (100)=Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: boost::exception_detail::clone_impl
std::exception::what: ConvertEventError
[QuadDDaemon::tag_error_code*] = 55
When we run the script without sudo, we get a warning CPU sampling requires root
. But when we run it with sudo to give it root privileges, we get the above error.