Ralph Shnelvar wrote:
> Clearly, Rails is detecting some kind of internal confusion.
> - - - -
> 
> Someone wrote:
> The error means that you're trying to serve an object that's been 
> garbage collected, which usually happens because the object went out of 
> scope on the server.
> 
> Your safest bet is figuring out why the object was prematurely 
> garbage-collected in the first place. Alternatively, you could disable 
> the server's GC by calling GC.disable, which is usually a bad idea, 
> especially if your server is long-running.
> 
> - - - -
> 
> Why should a -- presumably robust -- interpreter have a problem with 
> accessing a garbage collected object?

That's utterly bizarre.  In what context are you getting this error?

Best,
-- 
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to