Hey guys,

I'm getting a seg fault, after the program successfully runs, and is trying to exit. Stack trace is below.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff709fa2f in boost::serialization::detail::extended_type_info_typeid_0::is_less_than(boost::serialization::extended_type_info const&) const () from /usr/lib/libboost_serialization.so.1.40.0
(gdb) bt
#0  0x00007ffff709fa2f in boost::serialization::detail::extended_type_info_typeid_0::is_less_than(boost::serialization::extended_type_info const&) const () from /usr/lib/libboost_serialization.so.1.40.0
#1  0x00007ffff709faed in boost::serialization::detail::extended_type_info_typeid_0::type_unregister() () from /usr/lib/libboost_serialization.so.1.40.0
#2  0x000000000047985b in boost::serialization::detail::singleton_wrapper<boost::serialization::extended_type_info_typeid<DeltaStore::Location> >::~singleton_wrapper() ()
#3  0x00007ffff6567262 in exit () from /lib/libc.so.6
#4  0x00007ffff654cc54 in __libc_start_main () from /lib/libc.so.6
#5  0x0000000000411f59 in _start ()


I do `apt-get install libboost-all-dev` on a ubuntu 10.04 box; Any help is much appreciated.

Thanks,
-Prasanna

$ g++ -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)