#426 closed defect (invalid)
s11n deserialize fails sometimes
Reported by: | Moritz Heidkamp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | extensions | Version: | 4.6.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
I sometimes get errors like this when deserializing objects:
(deserialize) invalid tag: 88
This even happens with simple objects like serialized strings or symbols. Note that I am exchanging the objects between two different processes, both of which use the same s11n and chicken though. Anything I could try or look for?
Note: See
TracTickets for help on using
tickets.
I think I can take it back, the problem was probably caused by me being dumb and passing a pointer to memory which sometimes got moved by the garbage collector it seems. Sorry for the noise :-)