yixinghua121
yixinghua121
### RT-Thread Version c1166e0bf16aeda85e5facd01506973afcf6e8c6 ### Hardware Type/Architectures k230 ### Develop Toolchain GCC ### Describe the bug 1. 编译链接代码后,会生成test目录下生成一个应用程序:utestcases.elf,将其拷贝到sdcard或者编译进文件系统。 2. 测试执行,进入应用程序所在目录,然后执行命令:utestcases.elf all 3.测试libc,部分case失败; 4.代码:maix3/software/userapps/testcases/test 5.失败case: utest.pingpong_test.pingpong_timeout_tc utest.libc_test.file.fcntl utest.libc_test.file.fscanf utest.libc_test.math.powf ### Other...
### RT-Thread Version c1166e0bf16aeda85e5facd01506973afcf6e8c6 ### Hardware Type/Architectures k230 ### Develop Toolchain GCC ### Describe the bug 1.将 opencv 仓库中的 tests 文件夹复制到 software/userapps/testcases/opencv 中 2.将 opencv 仓库中的 build/install 文件夹复制到 software/userapps/testcases/opencv 中...
### RT-Thread Version c1166e0bf16aeda85e5facd01506973afcf6e8c6 ### Hardware Type/Architectures k230 ### Develop Toolchain GCC ### Describe the bug 1.后台执行一个程序:/bin/killme.elf & 2.查看进程的ID:list_process,找出刚后台执行应用的pid 3.kill掉后台进程:kill $pid -s 2 4.list_process查看现有的进程 5.发现后台程序还在 ### Other additional context ```c...
### RT-Thread Version c1166e0bf16aeda85e5facd01506973afcf6e8c6 ### Hardware Type/Architectures k230 ### Develop Toolchain GCC ### Describe the bug 1.运行mutex后,系统崩溃,重复打印异常log; 代码: maix3/software/testcases/cpp_tc/src/mutex ### Other additional context _No response_
### RT-Thread Version c1166e0bf16aeda85e5facd01506973afcf6e8c6 ### Hardware Type/Architectures k230 ### Develop Toolchain GCC ### Describe the bug stress_mem 运行中有错误log,zip: decompress file "/dev/shm/1.zip" error! 代码:maix3/software/userapps/testcases/stress_mem ### Other additional context _No response_