id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6254,segmentation fault when different signals call each other,Juan.Arrieta@…,Douglas Gregor,"I was playing around with boost/signal and I came up with the following code: {{{ #include #include #include boost::signal SIG1; boost::signal SIG2; void f1(){ std::cout<<""f1 called""<