raiden00pl opened a new issue, #18053:
URL: https://github.com/apache/nuttx/issues/18053
### Description / Steps to reproduce the issue
One of the recent changes broke nimble on nrf52 and nrf53.
Last working release: 12.12
there is a crash or deadlock in this area:
```
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[
SOURCE (CODE)
]────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
In file:
/home/raiden00/git/RTOS/nuttx/nuttx/net/bluetooth/bluetooth_sendmsg.c:306
301 /* Initialize the state structure. This is done with the network
locked
302 * because we don't want anything to happen until we are ready.
303 */
304
305 conn_dev_lock(&conn->bc_conn, &radio->r_dev);
► 306 memset(&state, 0, sizeof(struct bluetooth_sendto_s));
307 nxsem_init(&state.is_sem, 0, 0); /* Doesn't really fail */
308
309 state.is_sock = psock; /* Socket descriptor to use */
310 state.is_buflen = len; /* Number of bytes to send */
311 state.is_buffer = buf; /* Buffer to send from */
```
### On which OS does this issue occur?
[OS: Linux]
### What is the version of your OS?
-
### NuttX Version
master
### Issue Architecture
[Arch: arm]
### Issue Area
[Area: Networking]
### Host information
_No response_
### Verification
- [x] I have verified before submitting the report.
--
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 unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]