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 21:28:42 UTC

[GitHub] [incubator-nuttx] btashton opened a new issue #2094: sim:rpserver segfault

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


   The `sim:rpserver` configuration segfaults
   ```
   ❯ sudo ./nuttx
   Segmentation fault
   ```
   
   This prevents also testing the `sim:rpproxy` configuration.


----------------------------------------------------------------
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 #2094: sim:rpserver segfault

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


   This is regressed by the change: https://github.com/apache/incubator-nuttx/pull/650. CONFIG_SIM_M32=y could fix this problem, but the change can't pass macOS build. We need enhance testbuild.sh and datlist to skip some special config on a particular host.


----------------------------------------------------------------
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 #2094: sim:rpserver segfault

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


   @xiaoxiang781216 If you can look at my PR over in the test repo, with that we can disable the rpserver/proxy targets as disabled for macOS and then change the config to M32=y which should resolve this issue.  The PR does not yet add these targets to the tweak list for macOS, so let me know if you want me to make that change.


----------------------------------------------------------------
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 #2094: sim:rpserver segfault

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


   


----------------------------------------------------------------
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 #2094: sim:rpserver segfault

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


   Is there a reason we know why it only works in 32bit mode?


----------------------------------------------------------------
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 edited a comment on issue #2094: sim:rpserver segfault

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


   Do we know why it only works in 32bit mode?


----------------------------------------------------------------
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 #2094: sim:rpserver segfault

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


   This is the initial remoteproc design limitation:
   https://lists.openampproject.org/pipermail/tsc/2019-October/000009.html
   Since remoteproc/rpmsg is deployed on many OS(Linux, NuttX, Zephyr, FreeRTOS...), OpenAMP community need time to find a good mitigation path.


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