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

Virtual Source/Sink Regression #7013

Closed
willcode opened this issue Dec 18, 2023 · 1 comment · Fixed by #7016
Closed

Virtual Source/Sink Regression #7013

willcode opened this issue Dec 18, 2023 · 1 comment · Fixed by #7016

Comments

@willcode
Copy link
Member

What happened?

When a flowgraph using a virtual source/sink in message domain is reloaded, the virtual source/sink ports are taken to be stream domain rather than message domain. This causes a domain mismatch error in the flowgraph.

No connection known between domains "stream" and "message"
No connection known between domains "message" and "stream"

The problem was most likely introduced in #6889 / #6977

Reported by Jason Merlo on gnuradio-discuss.

System Information

From maint-3.10 source (v3.10.9.0-rc1)

GNU Radio Version

3.10 (maint-3.10)

Specific Version

3.10.9.0-rc1

Steps to Reproduce the Problem

message_test.grc.txt

Relevant log output

No response

@mbr0wn
Copy link
Member

mbr0wn commented Dec 19, 2023

Yup, I see it too. Now if only I knew how those virtual source/sinks work...

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

Successfully merging a pull request may close this issue.

2 participants