Jenkins build is back to normal : NuttX-Nightly-Build #207

2020-06-30 Thread Apache Jenkins Server
See

Re: How to debug DEBUGASSERT in shed?

2020-06-30 Thread Oleg Evseev
Find out that this happens while in poll. вт, 30 июн. 2020 г. в 15:45, Oleg Evseev : > Hi all, > > I wonder how can I debug > DEBUGASSERT(pholder != NULL) in function nxsem_allocholder in file > semaphore/sem_holder.c that happens after some time reading a lot of > messages from can bus in can_re

How to debug DEBUGASSERT in shed?

2020-06-30 Thread Oleg Evseev
Hi all, I wonder how can I debug DEBUGASSERT(pholder != NULL) in function nxsem_allocholder in file semaphore/sem_holder.c that happens after some time reading a lot of messages from can bus in can_reciever task? Task looks like this (CAN dev is opened as shared file with file_open(&CANmodule->f

close() socket called in second thread combined with reconnect kills eth (stm32h743zi)

2020-06-30 Thread Reto Gähwiler
Hello Everyone, I am facing the following problem working with nuttx and ethernet connections. A TCP socket is setup as blocking and connected to the server. The connection is handled in one thread which hangs in the recv call and processes the data if some arrives. In case of an error the connect