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 2020/10/24 20:14:04 UTC

[GitHub] [incubator-nuttx] btashton opened a new issue #2087: sim:duktape Broken Build

btashton opened a new issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087


   The build is broken for `sim:cxxtest`
   
   ```
   ❯ ./nuttx
   login: admin
   password: 
   User Logged-in!
   
   NuttShell (NSH) NuttX-9.1.0
   MOTD: username=admin password=Administrator
   nsh> duk
   Segmentation fault (core dumped)
   ```


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087#issuecomment-716172467


   @ no1wudi could you take a look the break?


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087#issuecomment-716521274


   But, no config in riscv enable duktape. if some one enable duktape in new config, he has to it set the stack size explicitly. Maybe, we should remove the default stack from duktape.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 edited a comment on issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087#issuecomment-716172467


   @no1wudi could you look at the break?


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] btashton closed issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
btashton closed issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087


   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087#issuecomment-716509054


   it's better to change duktape stack to 64KB in sim's defconfig.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] no1wudi commented on issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
no1wudi commented on issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087#issuecomment-716511465


   it's ok, but may same broken also exist on other platform (like riscv)


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] acassis closed issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
acassis closed issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087


   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 edited a comment on issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087#issuecomment-716172467


   @ no1wudi could you look at the break?


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] btashton commented on issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
btashton commented on issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087#issuecomment-716842903


   I'll close when I create the backport. 


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] no1wudi commented on issue #2087: sim:duktape Broken Build

Posted by GitBox <gi...@apache.org>.
no1wudi commented on issue #2087:
URL: https://github.com/apache/incubator-nuttx/issues/2087#issuecomment-716505534


   > @no1wudi could you look at the break?
   
   This program need 32K stack on sim, and about 8k on thumbv7m platform.
   
   @btashton @xiaoxiang781216 Should we let a large enough stack (e.g. 64K) as default stack size for all platform ?


----------------------------------------------------------------
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.

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