Results 627 comments of Alan C. Assis

@zyy37 thank you for reporting the issue! I think the issue is: ``` choice prompt "Host CPU Type" default HOST_X86_64 ``` So, currently NuttX building system (both Makefile and CMake)...

@jerpelea @masayuki2009 maybe some documentation from Spresense could be shared from yours website.

@GC-20-20 if you increased the stack size and the problem didn't fix, then maybe the issue is something else. You got a very informative dump, so you can use this...

@danielappiagyei-bc Yes, this is a good idea! Also, when you open the PR please point to this issue to have a cross link

Good point @laoniaokkk it is not a BUG! Maybe we should select FS_LARGEFILE automatically when enabling SD/MMC driver because probably most of users will be using a SDCard bigger than...

@g2gps are you using Tickless mode with RR ? Try to use CONFIG_RR_INTERVAL=200 for example and see if it improves the results. I think that in tickless mode each event...

> Thanks acassis, I just tried this out with the `esp32c3-devkit:tickles` configuration with, > > * CONFIG_RR_INTERVAL=0 (The default for this configuration) > > * CONFIG_RR_INTERVAL=20 > > * CONFIG_RR_INTERVAL=200...

> Hi @g2gps, @acassis > > I was able to get my hands on an stm32f4discovery and test it on that platform. Same issue. See below: > > ``` >...

@PwnVerse very nice! I hope you help to find issue on NuttX fuzzing it! ;-)

@bertvoldenuit I think the modification makes sense, please submit the PR anyway. BTW, maybe you are getting the TERR for some other reason, this kind of analysis is hard to...