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

Verify asserts in debug mode #14

Open
BogdanDIA opened this issue Apr 25, 2014 · 2 comments
Open

Verify asserts in debug mode #14

BogdanDIA opened this issue Apr 25, 2014 · 2 comments

Comments

@BogdanDIA
Copy link
Owner

There are many asserts that take action only in debug mode. This issue is opened for verifying and fixing all of the errors that may appear when using those asserts.

@DavidLutton
Copy link

Thanks for posting the issue, it's helped, Thanks.

I had this issue last week, I had pybombs configured to to Debug builds, this was resolved by building release builds.

Using Ubuntu 14.04 With a USRP B200
When I run the demos .grc's in GRC I got on debug builds, circa 25/04/2014:

Using Volk machine: avx_64_mmx
python2: /opt/GNURadio/pybombs/src/gr-dvbt/lib/symbol_inner_interleaver_impl.cc:127: gr::dvbt::symbol_inner_interleaver_impl::symbol_inner_interleaver_impl(int, gr::dvbt::dvbt_transmission_mode_t, int): Assertion `d_payload_length != d_nsize' failed.

@BogdanDIA
Copy link
Owner Author

Ok, the assert bug in symbol_inner_interleaver_impl.cc is fixed for now.

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

2 participants