Linux – Segmentation fault using standard linux commands

command linelinuxsegmentation-faultUbuntu

For the first time ever, I am having trouble running standard Linux commands in Ubuntu. For instance, when I try to edit a file using VI (e.g. vi /path/to/file) I get a segmentation fault error. Similarly for commands like curl -I http://some.domain.com, etc. In the case of curl, I used gdb to read the core dump and got the following:

PROMPT>> gdb -c core-curl-11-0-0-4954-1351282891
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-50.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
.
[New Thread 4954]
Core was generated by `/usr/bin/curl http://alfred.conviocloud.com'.
Program terminated with signal 11, Segmentation fault.
#0  0x00007feedbb74721 in ?? ()

I recently put 4GB of memory into my computer and am wondering if this could be the problem. That said, I'm 100% sure I've used the right models AND that my computer can support the upgrade.

Any help in debugging, solving this would be VERY much appreciated. Thank you!

Best Answer

Most likely it's hardware -- Try bitwizard -- the Sig11 problem.