deserialization failure

2 posts / 0 new
Last post
Offline
Last seen: 11 years 6 months ago
Joined: 10/02/2012
Posts: 2
deserialization failure

I'm getting the following error while within a wait...

PRESPsReaderQueue_storeSampleData:!deserialize

Any thoughts on how to best go about debugging this?

 

Thanks,

Caleb

Keywords:
rose's picture
Offline
Last seen: 2 years 9 months ago
Joined: 08/22/2011
Posts: 148

Hello Caleb,

This usually indicates that you have different data types (different IDL with the same topic name) in your applications.  For example, this can happen if one application was upgraded to a new version of a data type and another was not.

Sometimes this indicates corruption of data (I've seen an application that was overrunning the end of an array, and corrupting a buffer within DDS).  However, this is less likely.

If this is the first case, the Analyzer tool or the Monitor tool will help you find the problem.

Thank you,

Rose