Bug #5618 » drb-rescue-exception-5618.patch
| lib/drb/drb.rb | ||
|---|---|---|
|
@result = DRbArray.new(@result)
|
||
|
end
|
||
|
return @succ, @result
|
||
|
rescue StandardError, ScriptError, Interrupt
|
||
|
rescue NoMemoryError, SystemExit, SystemStackError, SecurityError
|
||
|
raise
|
||
|
rescue Exception
|
||
|
@result = $!
|
||
|
return @succ, @result
|
||
|
end
|
||
- « Previous
- 1
- 2
- 3
- Next »