Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.6
-
Fix Version/s: JRuby 1.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
RaiseException, line 189: if message happens to be nil, message.convertToString() on nil will fail with an error. needs to check if message is nil before trying to print message, or make conversion routine more robust (it tries to call to_str on nil, which fails)
Fixed in commit 8411. I can see how it may be possible for this to have a nil message, but it would be good to have a real test case for it.