Subject: [Boost-bugs] [Boost C++ Libraries] #5212: Serialization in 1.46 fails
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-02-22 22:52:57
#5212: Serialization in 1.46 fails
-----------------------------------+----------------------------------------
Reporter: ipapadop@⦠| Owner: ramey
Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
Version: Boost 1.46.0 | Severity: Showstopper
Keywords: |
-----------------------------------+----------------------------------------
I have a small test case that uses Boost.Serialization and text_archives.
Everything works fine in Boost 1.41, however it fails with a segfault or
exception in Boost 1.46.
$ uname -a
Linux myhost 2.6.18-164.6.1.el5 #1 SMP Tue Nov 3 16:18:27 EST 2009 i686
i686 i386 GNU/Linux
$ g++ -v -c
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.4.4/configure --prefix=/usr/local/gnu/gcc-4.4.4
--enable-languages=c,c++,fortran --with-mpfr=/usr/local
Thread model: posix
$ g++ -O0 -I/tmp/boost-1_46/ -L/tmp/boost-1_46/lib/ -lboost_serialization
simple_test.cc -o simple_test
$ ldd simple_test
linux-gate.so.1 => (0x00ff1000)
libboost_serialization.so.1.46.0 => /tmp/boost-
1_46/lib/libboost_serialization.so.1.46.0 (0x00d22000)
libstdc++.so.6 => /usr/local/gnu/gcc-4.4.4/lib/libstdc++.so.6
(0x00110000)
libm.so.6 => /lib/libm.so.6 (0x00506000)
libgcc_s.so.1 => /usr/local/gnu/gcc-4.4.4/lib/libgcc_s.so.1
(0x009a3000)
libc.so.6 => /lib/libc.so.6 (0x003bf000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00535000)
librt.so.1 => /lib/librt.so.1 (0x00563000)
/lib/ld-linux.so.2 (0x0039c000)
gcc version 4.4.4 (GCC)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5212> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC