Re: Stack overflow during system init.

2020-10-14 Thread Fotis Panagiotopoulos
gt; >> With a lot of the new changes, we can assume the init path's nesting level >> has not been kept small. >> >> Increase the idle stack size by a lot (1024) and retest. >> >> >> David >> >> -Original Message- >> From: Fot

Re: Stack overflow during system init.

2020-10-07 Thread Fotis Panagiotopoulos
f the new changes, we can assume the init path's nesting level > has not been kept small. > > Increase the idle stack size by a lot (1024) and retest. > > > David > > -----Original Message----- > From: Fotis Panagiotopoulos [mailto:f.j.pa...@gmail.com] > Sent: Tue

RE: Stack overflow during system init.

2020-10-07 Thread David Sidrane
ncrease the idle stack size by a lot (1024) and retest. David -Original Message- From: Fotis Panagiotopoulos [mailto:f.j.pa...@gmail.com] Sent: Tuesday, October 06, 2020 12:40 PM To: dev@nuttx.apache.org Subject: Stack overflow during system init. Hi everyone, I just enabled CONFIG_AR

RE: Stack overflow during system init.

2020-10-07 Thread Schock, Johannes - NIVUS GmbH
From: Fotis Panagiotopoulos [mailto:f.j.pa...@gmail.com] > Sent: Tuesday, October 6, 2020 9:40 PM > To: dev@nuttx.apache.org > Subject: Stack overflow during system init. > > Hi everyone, > > I just enabled CONFIG_ARMV7M_STACKCHECK, as I would like to have this > functionality in m

Stack overflow during system init.

2020-10-06 Thread Fotis Panagiotopoulos
Hi everyone, I just enabled CONFIG_ARMV7M_STACKCHECK, as I would like to have this functionality in my project, but I am facing problems. NuttX is not able to boot at all with this option selected. I stepped through the code and it seems that nxsig_initialize actually causes a stack overflow that