Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6064: serialization fails with linked list of certain size
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-11-12 20:42:52
#6064: serialization fails with linked list of certain size
-------------------------------+--------------------------------------------
Reporter: kajgol@⦠| Owner: ramey
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: serialization
Version: Boost 1.47.0 | Severity: Showstopper
Resolution: invalid | Keywords:
-------------------------------+--------------------------------------------
Changes (by ramey):
* status: new => closed
* resolution: => invalid
Comment:
This is a stack overflow due to recursion. It's not an issue with
serialization library itself. It can happen with any recurrsive
structure. If you wan't to do this, you'll have to either make the stack
depth larger or alter your code to avoid such deep recurrsion.
Robert Ramey
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6064#comment:1> 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:07 UTC