Re: gr-perf-monitorx Error

On Wed, Aug 5, 2015 at 6:44 PM, Tom R. [email protected] wrote:

[PerfCounters]
ControlPort Monitor running.

“/usr/local/lib/python2.7/dist-packages/gnuradio/ctrlport/GNURadioControlPortClient.py”,

self.pos = nx.graphviz_layout(self.G);

line 47, in load_pydot

Did you try to install pydot?

sudo apt-get install python-pydot

Tom

Hi,

Thanks, after installing pydot, the flowgraph is working fine. A warning
though, but I think that can be ignored?

WARN: asynchronous message buffer overflowing, dropping message

There is one thing more. I clicked somewhere in the graph view of
performance monitor and following error came, I tried to replicate it
but I
was not successful.

Traceback (most recent call last):
File
“/usr/lib/pymodules/python2.7/matplotlib/backends/backend_qt4.py”,
line 299, in resizeEvent
self.draw()
File
“/usr/lib/pymodules/python2.7/matplotlib/backends/backend_qt4agg.py”,
line
155, in draw
self.update()
RuntimeError: wrapped C/C++ object of type FigureCanvasQTAgg has been
deleted
ctrlport.monitor received shutdown signal
calling stop on shutdown
calling stop on shutdown
pure virtual method called
terminate called without an active exception

On Thu, Aug 6, 2015 at 1:12 AM, bob wole [email protected] wrote:

Executing: “/home/sdr/gr_examples/gr_fec_def_ex/fecapi_async_decoders.py”
GNURadioControlPortClient(args, ‘thrift’, self.run,
child = MForm(self.radioclient, len(self.conns), self, dialogprompt
pydot = load_pydot()

Hi,

Thanks, after installing pydot, the flowgraph is working fine. A warning
though, but I think that can be ignored?

WARN: asynchronous message buffer overflowing, dropping message

Right, that’s just a warning.

155, in draw
Bob

I’ve worked on this problem, but it only affected me on the Runtime or
Buffer graphs, not the main canvas. I think something changed in the
plotting tools since we last had this running. But I can no longer
replicate the problem, so hopefully it’s rare and we can nail down the
problem later.

Tom