-
Notifications
You must be signed in to change notification settings - Fork 1.5k
net/bluetooth: fix rmutex deadlock #18056
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
Conversation
the lock in the "bluetooth_conn" was not initialized, which resulted in a blocking situation when attempting to hold the lock for the first time. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
|
msvc ci keep failing from the recent pr, @xuxin930 could you look at this problem? |
the error message indicates that the CDN request to fetch toolchain failed, but unusually, it hasn't recovered after so much time. will this affect the execution of PS? I don't know much about PS, but its update time and CI failure time happen to coincide. perhaps we should lock in a runner version? @simbit18 |
All new pr ci fail with this error now. |
|
Hi @xuxin930 and everyone, I have to get to work now, it seems to be the problem at this stage. It seems to be a change with the Windows update actions -runner image and it concerns either Invoke-WebRequest I can only work on it in the afternoon UTC. |
I've tried various methods.
|
Summary
the lock in the "bluetooth_conn" was not initialized, which resulted in a blocking situation when attempting to hold the lock for the first time.
Impact
net/bluetooth
Testing
nrf52840-dk/sdc_nimble
Verification of compilation.