Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] debugging index marshalling issues

Hello,

I am trying to debug an issue that arises during the unmarshalling
of some data (types/bindings/evaluations) from the index [1].

It seems that there is some asymmetry between the marshaling and 
the unmarshaling, or some data is being corrupted (an 
EvalBinaryTypeId is being unmarshalled from the index even though 
the parser never created an EvalBinaryTypeId or wrote one to the 
index).

I am wondering, does anyone have suggestions/tips for debugging 
such an issue? I'm not really sure how to go about it.

Thanks,
Nate

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=395243#c6
 		 	   		  

Back to the top