#<ActiveRecord::StatementInvalid: ThreadError: killed thread

Wht exactly does this mean?

#<ActiveRecord::StatementInvalid: ThreadError: killed thread:

That a thread was killed in the middle of a query?

Thanks for your help.

On 8/24/06, Ben J. [email protected] wrote:

Wht exactly does this mean?

#<ActiveRecord::StatementInvalid: ThreadError: killed thread:

That a thread was killed in the middle of a query?

Yes. Perhaps you are running Mongrel and the worker thread was reaped.
Do
you have a backtrace?

jeremy