Re: Not a bug report!

2024-07-26 Thread Alan C. Assis
Added as CC new An Chao email (from hotmail). On Fri, Jul 26, 2024 at 5:17 PM Alan C. Assis wrote: > Hi Lwazi, > > On Fri, Jul 26, 2024 at 4:12 PM Lwazi Dube wrote: > >> On Mon, 15 Jul 2024 at 14:30, Alan C. Assis wrote: >> >> > Hi David, >> > >> > A quick way to test on your board is using

Re: Not a bug report!

2024-07-26 Thread Alan C. Assis
Hi Lwazi, On Fri, Jul 26, 2024 at 4:12 PM Lwazi Dube wrote: > On Mon, 15 Jul 2024 at 14:30, Alan C. Assis wrote: > > > Hi David, > > > > A quick way to test on your board is using version 10.2.0 while we fix > the > > issue: > > > > https://nuttx.apache.org/download/ > > > > This is the last ve

Re: Not a bug report!

2024-07-26 Thread Lwazi Dube
On Mon, 15 Jul 2024 at 14:30, Alan C. Assis wrote: > Hi David, > > A quick way to test on your board is using version 10.2.0 while we fix the > issue: > > https://nuttx.apache.org/download/ > > This is the last version before the PR that introduced the issue. > > If you have good experience with

Re: Not a bug report!

2024-07-15 Thread Alan C. Assis
try SDCard and ELF, you can also use > other boards (with STM32, ESP32, SAMD5, SAMV7, iMXRT, etc). > > BR, > > Alan > > > On Mon, Jul 15, 2024 at 12:24 PM David Barrass > wrote: > >> Hi, >> >> This email address seems to be the only appropriate one

Re: Not a bug report!

2024-07-15 Thread Alan C. Assis
Hi, > > This email address seems to be the only appropriate one for this message > even though this is not a bug report! > > Rather - quite the opposite. It is a big thank you to the team and > especially Gregory Nutt. > > I have been following NuttX for a "long"

Not a bug report!

2024-07-15 Thread David Barrass
Hi, This email address seems to be the only appropriate one for this message even though this is not a bug report! Rather - quite the opposite. It is a big thank you to the team and especially Gregory Nutt. I have been following NuttX for a "long" time. (Pre Apache) but up until

Re: bug report

2020-06-28 Thread Brennan Ashton
Kwonsk, Thanks for reporting this, it looks like you are correct and I have opened a PR against this here https://github.com/apache/incubator-nuttx/pull/1316 If you are able to test it that would be great. We can also make sure this gets into the 9.1 release. --Brennan On Wed, Jun 24, 2020, 1:02

bug report

2020-06-24 Thread kwonsk
Hi, During the test, I've got a system crash (hardfault) when running os_test. After debugging with jtag+gdb, I found that crash occurred at line 283 of mm_realloc() (mm_realloc.c). Hardfault cause was "accessing invalid memory area". This is because realloc logic uses new size (not the or

Re: bug report

2020-06-01 Thread Gregory Nutt
I created PR 1167 to correct this per your description. On 5/31/2020 9:51 AM, 권석근 wrote: Hi, I found a bug at "pty.c" during ssh server implementation. When I turn on CONFIG_SERIAL_TERMIOS and OPOST|ONLCR on pty device for nsh console's stdin/stdout (ssh shell service), I've got system crash.

bug report

2020-06-01 Thread 권석근
Hi, I found a bug at "pty.c" during ssh server implementation. When I turn on CONFIG_SERIAL_TERMIOS and OPOST|ONLCR on pty device for nsh console's stdin/stdout (ssh shell service), I've got system crash. Bugs at line 687 of pty.c, pty_write() ntotal++; when converting '\n' to '\r\n', pty_write