Worker exits due to NPE if function throws an exception without a message
Bug #615700 reported by
Eric Lambert
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Gearman Java |
Fix Released
|
Medium
|
Eric Lambert | ||
Bug Description
If the call() method for a particular Function results in an exception being raised and that if that exception object does not have a message --which is to say that a call to getMessage() on the exception returns null-- then the worker will crash due to an NPE
Related branches
Changed in gearman-java:
status:
New → Confirmed
importance:
Undecided → Medium
assignee:
nobody → Eric Lambert (elambert)
milestone:
none → 0.04
Changed in gearman-java:
status:
Confirmed → Fix Committed
Changed in gearman-java:
status:
Fix Committed → Fix Released
To post a comment you must log in.