Hello -- On 15/01/2008, Scott Burton <scottburton11 / gmail.com> wrote: > Anyone care go guess what's going on here? > > This started happening out of the blue. I've since updated Ruby but > still get "[BUG] Segmentation fault" on most operations involving ruby, > gem, rake, etc. > > This is just an example, most every usage of gem or rake will do this. > They fail repeatedly until they work: Anything else segfaulting? Might be faulty memory -- see memtest86 and friends. If you set: ulimit -c unlimited Can you get a backtrace from the resulting corefile created via gdb? -- Thomas Adam