Re: ControlPort 3.7.8rc1

Inspecting GNU Radio Applications with ControlPort and Performance

Gnuradio enabled component shows

page linked above is from our weekly development builds.

ControlPort is written in python ?

When I ran qa_ctrlport_probes.py. I got a segmentation fault first time.
Then I ran the other two qa codes they passed successfully without any
core
dump. When I ran qa_ctrlport_probes.py again it passed successfully.

sdr@sdr-dev:~/gr_examples$ ./qa_ctrlport_probes.py
INFO: Apache Thrift: -h sdr-dev -p 57403

Ran 5 tests in 0.509s

OK
Segmentation fault (core dumped)

sdr@sdr-dev:~/gr_examples$ ./qa_cpp_py_binding.py
INFO: Apache Thrift: -h sdr-dev -p 35595

Ran 2 tests in 0.105s

OK

sdr@sdr-dev:~/gr_examples$ ./qa_cpp_py_binding_set.py
INFO: Apache Thrift: -h sdr-dev -p 38301

Ran 2 tests in 0.134s

OK

sdr@sdr-dev:~/gr_examples$ ./qa_ctrlport_probes.py
INFO: Apache Thrift: -h sdr-dev -p 38644

Ran 5 tests in 0.511s

OK
sdr@sdr-dev:~/gr_examples$ ./qa_ctrlport_probes.py
INFO: Apache Thrift: -h sdr-dev -p 48394

Ran 5 tests in 0.510s

OK

What could be the cause? I thought I should share because it is a new
release and is in testing stage.

On Wed, Aug 5, 2015 at 1:21 AM, bob wole [email protected] wrote:

Am 04.08.2015 um 10:09 schrieb Jeon:

Jeon.

Bob
to
Tom
INFO: Apache Thrift: -h sdr-dev -p 57403


OK

Bob

There is a bug in Thrift 0.9.2 that I’m going to guess is the cause of
that
seg fault. See our notes on building Thrift and the patch that we have
for
it:

http://gnuradio.org/redmine/projects/gnuradio/wiki/ControlPort

I believe that patch has been accepted, but after the 0.9.2 release.

Tom