You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal error: concurrent map writes introduced with 4a1aee1
Specifically lines such as these, Routes is a map with no mutex locking, but adding a mutex to the struct directly will not work. At least that is my impression because the struct is copied and updated in several places
To Reproduce
Run any version of netbird with patch 4a1aee1
Steps to reproduce the behavior:
Start netbird service on macos
Connect
Watch service restart
Expected behavior
No fatal crash
A clear and concise description of what you expected to happen.
Are you using NetBird Cloud?
Please specify whether you use NetBird Cloud or self-host NetBird's control plane.
NetBird version
netbird version
0.26.4 NetBird status -d output:
NA
If applicable, add the `netbird status -d' command output.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the problem
fatal error: concurrent map writes introduced with 4a1aee1
Specifically lines such as these, Routes is a map with no mutex locking, but adding a mutex to the struct directly will not work. At least that is my impression because the struct is copied and updated in several places
To Reproduce
Run any version of netbird with patch 4a1aee1
Steps to reproduce the behavior:
Start netbird service on macos
Connect
Watch service restart
Expected behavior
No fatal crash
A clear and concise description of what you expected to happen.
Are you using NetBird Cloud?
Please specify whether you use NetBird Cloud or self-host NetBird's control plane.
NetBird version
netbird version
0.26.4
NetBird status -d output:
NA
If applicable, add the `netbird status -d' command output.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: