When you start skedler and if you see the following error:
~$ ./bin/skedler
LD_LIBRARY_PATH configured
LD_LIBRARY_PATH = /usr/lib/jvm/java-8-oracle/jre/lib/amd64:/usr/lib/jvm/java-8-oracle/jre/lib/amd64/server:/usr/lib/x86_64-linux-gnu/
Segmentation fault
To resolve
- Update the system using the following command,
sudo apt-get update && sudo apt-get upgrade
Reboot the system