Hi, I get an assertion fault core dump in 7.1.x HEAD from HdrHeap.cc::874. This seems to be isolated down to commit 739d8d. What I think is happening is that the copy of the content stored in the cache uses a different amount of space before and after this change when doing an un-marshal. I re-created the problem by -
* Run ATS 7.1.6 * Cache an object * Run ATS 7.1.x HEAD * Try to read object from cache either PURGE or GET causes the assertion error. * Deleting cache file under var clears the problem. I assume this is not supposed to be required for minor updates. Thanks, Peter