Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6254: segmentation fault when different signals call each other
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-11 22:41:04
#6254: segmentation fault when different signals call each other
------------------------------------------+---------------------------------
Reporter: Juan.Arrieta@⦠| Owner: dgregor
Type: Bugs | Status: new
Milestone: To Be Determined | Component: signals
Version: Boost 1.48.0 | Severity: Problem
Resolution: | Keywords: segmentation fault
------------------------------------------+---------------------------------
Comment (by Juan.Arrieta@â¦):
I should mention how I compiled the program, and how optimizations affect
the point at which the segmentation fault happens.
{{{
g++ sigs.cpp -O0 -I$HOME/local/include -L$HOME/local/lib -lboost_signals
}}}
seg fault after printing 12,478 lines
{{{
g++ sigs.cpp -O1 -I$HOME/local/include -L$HOME/local/lib -lboost_signals
}}}
seg fault after printing 9,036 lines
{{{
g++ sigs.cpp -O2 -I$HOME/local/include -L$HOME/local/lib -lboost_signals
}}}
seg fault after printing 9,358 lines
{{{
g++ sigs.cpp -O3 -I$HOME/local/include -L$HOME/local/lib -lboost_signals
}}}
seg fault after printing 9,358 lines
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6254#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:08 UTC