登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
9月20日,Gitee × 模力方舟来成都了!聚焦 AI 应用在开发范式、算力架构、交互设计、硬件选型等跨场景创新实践,点击立即报名~
代码拉取完成,页面将自动刷新
当前仓库属于关闭状态,部分功能使用受限,详情请查阅
仓库状态说明
开源项目
>
OpenHarmony
&&
其他开源
>
操作系统
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
332
Star
2.3K
Fork
1.1K
OpenHarmony
/
kernel_liteos_a
关闭
代码
Issues
7
Pull Requests
1
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
特定场景下,执行任意进程,进程crash
已完成
#I452Z7
缺陷
MGY917
成员
创建于
2021-08-12 10:52
**【模块名_概率】简要描述:** 任意目录执行一个“不可执行”文件后,执行任意可执行文件,改进程crash。 **【环境信息】:** - 网络环境 - 硬件开发板型号:qemu-arm-virt - 软件版本信息或tag节点:2021年8月12日 - 测试环境:qemu环境 - 其他 **【预置条件】:** 系统正常启动 **【测试步骤】:** ``` OHOS:/$ touch mgy917 OHOS:/$ chmod 777 mgy917 OHOS:/$ exec ./mgy917 OHOS:/$ init ``` **【预期结果】:** init或者其他任意进程,正确执行返回结果。进程不会crash。 **【实际结果】:** 第二次执行的进程crash。(下面例子中init进程可以是任意进程) ```bash OHOS:/$ OHOS:/$ ll total 0 dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 bin/ drwxr-xr-x 0 0 0 0 1970-01-01 00:00 dev/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 etc/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 lib/ dr-xr-xr-x 0 0 0 0 1970-01-01 00:00 proc/ drwxrwxrwx 1 0 0 0 1970-01-01 00:00 sdcard/ drwxr-xr-x 1 0 0 0 1970-01-01 00:00 storage/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 system/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 test/ drwxr-xr-x 1 0 0 0 2021-08-11 07:50 usr/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 vendor/ OHOS:/$ touch mgy917 OHOS:/$ chmod 777 mgy917 OHOS:/$ exec ./mgy917 [ERR]OsReadELFInfo[117], Failed to read from offset: 0! [ERR]OsReadEhdr[210] /bin/mksh: ./mgy917: I/O error OHOS:/$ init [ERR]OsVmPageFaultHandler 361 vaddr 0x2000000, l1Index 32, ttEntry (nil) PID aspace name base size pages ---- ------ ---- ---- ----- ---- 13 0x412af690 init 0x01000000 0x3e000000 39 region name base size mmu_flags pages pg/ref ------ ---- ---- ---- --------- ----- ----- 0x412adbb4 /lib/libc.so 0x1f800000 0x0004a000 CH US RD 21 2 0x412adc00 /lib/libc.so 0x1f84a000 0x00069000 CH US RD EX 12 1 0x412adc4c /lib/libc.so 0x1f8b3000 0x00002000 CH US RD WR 2 2 0x412adc98 /lib/libc.so 0x1f8b5000 0x00001000 CH US RD WR 1 1 0x412adce4 MMAP 0x1f8b6000 0x00005000 CH US RD WR 2 2 0x412add30 MMAP 0x3ef00000 0x000ff000 CH US RD WR 0 0 0x412ada38 STACK 0x3efff000 0x00001000 CH US RD WR 1 1 ##################excFrom: User!#################### data_abort fsr:0x5, far:0x02000034 Abort caused by a read instruction. Translation fault, section excType: data abort processName = init processID = 13 process aspace = 0x01000000 -> 0x3f000000 taskName = init taskID = 44 task user stack = 0x3ef00000 -> 0x3f000000 pc = 0x1f8aba80 in /lib/libc.so ---> 0xaba80 ulr = 0x0 usp = 0x3efffd50 fp = 0x3effff10 R0 = 0x1f8ba150 R1 = 0x1f800034 R2 = 0x20 R3 = 0xb R4 = 0x2000044 R5 = 0x3effff28 R6 = 0x0 R7 = 0x3efffe68 R8 = 0x2000034 R9 = 0x3effff14 R10 = 0x1f8ba2cc R11 = 0x3effff10 R12 = 0x0 CPSR = 0x20000010 *******backtrace begin******* traceback 0 -- lr = 0x3effffbf fp = 0x1 lr in STACK --> 0xfbf allCpu(%): 13.63 sys, 86.37 idle PID PPID PGID UID Status CPUUSE CPUUSE10s CPUUSE1s Policy Priority MTID TaskTotal Mode PName 1 -1 1 0 Pending 0.10 0.0 0.0 RR 28 10 1 user init 2 -1 2 0 Pending 10.37 2.81 3.4 RR 0 1 8 kernel KProcess 3 1 3 2 Pending 0.11 0.3 0.9 RR 28 4 1 user mksh 4 1 4 4 Pending 0.12 0.0 0.0 RR 28 11 1 user apphilogcat 5 1 5 7 Pending 0.16 0.1 0.0 RR 28 12 12 user foundation 6 1 6 8 Pending 0.3 0.0 0.0 RR 28 13 4 user bundle_daemon 7 1 7 1 Pending 0.3 0.0 0.0 RR 28 14 4 user appspawn 8 1 8 0 Ready 2.8 2.32 2.45 RR 28 15 7 user wms_server 9 1 9 0 Pending 0.10 0.3 0.3 RR 28 16 5 user softbus_server 13 3 3 2 Running 0.0 0.0 0.0 RR 28 44 1 user init TID PID Status StackSize WaterLine CPUUSE CPUUSE10s CPUUSE1s Policy Priority MEMUSE TaskName 10 1 Pending 0x3000 0xadc 0.10 0.0 0.0 RR 31 0 init 1 2 Pending 0x4000 0x24c 2.9 2.49 2.75 RR 0 0 Swt_Task 2 2 Pending 0x4000 0x1bc 0.0 0.0 0.0 RR 1 0 system_wq 3 2 Pending 0x1000 0x1bc 0.0 0.0 0.0 RR 5 0 ResourcesTask 5 2 PendTime 0x6000 0x254 0.28 0.30 0.27 RR 5 0 tcpip_thread 6 2 Pending 0x4000 0x1bc 0.0 0.0 0.0 RR 1 0 virtinput 7 2 Pending 0x4000 0x2e4 0.0 0.0 0.0 RR 10 0 jffs2_gc_thread 8 2 Pending 0x4000 0x59c 0.46 0.0 0.0 RR 10 0 jffs2_gc_thread 9 2 Pending 0x4000 0x34c 0.13 0.0 0.1 RR 9 0 SendToSer 4 3 Pending 0x3000 0xb54 0.11 0.3 0.9 RR 31 0 mksh 11 4 Pending 0x3000 0xa3c 0.12 0.0 0.0 RR 31 0 apphilogcat 12 5 Pending 0x3000 0xa3c 0.7 0.0 0.0 RR 31 0 foundation 24 5 Pending 0x3000 0x454 0.0 0.0 0.0 RR 15 0 thread1 25 5 Pending 0x3000 0x62c 0.2 0.0 0.0 RR 15 0 thread2 26 5 Pending 0x3000 0x49c 0.0 0.0 0.0 RR 15 0 thread3 27 5 Pending 0x3000 0x544 0.3 0.0 0.0 RR 1 0 thread4 28 5 Pending 0x3000 0x444 0.0 0.0 0.0 RR 15 0 thread5 29 5 Pending 0x3000 0x544 0.0 0.0 0.0 RR 22 0 thread6 30 5 Pending 0x3000 0x354 0.0 0.0 0.0 RR 15 0 thread7 31 5 Pending 0x3000 0x544 0.1 0.0 0.0 RR 7 0 thread8 32 5 Pending 0x3000 0x544 0.0 0.0 0.0 RR 7 0 thread9 33 5 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread10 34 5 Pending 0x3000 0x3d4 0.0 0.1 0.0 RR 22 0 thread11 13 6 Pending 0x3000 0xa3c 0.1 0.0 0.0 RR 31 0 bundle_daemon 17 6 Pending 0x3000 0x544 0.0 0.0 0.0 RR 15 0 thread1 18 6 Pending 0x3000 0x6e4 0.0 0.0 0.0 RR 7 0 thread2 42 6 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread3 14 7 Pending 0x3000 0xa3c 0.2 0.0 0.0 RR 31 0 appspawn 35 7 Pending 0x3000 0x544 0.0 0.0 0.0 RR 22 0 thread1 36 7 Pending 0x3000 0x544 0.0 0.0 0.0 RR 7 0 thread2 37 7 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread3 15 8 Ready 0x3000 0xa3c 2.7 2.32 2.45 RR 31 0 wms_server 19 8 Pending 0x3000 0x4a4 0.0 0.0 0.0 RR 7 0 thread1 20 8 Pending 0x3000 0x544 0.0 0.0 0.0 RR 22 0 thread2 21 8 Pending 0x3000 0x6e4 0.0 0.0 0.0 RR 7 0 thread3 22 8 Pending 0x3000 0x454 0.0 0.0 0.0 FIFO 30 0 thread4 23 8 Pending 0x3000 0x354 0.0 0.0 0.0 RR 31 0 thread5 43 8 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread6 16 9 Pending 0x3000 0xa3c 0.9 0.3 0.3 RR 31 0 softbus_server 38 9 Pending 0x3000 0x544 0.0 0.0 0.0 RR 22 0 thread1 39 9 Pending 0x3000 0x544 0.0 0.0 0.0 RR 7 0 thread2 40 9 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread3 41 9 Exit 0x3000 0x454 0.0 0.0 0.0 RR 31 0 thread4 44 13 Running 0x3000 0xa9c 0.0 0.0 0.0 RR 31 0 init ******Current process 13 vmm regions: ****** 0 -> regionBase: 0x1f800000 regionSize: 0x0004a000 1 -> regionBase: 0x1f84a000 regionSize: 0x00069000 2 -> regionBase: 0x1f8b3000 regionSize: 0x00002000 3 -> regionBase: 0x1f8b5000 regionSize: 0x00001000 4 -> regionBase: 0x1f8b6000 regionSize: 0x00005000 5 -> regionBase: 0x3ef00000 regionSize: 0x000ff000 6 -> regionBase: 0x3efff000 regionSize: 0x00001000 stack name cpu id stack addr total size used size ---------- ------ --------- -------- -------- svc_stack 0 0x40100000 0x2000 0x4e4 exc_stack 0 0x40102000 0x1000 0x0 system memcheck over, all passed! ``` **【恢复手段】:** **【出现概率】:问题出现次数/实际测试次数** 必现 **【定位信息】:** - 1. Log、截图、多媒体文件等,所有和问题有关的信息:
**【模块名_概率】简要描述:** 任意目录执行一个“不可执行”文件后,执行任意可执行文件,改进程crash。 **【环境信息】:** - 网络环境 - 硬件开发板型号:qemu-arm-virt - 软件版本信息或tag节点:2021年8月12日 - 测试环境:qemu环境 - 其他 **【预置条件】:** 系统正常启动 **【测试步骤】:** ``` OHOS:/$ touch mgy917 OHOS:/$ chmod 777 mgy917 OHOS:/$ exec ./mgy917 OHOS:/$ init ``` **【预期结果】:** init或者其他任意进程,正确执行返回结果。进程不会crash。 **【实际结果】:** 第二次执行的进程crash。(下面例子中init进程可以是任意进程) ```bash OHOS:/$ OHOS:/$ ll total 0 dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 bin/ drwxr-xr-x 0 0 0 0 1970-01-01 00:00 dev/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 etc/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 lib/ dr-xr-xr-x 0 0 0 0 1970-01-01 00:00 proc/ drwxrwxrwx 1 0 0 0 1970-01-01 00:00 sdcard/ drwxr-xr-x 1 0 0 0 1970-01-01 00:00 storage/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 system/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 test/ drwxr-xr-x 1 0 0 0 2021-08-11 07:50 usr/ dr-xr-xr-x 1 0 0 0 2021-08-11 07:50 vendor/ OHOS:/$ touch mgy917 OHOS:/$ chmod 777 mgy917 OHOS:/$ exec ./mgy917 [ERR]OsReadELFInfo[117], Failed to read from offset: 0! [ERR]OsReadEhdr[210] /bin/mksh: ./mgy917: I/O error OHOS:/$ init [ERR]OsVmPageFaultHandler 361 vaddr 0x2000000, l1Index 32, ttEntry (nil) PID aspace name base size pages ---- ------ ---- ---- ----- ---- 13 0x412af690 init 0x01000000 0x3e000000 39 region name base size mmu_flags pages pg/ref ------ ---- ---- ---- --------- ----- ----- 0x412adbb4 /lib/libc.so 0x1f800000 0x0004a000 CH US RD 21 2 0x412adc00 /lib/libc.so 0x1f84a000 0x00069000 CH US RD EX 12 1 0x412adc4c /lib/libc.so 0x1f8b3000 0x00002000 CH US RD WR 2 2 0x412adc98 /lib/libc.so 0x1f8b5000 0x00001000 CH US RD WR 1 1 0x412adce4 MMAP 0x1f8b6000 0x00005000 CH US RD WR 2 2 0x412add30 MMAP 0x3ef00000 0x000ff000 CH US RD WR 0 0 0x412ada38 STACK 0x3efff000 0x00001000 CH US RD WR 1 1 ##################excFrom: User!#################### data_abort fsr:0x5, far:0x02000034 Abort caused by a read instruction. Translation fault, section excType: data abort processName = init processID = 13 process aspace = 0x01000000 -> 0x3f000000 taskName = init taskID = 44 task user stack = 0x3ef00000 -> 0x3f000000 pc = 0x1f8aba80 in /lib/libc.so ---> 0xaba80 ulr = 0x0 usp = 0x3efffd50 fp = 0x3effff10 R0 = 0x1f8ba150 R1 = 0x1f800034 R2 = 0x20 R3 = 0xb R4 = 0x2000044 R5 = 0x3effff28 R6 = 0x0 R7 = 0x3efffe68 R8 = 0x2000034 R9 = 0x3effff14 R10 = 0x1f8ba2cc R11 = 0x3effff10 R12 = 0x0 CPSR = 0x20000010 *******backtrace begin******* traceback 0 -- lr = 0x3effffbf fp = 0x1 lr in STACK --> 0xfbf allCpu(%): 13.63 sys, 86.37 idle PID PPID PGID UID Status CPUUSE CPUUSE10s CPUUSE1s Policy Priority MTID TaskTotal Mode PName 1 -1 1 0 Pending 0.10 0.0 0.0 RR 28 10 1 user init 2 -1 2 0 Pending 10.37 2.81 3.4 RR 0 1 8 kernel KProcess 3 1 3 2 Pending 0.11 0.3 0.9 RR 28 4 1 user mksh 4 1 4 4 Pending 0.12 0.0 0.0 RR 28 11 1 user apphilogcat 5 1 5 7 Pending 0.16 0.1 0.0 RR 28 12 12 user foundation 6 1 6 8 Pending 0.3 0.0 0.0 RR 28 13 4 user bundle_daemon 7 1 7 1 Pending 0.3 0.0 0.0 RR 28 14 4 user appspawn 8 1 8 0 Ready 2.8 2.32 2.45 RR 28 15 7 user wms_server 9 1 9 0 Pending 0.10 0.3 0.3 RR 28 16 5 user softbus_server 13 3 3 2 Running 0.0 0.0 0.0 RR 28 44 1 user init TID PID Status StackSize WaterLine CPUUSE CPUUSE10s CPUUSE1s Policy Priority MEMUSE TaskName 10 1 Pending 0x3000 0xadc 0.10 0.0 0.0 RR 31 0 init 1 2 Pending 0x4000 0x24c 2.9 2.49 2.75 RR 0 0 Swt_Task 2 2 Pending 0x4000 0x1bc 0.0 0.0 0.0 RR 1 0 system_wq 3 2 Pending 0x1000 0x1bc 0.0 0.0 0.0 RR 5 0 ResourcesTask 5 2 PendTime 0x6000 0x254 0.28 0.30 0.27 RR 5 0 tcpip_thread 6 2 Pending 0x4000 0x1bc 0.0 0.0 0.0 RR 1 0 virtinput 7 2 Pending 0x4000 0x2e4 0.0 0.0 0.0 RR 10 0 jffs2_gc_thread 8 2 Pending 0x4000 0x59c 0.46 0.0 0.0 RR 10 0 jffs2_gc_thread 9 2 Pending 0x4000 0x34c 0.13 0.0 0.1 RR 9 0 SendToSer 4 3 Pending 0x3000 0xb54 0.11 0.3 0.9 RR 31 0 mksh 11 4 Pending 0x3000 0xa3c 0.12 0.0 0.0 RR 31 0 apphilogcat 12 5 Pending 0x3000 0xa3c 0.7 0.0 0.0 RR 31 0 foundation 24 5 Pending 0x3000 0x454 0.0 0.0 0.0 RR 15 0 thread1 25 5 Pending 0x3000 0x62c 0.2 0.0 0.0 RR 15 0 thread2 26 5 Pending 0x3000 0x49c 0.0 0.0 0.0 RR 15 0 thread3 27 5 Pending 0x3000 0x544 0.3 0.0 0.0 RR 1 0 thread4 28 5 Pending 0x3000 0x444 0.0 0.0 0.0 RR 15 0 thread5 29 5 Pending 0x3000 0x544 0.0 0.0 0.0 RR 22 0 thread6 30 5 Pending 0x3000 0x354 0.0 0.0 0.0 RR 15 0 thread7 31 5 Pending 0x3000 0x544 0.1 0.0 0.0 RR 7 0 thread8 32 5 Pending 0x3000 0x544 0.0 0.0 0.0 RR 7 0 thread9 33 5 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread10 34 5 Pending 0x3000 0x3d4 0.0 0.1 0.0 RR 22 0 thread11 13 6 Pending 0x3000 0xa3c 0.1 0.0 0.0 RR 31 0 bundle_daemon 17 6 Pending 0x3000 0x544 0.0 0.0 0.0 RR 15 0 thread1 18 6 Pending 0x3000 0x6e4 0.0 0.0 0.0 RR 7 0 thread2 42 6 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread3 14 7 Pending 0x3000 0xa3c 0.2 0.0 0.0 RR 31 0 appspawn 35 7 Pending 0x3000 0x544 0.0 0.0 0.0 RR 22 0 thread1 36 7 Pending 0x3000 0x544 0.0 0.0 0.0 RR 7 0 thread2 37 7 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread3 15 8 Ready 0x3000 0xa3c 2.7 2.32 2.45 RR 31 0 wms_server 19 8 Pending 0x3000 0x4a4 0.0 0.0 0.0 RR 7 0 thread1 20 8 Pending 0x3000 0x544 0.0 0.0 0.0 RR 22 0 thread2 21 8 Pending 0x3000 0x6e4 0.0 0.0 0.0 RR 7 0 thread3 22 8 Pending 0x3000 0x454 0.0 0.0 0.0 FIFO 30 0 thread4 23 8 Pending 0x3000 0x354 0.0 0.0 0.0 RR 31 0 thread5 43 8 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread6 16 9 Pending 0x3000 0xa3c 0.9 0.3 0.3 RR 31 0 softbus_server 38 9 Pending 0x3000 0x544 0.0 0.0 0.0 RR 22 0 thread1 39 9 Pending 0x3000 0x544 0.0 0.0 0.0 RR 7 0 thread2 40 9 Pending 0x3000 0x3ec 0.0 0.0 0.0 RR 7 0 thread3 41 9 Exit 0x3000 0x454 0.0 0.0 0.0 RR 31 0 thread4 44 13 Running 0x3000 0xa9c 0.0 0.0 0.0 RR 31 0 init ******Current process 13 vmm regions: ****** 0 -> regionBase: 0x1f800000 regionSize: 0x0004a000 1 -> regionBase: 0x1f84a000 regionSize: 0x00069000 2 -> regionBase: 0x1f8b3000 regionSize: 0x00002000 3 -> regionBase: 0x1f8b5000 regionSize: 0x00001000 4 -> regionBase: 0x1f8b6000 regionSize: 0x00005000 5 -> regionBase: 0x3ef00000 regionSize: 0x000ff000 6 -> regionBase: 0x3efff000 regionSize: 0x00001000 stack name cpu id stack addr total size used size ---------- ------ --------- -------- -------- svc_stack 0 0x40100000 0x2000 0x4e4 exc_stack 0 0x40102000 0x1000 0x0 system memcheck over, all passed! ``` **【恢复手段】:** **【出现概率】:问题出现次数/实际测试次数** 必现 **【定位信息】:** - 1. Log、截图、多媒体文件等,所有和问题有关的信息:
评论 (
2
)
登录
后才可以发表评论
状态
已完成
待办的
已确认
技术评审中
修复中
验收中
已完成
已取消
已拒绝
挂起
负责人
未设置
Harylee
harylee
负责人
协作者
+负责人
+协作者
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (236)
标签 (60)
master
weekly_20250825
weekly_20250901
weekly_20250908
OpenHarmony-5.0.3-Release
OpenHarmony-5.0.2-Release
OpenHarmony-6.0-Release
OpenHarmony_feature_20250702
OpenHarmony_feature_Release_20250728
weekly_20250602
weekly_20250609
weekly_20250616
weekly_20250623
weekly_20250630
weekly_20250707
weekly_20250714
weekly_20250721
weekly_20250728
weekly_20250804
weekly_20250811
weekly_20250818
OpenHarmony-4.1-Release
OpenHarmony-6.0-Beta1
OpenHarmony_feature_20250424
OpenHarmony_foundation_20250415
OpenHarmony_foundation_release_20250415
weekly_20250407
weekly_20250414
weekly_20250421
weekly_20250428
weekly_20250505
weekly_20250512
weekly_20250519
weekly_20250526
OpenHarmony-5.1.0-Release
OpenHarmony_feature_20250327
OpenHarmony_feature_20250328
OpenHarmony_feature_Release_20250411
OpenHarmony_feature_release_20250603
weekly_20250224
weekly_20250303
weekly_20250310
weekly_20250317
weekly_20250324
weekly_20250331
weekly_20250210
weekly_20250217
OpenHarmony_debug_20250219
OpenHarmony_debug_20250224
OpenHarmony_debug_20250227
weekly_20250120
weekly_20250127
weekly_20250203
weekly_20250106
weekly_20250113
weekly_20241230
OpenHarmony-5.0.0-Release
OpenHarmony-5.0.1-Release
weekly_20241209
weekly_20241216
weekly_20241223
OpenHarmony-4.0-Release
weekly_20241202
OpenHarmony_feature_20241121
weekly_20241118
weekly_20241125
OpenHarmony_UIPlugin_20250323
OpenHarmony_feature_202401017
OpenHarmony_feature_20241108
weekly_20241021
weekly_20241028
weekly_20241104
weekly_20241111
weekly_20241014
weekly_20240930
weekly_20241007
OpenHarmony_debug_20240926
weekly_20240923
weekly_20240909
weekly_20240916
weekly_20240902
weekly_20240826
OpenHarmony_debug_20240822
weekly_20240819
OpenHarmony-5.0-Release
OpenHarmony_ArkUI_Upstream_2024
OpenHarmony_debug_20240717
OpenHarmony_debug_20240815
weekly_20240722
weekly_20240729
weekly_20240805
weekly_20240812
weekly_20240715
OpenHarmony-5.0-Beta1
OpenHarmony_debug_20240603
OpenHarmony_debug_20240606
OpenHarmony_debug_20240704
weekly_20240603
weekly_20240610
weekly_20240617
weekly_20240624
weekly_20240701
weekly_20240708
kernel_from_master0513_20240515
weekly_20240513
weekly_20240520
weekly_20240527
kernel_from_weekly0422_20240511
weekly_20240401
weekly_20240408
weekly_20240415
weekly_20240422
weekly_20240429
weekly_20240506
weekly_20240318
weekly_20240325
weekly_20240212
weekly_20240219
weekly_20240226
weekly_20240304
weekly_20240311
OpenHarmony-4.1-Beta1
weekly_20231127
weekly_20231204
weekly_20231211
weekly_20231218
weekly_20231225
weekly_20240101
weekly_20240108
weekly_20240115
weekly_20240122
weekly_20240129
weekly_20240205
OpenHarmony-3.2-Release
weekly_20231017
weekly_20231024
weekly_20231031
weekly_20231107
weekly_20231114
weekly_20231120
weekly_20230912
weekly_20230919
weekly_20230926
weekly_20231003
weekly_20231010
weekly_20230905
monthly_20230815
weekly_20230801
weekly_20230808
weekly_20230815
weekly_20230822
weekly_20230829
OpenHarmony-4.0-Beta2
weekly_20230613
weekly_20230619
weekly_20230626
weekly_20230627
weekly_20230704
weekly_20230712
weekly_20230725
OpenHarmony-4.0-Beta1
weekly_20230523
weekly_20230530
weekly_20230606
weekly_20230516
weekly_20230509
weekly_20230425
weekly_20230502
weekly_20230404
weekly_20230411
weekly_20230418
weekly_20230321
weekly_20230328
monthly_20221018
weekly_20230307
weekly_20230314
weekly_20230228
weekly_20230221
weekly_20230214
weekly_20230207
weekly_20230131
weekly_20230124
weekly_20230117
weekly_20230110
OpenHarmony-3.2-Beta5
weekly_20221206
weekly_20221213
weekly_20221220
weekly_20221227
weekly_20230103
OpenHarmony-3.2-Beta4
weekly_20221129
OpenHarmony_1.0.1_release
OpenHarmony-3.2-Beta3
weekly_20221115
weekly_20221122
OpenHarmony-3.1-Release
OpenHarmony-3.0-LTS
weekly_20221108
weekly_20221101
weekly_20221018
weekly_20221025
weekly_20221011
monthly_20220816
feature_IDL_20220811
OpenHarmony-3.2-Beta2
weekly_20220628
weekly_20220621
monthly_20220614
weekly_20220614
OpenHarmony_filemanager_develop_20220614
OpenHarmony-3.1-API8-SDK-Public
OpenHarmony-3.2-Beta1
weekly_20220531
weekly_20220607
weekly_20220524
weekly_20220510
OpenHarmony_filemanager_develop_20220505
weekly_20220503
weekly_20220412
weekly_20220419
weekly_20220426
weekly_20220406
OpenHarmony-3.1-API9-SDK-Canary
weekly_20220222
weekly_20220301
weekly_20220201
weekly_20220208
weekly_20220215
weekly_20220125
weekly_20220118
weekly_20220111
weekly_20220105
OpenHarmony-3.1-Beta
OpenHarmony-2.2-Beta2
OpenHarmony-v2.2-Beta
OpenHarmony-v6.0-Release
OpenHarmony-v6.0-Beta1
OpenHarmony-v4.1.4-Release
OpenHarmony-v5.1.0-Release
OpenHarmony-v5.0.3-Release
OpenHarmony-v4.1.3-Release
OpenHarmony-v5.0.2-Release
OpenHarmony-v4.1.2-Release
OpenHarmony-v5.0.1-Release
OpenHarmony-v4.0.4-Release
OpenHarmony-v5.0.0-Release
OpenHarmony-v4.0.3-Release
OpenHarmony-v4.0.2-Release
OpenHarmony-v5.0-Beta1
OpenHarmony-v4.1-Release
OpenHarmony-v4.1.1-Release
OpenHarmony-v4.1-Beta1
master-v
weekly_20240115-v
OpenHarmony-v3.2.4-Release
OpenHarmony-v3.2.3-Release
OpenHarmony-v4.0-Release
OpenHarmony-v4.0.1-Release
OpenHarmony-v4.0-Beta2
OpenHarmony-v4.0-Beta1
OpenHarmony-v3.2-Release
OpenHarmony-v3.2.1-Release
OpenHarmony-v3.2.2-Release
OpenHarmony-v3.2-Beta5
OpenHarmony-v3.2-Beta4
OpenHarmony-v3.1.5-Release
OpenHarmony-v3.1.6-Release
OpenHarmony-v3.1.7-Release
OpenHarmony-v3.0.7-LTS
OpenHarmony-v3.0.8-LTS
OpenHarmony-v3.2-Beta3
OpenHarmony-v3.2-Beta2
OpenHarmony-v3.0.5-LTS
OpenHarmony-v3.0.6-LTS
OpenHarmony-v3.1.1-Release
OpenHarmony-v3.1.2-Release
OpenHarmony-v3.1.3-Release
OpenHarmony-v3.1.4-Release
OpenHarmony-v3.2-Beta1
OpenHarmony-v3.1-Release
OpenHarmony-v3.0.3-LTS
OpenHarmony-v3.0.2-LTS
OpenHarmony-v3.0.1-LTS
OpenHarmony-v3.1-Beta
OpenHarmony-v1.1.4-LTS
OpenHarmony-v1.1.5-LTS
OpenHarmony-v3.0-LTS
OpenHarmony-v1.1.3-LTS
OpenHarmony-v3.0-Beta1
OpenHarmony-v2.2-Beta2
OpenHarmony-v1.1.2-LTS
OpenHarmony-2.0-Canary
OpenHarmony-v1.1.1-LTS
OpenHarmony_release_v1.1.0
OpenHarmony-1.0
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
C
1
https://gitee.com/openharmony/kernel_liteos_a.git
git@gitee.com:openharmony/kernel_liteos_a.git
openharmony
kernel_liteos_a
kernel_liteos_a
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册