$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Serialization] Segmentation fault in split load
From: Aditya Gadre (agadre_at_[hidden])
Date: 2011-07-29 00:54:26
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