-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AddressSanitizer issues #1417
Comments
TODO 1UPDATE: Fixed in #1419
|
TODO 2
|
TODO 3This doesn't happen in Docker locally in macOS, but happens in CI in Ubuntu 20.04 with gcc: https://github.com/versatica/mediasoup/actions/runs/9743694850/job/26887713985?pr=1416
|
|
TODO 2 has been magically fixed and |
All ASAN tests passing after PR #1427 is merged. Closing. |
This PR #1416 added AddressSanitizer tasks to worker CI. However some of them have been disabled since they fail. This ticket is to resolve them and re-enable those tasks in
mediasoup-worker.yaml
CI file.Note that we just run AddressSanitizer in Linux (it works in Docker). So we can run them locally (in macOS) this way:
cd worker make docker make docker-run
Once in Docker:
Below in comments, the ASAN issues that show up until all them are fixed.
The text was updated successfully, but these errors were encountered: