yamt commented on issue #15314:
URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2589289150
> > Interesting. Feel free to submit this modification and I can test it on
our internal CI.
>
> see [#15445](https://github.com/apache/nuttx/pull/15445)
see also https://g
xiaoxiang781216 closed issue #15314: [BUG] esp32s3 wifi deadlock
URL: https://github.com/apache/nuttx/issues/15314
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscrib
xiaoxiang781216 closed issue #15314: [BUG] esp32s3 wifi deadlock
URL: https://github.com/apache/nuttx/issues/15314
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscrib
yamt commented on issue #15314:
URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2574529067
> Interesting. Feel free to submit this modification and I can test it on
our internal CI.
see https://github.com/apache/nuttx/pull/15445
--
This is an automated message from t
fdcavalcanti commented on issue #15314:
URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2559609962
Interesting.
Feel free to submit this modification and I can test it on our internal CI.
--
This is an automated message from the Apache Git Service.
To respond to the messa
yamt commented on issue #15314:
URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2559598468
> Hi @yamt. Did you have issues on S3 using WiFi due to this? What devkit
did you use?
my colleague performed some tests, which connect/disconnect wifi repeatedly
and found this
fdcavalcanti commented on issue #15314:
URL: https://github.com/apache/nuttx/issues/15314#issuecomment-2559528890
Hi @yamt. Did you have issues on S3 using WiFi due to this?
What devkit did you use?
--
This is an automated message from the Apache Git Service.
To respond to the message,
yamt opened a new issue, #15314:
URL: https://github.com/apache/nuttx/issues/15314
### Description / Steps to reproduce the issue
net_lock() and esp_wifi_lock() are taken in an inconsistent order.
thus it can cause a deadlock.
```
wlan_ifdown net_lock();
|
v
e