I am using Boost 1.53, on Ubuntu 13.10 via apt-get. When I was running it under GnuRadio 3.6, I think I was running Boost 1.49, but it got upgrade because I think it is not compatible with GR 3.7?
Would it be worth it to try build from source for Boost 1.48 or 1.55? On Fri, Mar 28, 2014 at 12:54 PM, Tim Newman <[email protected]> wrote: > What version of boost are you using? > > Tim > > > On Fri, Mar 28, 2014 at 12:45 PM, Luke Berndt <[email protected]> wrote: > >> I was wondering if there has been any progress or work arounds for Bug >> 598 in 3.7? >> >> http://gnuradio.org/redmine/issues/598 >> >> The issue is the GnuRadio will segfault if there are too many Lock / >> Unlocks. >> I am having it happen after 6 - 10 lock/unlocks. >> >> My program is a C++ program that records trunked radio calls and I need >> to be able to dynamically connect / disconnect recording flowgraphs as new >> calls are started. The program works fine under 3.6. >> >> I was wondering if there are any work arounds I should try. I have tried >> using tb->stop, tb->wait, tb->start, but it still crashes. Is there some >> other way to dynmically connect & disconnect blocks that doesn't require >> lock / unlock? >> >> Is there an ETA when this would be fixed? Anything I can help on? I am >> going to have to go back to 3.6 if I can't figure out a solution. >> >> Thanks! >> >> - Luke >> >> >> >> >> _______________________________________________ >> Discuss-gnuradio mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> >> >
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
