Killed thread error

Why am I getting error at this line each time I run my script?

if value.to_s.strip==expected_val.strip.downcase

??
e.message gives: “Killed thread”
e.backtrace gives the line number which I have written here.

What does it mean by “Killed thread”
What are the possible reasons?

Am 22.10.2012 16:42, schrieb ajay paswan:

Why am I getting error at this line each time I run my script?

if value.to_s.strip==expected_val.strip.downcase

??
e.message gives: “Killed thread”
e.backtrace gives the line number which I have written here.

What does it mean by “Killed thread”
What are the possible reasons?

???

Without context, there is absolutely no way of answering your question.
The line itself is fine.