Hi Waldemar,
On Mon, Nov 06, 2023 at 10:32:30AM +0100, Waldemar Brodkorb wrote:
Hi Ben,
what device do you using? How many RAM it has? And what stack size
is configured? Is NPTL woring on your ARM noMMU device with this
patch?
We are using an Emcraft STM32F746 SOM with 64 MiB of RAM. We set the
default stack size to 16 KiB, which appears to be enough for all the
software we run (although we have no way of detecting stack overflows
that don't cause a crash or other obvious problem).
We create quite a few threads in our own software, and haven't run into
any bugs in NPTL. In our code, we can easily set the stack size
explicitly, but we use some third party libraries and applications that
create their own threads, and these are why we would like to be able to
change the default stack size.
best regards
Waldemar