We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The first 2 don't test LSL code directly so I have excluded the problematic config on the problematic target platform.
The text was updated successfully, but these errors were encountered:
I managed to reproduce a segmentation fault from the pushpull benchmark test locally. It happens here:
pushpull
liblsl/src/sample.cpp
Line 81 in 7e61a2e
It happens at the very end of the test case, as the outlet is going out of scope, triggering its cleanup:
lsl::stream_outlet::~stream_outlet() > lsl_destroy_outlet(...) > ~stream_outlet_impl() > lsl::factory::~factory()
lsl::stream_outlet::~stream_outlet()
lsl_destroy_outlet(...)
~stream_outlet_impl()
lsl::factory::~factory()
During ~factory, this line
Line 470 in 7e61a2e
cur is already nonsense.
cur
Sorry, something went wrong.
#220 might be helpful: "bad_weak_ptr"
tstenner
No branches or pull requests
The first 2 don't test LSL code directly so I have excluded the problematic config on the problematic target platform.
The text was updated successfully, but these errors were encountered: