29 Jul
2011
29 Jul
'11
4:54 a.m.
Hi, I am using Boost::Serialization to save and load a custom class using binary archive. I have split save and load functions as I need to do some initialization during loading process. However, I am getting a segmentation fault while loading and I am not very sure of the reason. The segmentation fault occurs while loading a boolean. I would appreciate any help in this regard. I have attached a full back trace and also the header file for the custom class. Thanks, - Aditya