Segmentation fault: Generally such kind of errors are caused by addressing non-existent/allocated memory location. Today I encountered this error while executing "apt-get install" command.
 
   root@gh008:~# apt-get install binutils
   Segmentation fault (core dumped)
 
 I googled around for this issue and finally got two solution for this problem. 
