You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/05 00:08:30 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5159: socket: extend socket_storage for rpmsg_socket addrinfo

masayuki2009 commented on pull request #5159:
URL: https://github.com/apache/incubator-nuttx/pull/5159#issuecomment-1005267419


   @Donny9 @xiaoxiang781216 
   Hmm, I noticed that the NTP daemon with spresense:wifi_smp crashed due to stack corruption.
   
   Before this PR,
   
   ```
      24    24 --- 100 RR       Task    --- Waiting  Signal    00000000 001976 001708  86.4%! NTP daemon 0.pool.ntp.org;1.pool.ntp.org;
   ```
   
   After this PR,
   
   ```
   [    5.144101] [CPU0] arm_dump_task:     24    100      1976      1976   100.0%!   NTP daemon
   ```
   
   If I increase the stack size, it works but it needs much memory (almost double).
   What do you think?
   
   ```
      24    24 --- 100 RR       Task    --- Waiting  Signal    00000000 004024 003052  75.8%  NTP daemon 0.pool.ntp.org;1.pool.ntp.org;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org