segment fault when running tritonserver which is built from source
See original GitHub issueDescription I successfully built triton server from source but got segment fault when running it.
$ tritonserver --help
[1] 2111498 segmentation fault (core dumped) tritonserver --help
Already tried r21.06 and r21.07, both give the same error.
Just want to know what to do next.
Triton Information r21.07 and r21.06
Are you using the Triton container or did you build it yourself?
Build triton server by my self with the following command:
python build.py --no-container-build --build-dir `pwd`/builddir --enable-logging --enable-stats --enable-tracing --enable-metrics --enable-gpu-metrics --enable-gpu --cmake-dir=`pwd`/build --endpoint=http --endpoint=grpc --backend=ensemble
Host info:
- Ubuntu 20.04
- CUDA 11.0
- CUDNN 8.0.5
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Tritonserver crashes with segmentation fault #2643 - GitHub
Demonstration using offical container. Start Triton Server. docker run --rm -it -v /tritondebug/deeplabv3_mobilenetv3_cityscape:/models/ ...
Read more >Error when using Triton Server for Inference on deepstream ...
I'm running the code on a docker container of a vm instance in google cloud. Please download those two file I had shared...
Read more >Debugging Segmentation Faults using GEF and GDB
This tutorial will give you some help debugging segmentation faults in GDB using ... For the sample code, just type "run" and hit...
Read more >Fixing Segmentation faults in C++ - debugging - Stack Overflow
On the Unix side, it will compile however when I try to run it, I get a segmentation fault. My initial hunch is...
Read more >How to debug a GCC segmentation fault - GNU Project
Compile it with -g -O0 so that you can use gdb . ... bash$ gdb cc1 gdb> run arguments (cc1 will stop at...
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 Thanks for your replies. I just tried the gdb debug and the backtrace is as below
About the version requirements in nvidia support matrix, I found the latest releases 21.04-21.07 require CUDA 11.3 which is too new for our cluster. And that’s exactly the reason why I am trying to build triton-server myself. ( We want to try the latest triton-server in our existing cluster.)
We were always building Triton with the latest DCGM and recently fixed upon a version: https://github.com/triton-inference-server/server/pull/3140
This should be no longer an issue from next releases. build.py will install the dcgm from the one specified in VERSION_MAP.