segmentation fault with ps

What does this mean and why is this happening?

[bob@hi ~]$ ps -ef | grep ocular
Segmentation fault (core dumped)
[bob@hi ~]$ ps -ef | grep ocular
Segmentation fault (core dumped)
[bob@hi ~]$ ps aux | grep ocular
Segmentation fault (core dumped)
[bob@hi ~]$ ps
Segmentation fault (core dumped)
[bob@hi ~]$ pkill okular
[bob@hi ~]$ ps
Segmentation fault (core dumped)
[bob@hi ~]$ 

It means you've either got corrupted files or bad RAM.