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)
Activity
Thomas E Enebo
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | JRuby 1.1.7 [ 14757 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Charles Oliver Nutter
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
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.