Segmentation fault (core dumped)¶
If you need expert help with this or any other issue, please see our terms and conditions technical support
Description¶
This error may occur when trying to add a stream
you can also see it in the server log
WARN latest/runner.go:308 Failed to create preview: signal: segmentation fault (core dumped)
Solution¶
To fix the problem, you need to install the nscd package
in ubuntu/debian:
sudo apt install nscd
in fedora/centos:
dnf install nscd
Reason¶
For Linux, we use a static ffmpeg build from https://www.johnvansickle.com/ffmpeg. In readme.txt there is a note to the assembly:
Notes: A limitation of statically linking glibc is the loss of DNS resolution. Installing
nscd through your package manager will fix this.