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 <koslow...@kit.edu>
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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to