Difference between revisions of "Yaml.rb:133: BUG Segmentation fault"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 6: Line 6:


This often happens on cheap VPS (Virtual Private Servers).
This often happens on cheap VPS (Virtual Private Servers).
----


Use '''top''' command to check it. If you have something like:
Use '''top''' command to check it. If you have something like:

Revision as of 07:48, 20 February 2008

/usr/lib/ruby/1.8/yaml.rb:133: [BUG] Segmentation fault

This means that your server does not have enough memory (RAM) for installation (GEM) to work.

Increase RAM on your server or change server.

This often happens on cheap VPS (Virtual Private Servers).


Use top command to check it. If you have something like:

Mem:    131072k total,   131072k used,        0k free,        0k buffers
Swap:        0k total,        0k used,        0k free,        0k cached

That means real trouble.