Description
When running a very simple inference C++ API test with TensorRT-10.5.0.18 having a crash even before starting main(), just on nvinfer_10.dll initialization.
The error is
Exception thrown at 0x00007FFEE3EF3F18 (nvinfer_10.dll) in Test2D.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
If say run Profile in Dependency Walker then the error is “The application was unable to start correctly (0xc0000142)” which is again an obvious dll initialization error.
PS, Running as an Administrator doesn’t help, still the same issue.
Environment
TensorRT-10.5.0.18:
RTX 3080 Laptop:
Driver 556.12:
Cuda 11.8:
cudnn-8.6.0.163, cudnn-9.5.0.50:
Windows 10, 11:
Python Version (if applicable):
TensorFlow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if container which image + tag):
Relevant Files
Please attach or include links to any models, data, files, or scripts necessary to reproduce your issue. (Github repo, Google Drive, Dropbox, etc.)
Steps To Reproduce
Please include:
- Exact steps/commands to build your repro
- Exact steps/commands to run your repro
- Full traceback of errors encountered