guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

qa_constellation_receiver randomly fails #71

Open guruofquality opened 11 years ago

guruofquality commented 11 years ago

Not sure if this is GRAS, or an rarely exercised bug in the constellation code. Given the last two QA fixes, it could go either way.

guruofquality commented 11 years ago

The error is a segfault in the gnuradio-core filter module simd module. I am not sure if GRAS is passing it bad memory, or just memory alignment that should be ok but we just "got away with it" in GRSS. Since this code is going away in favour of volk implementations, I will revisit this issue when the gnuradio wrapper is upgraded to a new GNU Radio set of IP without this particular simd module.