anchao commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1055063161
> > Yes, could you try your latest branch? it seems does not work as expected > > @anchao > > Are you using the latest my apps branch as well? https://github.com/masayuki2009/incubator-nuttx-apps/tree/imx6-netknsh > > It seems that you are using the old version (i.e. non thumb build version). Yes, apps branch is latest, I reinitialized another repository, but crash still happen. ``` apps$ git remote -v origin https://github.com/masayuki2009/incubator-nuttx-apps/ (fetch) origin https://github.com/masayuki2009/incubator-nuttx-apps/ (push) apps$ git branch -av * (HEAD detached at origin/imx6-netknsh) 7ef856532 [DO NOT MERGE] hello + malloc test av 0426c8c09 Fix error: 'strncpy' specified bound 16 equals destination size master 0426c8c09 [behind 40] Fix error: 'strncpy' specified bound 16 equals destination size remotes/origin/HEAD -> origin/master remotes/origin/cs_test 06bf57a2f [DO NOT MEGE] testing: Add cstest remotes/origin/dev 0536c5b52 apps/nshlib/nsh_parse.c: Correct an error found in build testing. Commit 2a462c78aa5f4ea6dc374eedd86bc85f9f79a0c4 was insufficient. It was a mistake to revert Xiang's change of commit 9defae8af641752506d92b72ea68c8f94d24d580. But we are on a different vector now. remotes/origin/imx6-netknsh 7ef856532 [DO NOT MERGE] hello + malloc test remotes/origin/lc823450-bt 75ac145ea [DO NOT MERGE] Add examples/tinyplay remotes/origin/master cc156b908 ostest: Introduce basic setjmp/longjmp test remotes/origin/workaround 5cf2902ca import: Make.defs: Do not link thumb-based libraries for BUILD_KERNEL apps$ git log --oneline -5 7ef856532 (HEAD, origin/imx6-netknsh) [DO NOT MERGE] hello + malloc test aa2c9e7c3 (tag: nuttx-20220228-182150, tag: nuttx-20220228-172202, tag: nuttx-20220228-072218, tag: nuttx-20220228-032219, tag: nuttx-20220228-002322, tag: nuttx-20220227-182149, tag: nuttx-20220227-162159, tag: nuttx-20220227-005222, tag: nuttx-20220226-232302, tag: nuttx-20220226-165129, tag: nuttx-20220226-155126, tag: nuttx-20220226-142200, tag: nuttx-20220226-052231, tag: nuttx-20220226-012258) hello_rust: changes for target support 0baf524de (tag: nuttx-20220226-002251, tag: nuttx-20220225-222151, tag: nuttx-20220225-132214) apps: Modify oneshot example to let users see it working 18609ab1d (tag: nuttx-20220225-122152, tag: nuttx-20220225-112135, tag: nuttx-20220225-045117, tag: nuttx-20220225-032220, tag: nuttx-20220225-022303, tag: nuttx-20220225-002220) mlearning: cmsis: enable FPU support 18b5902a3 (tag: nuttx-20220224-232300) apps/trace: add switch and dump instrumentation ``` -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org