Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use POLAR Code Configurator in GRC anymore #1385

Closed
jdemel opened this issue Jul 17, 2017 · 1 comment
Closed

Cannot use POLAR Code Configurator in GRC anymore #1385

jdemel opened this issue Jul 17, 2017 · 1 comment

Comments

@jdemel
Copy link
Contributor

jdemel commented Jul 17, 2017

In current GR3.7 versions, if you add 'POLAR Code Configurator' to a flowgraph in GRC, it freezes. GRC is unresponsive and one thread is running at 100%. The block calls a python function 'gnuradio.fec.polar.load_frozen_bits_info', which handles initialization parameters.

This construction used to work in older GR versions, when polar codes were added. Also, if you import gnuradio.fec.polar in a python shell and call the function, it does return the expected value.

I tried to exclude errors in the functions themselves and added some more prints.
Thus, I enforced the is_prototype=True parameter as well as channel="BEC". Now, if you open GRC, add a new flowgraph and try to add the 'POLAR code Configurator', you can observe print outs, I added, at the beginning and the end of the load_frozen_bits_info. The function gets called twice. Thus, I assume it did not throw an error. Still, GRC freezes.

So far, I assume some change in GRC broke this configurator feature.

tested with:
3.7.12git-99-g082711cc
v3.7.10.1-158-gedd02537
on different systems.

@jdemel
Copy link
Contributor Author

jdemel commented Jul 21, 2017

The bug fix is merged into maint. Thus, I close the issue now.

@jdemel jdemel closed this as completed Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant