looser throw specifier for ‘virtual const char* google::protobuf::FatalException::what() const’
See original GitHub issueHi, I am trying to run a cpp triton client on jetson Agx with jetpack 4.6 installed. I encountered this error while trying to cmake and make my program :
/home/jaydon/Documents/tritonserver/clients/include/google/protobuf/stubs/common.h:199:23: error: looser throw specifier for ‘virtual const char* google::protobuf::FatalException::what() const’ virtual const char* what() const throw();
The cmake was built using Cxx 17
I tried building the client repo and run the cpp example, i can run most of the example except those with cuda shm.
i will have this error
CUDA exception (line 113): cudaErrorNotSupported (operation not supported)
when i run the cuda shm code
Any idea what causes this to happen? Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
looser throw specifier for 'virtual const char* ro_err::StdErr
it raise looser throw specifier for 'virtual const char* ro_err::StdErr::what() const' , I have following questions: what is looser? what is ...
Read more >Looser throw specifier for 'virtual void Logger::log' - TensorRT
Description looser throw specifier for 'virtual void Logger::log(nvinfer1::ILogger::Severity, const char*)' Environment TensorRT 8.0.1 void ...
Read more >looser throw specifier for 'virtual void Logger::log(nvinfer1 ...
Getting the following error when trying to run the lenet example. How do I fix it?
Read more >Looser throw specifier error in C++ - Make More Machines
It occurs when a method in a derived class has a different throw specifier (the set of allowed objects that can be thrown...
Read more >looser throw specifier for virtual... - C Board
Hey, here's the error: "error: looser throw specifier for virtual OutOfMemory::~ ... Incidentally, I note that what() returns a const char*, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tanmayv25 , no I didn’t solve the issue. But I managed to found a work around which is to build the code in a DeepStream docker
@JaydonChion Were you able to resolve the issue?