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

Rational Resampler is dropping stream tags #7328

Open
eltos opened this issue May 8, 2024 · 0 comments
Open

Rational Resampler is dropping stream tags #7328

eltos opened this issue May 8, 2024 · 0 comments

Comments

@eltos
Copy link
Contributor

eltos commented May 8, 2024

What happened?

The tag propagation for Rational Resampler Block seams to be broken: It sometimes undeterministically drops tags.
As the block is using the default tag propagation mechanism of the scheduler around these lines, the issue likely affects other interpolating blocks likewiese.
A Repeat Block used in the same place does not suffer from this issue (as it is handling tag propagation internally, and is not using the default tag propagation policy).

Possibly related to #2056, however here I am not changing interpolation at runtime, but using a fixed value from the beginning.

This happens rather rarely, and it is not yet clear what exactly causes the issue.

System Information

OS: Linux Ubuntu
GR Installation Method: build from source

GNU Radio Version

3.10 (maint-3.10)

Specific Version

3.10.8.0

Steps to Reproduce the Problem

Example flowgraph: test_resampler_tag_propagation.zip

test_resampler_tag_propagation

Wait for a minute (or 2) until you spot this tag which got missing in the upper branch:

rational resampler issue

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants