Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: X10 2.2.2
-
Fix Version/s: X10 2.2.2.1
-
Component/s: Managed X10: Compiler Codegen
-
Labels:None
-
Environment:Managed X10
Description
This issue was originally reported by Avi.
ClassCastException occurs while deserializing objects implementing Writable interface and the program ends with the
following error message.
runAsyncAtReceive error !!!
The X10JavaDeserializer.record_reference() call was missing in the generated deserializer code for objects implementing Writable interface. Fixed in r23571 and r23572.