discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] app crashes with ctrlport enabled. Works fine with ct


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] app crashes with ctrlport enabled. Works fine with ctrlport disabled.
Date: Fri, 16 Oct 2015 16:33:12 -0400

I have installed ctrlport and playing around with it.

What a great piece of work! thanks guys!

I am running an application (cdma_txrx from my gr-cdma module)
and I notice that with ctrport enabled it crashes, while without it works perfectly.

With ctrport I get the following message that hints at what may be going wrong:

gr::log :INFO: controlport - Apache Thrift: -h jefe.eecs.umich.edu -p 59556
gr::log :WARN: flat_flowgraph - Block (chopper0) max output buffer set to 6656 instead of requested 8192
Traceback (most recent call last):
  File "/home/anastas/gr-cdma/apps/cdma_txrx.py", line 587, in <module>
    main()
  File "/home/anastas/gr-cdma/apps/cdma_txrx.py", line 582, in main
    tb.Start(True)
  File "/usr/local/lib64/python2.7/site-packages/grc_gnuradio/wxgui/top_block_gui.py", line 74, in Start
    self.start()
  File "/usr/local/lib64/python2.7/site-packages/gnuradio/gr/top_block.py", line 109, in start
    top_block_start_unlocked(self._impl, max_noutput_items)
  File "/usr/local/lib64/python2.7/site-packages/gnuradio/gr/runtime_swig.py", line 5611, in top_block_start_unlocked
    return _runtime_swig.top_block_start_unlocked(r, max_noutput_items)
RuntimeError: block lookup failed! block not found!
Exception in thread Thread-1 (most likely raised during interpreter shutdown):Exception in thread Thread-2 (most likely raised during interpreter shutdown):


when i run it without contrlport i still get the warning

gr::log :WARN: flat_flowgraph - Block (chopper0) max output buffer set to 6656 instead of requested 8192

but the application runs fine.

Can someone suggest what the problem may be, and how to get around it?

thanks
Achilleas



reply via email to

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