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.