llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[Coverity][UR] Potentially throwing function is called from a destructor

Open AlexeySachkov opened this issue 1 month ago • 0 comments

You can find Coverity scan results at: https://scan.coverity.com/projects/intel-llvm?tab=overview

Reported as CID 519631:

https://github.com/intel/llvm/blob/667c45a9d00fbbd500ef7500882aefff7eea5868/unified-runtime/source/adapters/hip/context.hpp#L99-L101

Uncaught exceptions here will cause std::terminate to be called which may be unexpected.

AlexeySachkov avatar Dec 03 '25 16:12 AlexeySachkov