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

flatten method crashes MATLAB in >=2020a #312

Open
k1o0 opened this issue Jan 5, 2021 · 1 comment
Open

flatten method crashes MATLAB in >=2020a #312

k1o0 opened this issue Jan 5, 2021 · 1 comment

Comments

@k1o0
Copy link
Contributor

k1o0 commented Jan 5, 2021

Describe the bug
Posting a value to a node upstream of flatten causes a catastrophic crash in MATLAB.

To Reproduce

a = sig.test.create;
a_flat = a.flatten;
a.post(rand) % BOOM!

Desktop (please complete the following information):

  • Code version (e.g. 2.3.1) - Rigbox v2.6.1, signals v1.3.1
  • MATLAB version - 9.8.0 and 9.9.0
@k1o0
Copy link
Contributor Author

k1o0 commented Jan 5, 2021

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

1 participant