discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] grc probe broken after commit c85984f105106ff0a7e3b38


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] grc probe broken after commit c85984f105106ff0a7e3b387d680e0f2f5884d55
Date: Sun, 15 May 2016 23:49:11 -0400

Some of my grc apps in gr-cdma using probe blocks in grc are broken after the above commit.
Not sure what the problem might be but when apps start they give the following error:


Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 811, in __bootstrap_inner
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/anastas/Dropbox/gr-cdma/apps/cdma_txrx.py", line 221, in _freq_acq_est_probe
    val = self.blocks_probe_freq.level()
  File "/usr/local/lib64/python2.7/site-packages/gnuradio/gr/hier_block2.py", line 92, in __getattr__
    return getattr(self._impl, name)
AttributeError: 'top_block_sptr' object has no attribute 'blocks_probe_freq'


The commit log says:

-------------
commit c85984f105106ff0a7e3b387d680e0f2f5884d55
Author: Sebastian Koslowski <address@hidden>
Date:   Wed Apr 27 14:19:04 2016 +0200

    grc: fix callback evaluation
--------------

but I am not a grc expert to understand what went wrong.

Please let me know if you need more info about the erros.

thanks
Achilleas


reply via email to

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