discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Playing with 3.7


From: Marcus D. Leech
Subject: [Discuss-gnuradio] Playing with 3.7
Date: Mon, 31 Mar 2014 21:14:42 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

So, I have this flow-graph that mostly works under 3.7 now, except for something that's horrible.

In my flow-graph, I have two layers of selectors, to select the input for a WX GUI FFT sink. The layers select either the "raw" or "filtered" chunk of bandwidth (coming off the 4 hardware sources), and the other layer selects which source. This worked like a champ in 3.6.5.1--never
  a problem.

Under 3.7.4 (basically, today's master), when I go to select which input, there's a significant *pause*, and then the change is applied after up to about 2 seconds of "hang". If I go to select the "raw" vs "filtered", the whole application freezes solid--the GUI freezes up, no displays are updated,
  and the hardware sources start getting massive overruns.

Now, when this thing is running, it consumes about 8% of my system, and when it "freezes" it consumes apparently much, much less.

Now, I know that "selectors" are actually kind of a hack that stop the flow-graph, reconfigure it, and start it up again. So, maybe there's
  some kind of deadly-embrace going on.

I can reimplement using adders and multipliers if I have to, but gosh, I'd rather not have to. I'm going to try to reproduce with the smallest flowgraph that shows the problem, but a simple quick test tonight worked flawlessly. Sigh.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]