设备环境:虚拟机、应用版本:v0.1.55
BUG现象:新装飞牛 os,然后从应用中心安装“文件快照”应用,该应用打不开。
出现频率:必现
联系方式:374群-ailuo
日志文件:
2025/12/22 16:34:07 Starting ...
2025/12/22 16:34:07 start_daemon Service is not running, starting the service...
2025/12/22 16:34:07 start_daemon Service started successfully, PID: 2603, PID file: /usr/local/apps/@appdata/trim.snapshots/trim.snapshots.pid
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 1: ELF�@2@@��F@8: not found
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 1: cannot open : No such file
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 1: cannot open X�}X�}���@�@��: No such file
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 1: �}: not found
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 1: cannot open : No such file
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 1: �}�: not found
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 2: cannot open X�: No such file
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 1: .@: not found
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 4: ~: not found
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: 5: Syntax error: "(" unexpected
2025/12/22 16:34:12 status_daemon PID service does not exist: 2603
2025/12/22 16:34:12 status_daemon Attempting to find the running process using the target binary path...
2025/12/22 16:34:12 status_daemon Target process not found running
2025/12/22 16:34:17 status_daemon PID service does not exist: 2603
2025/12/22 16:34:17 status_daemon Attempting to find the running process using the target binary path...
2025/12/22 16:34:17 status_daemon Target process not found running
2025/12/22 16:34:47 status_daemon PID service does not exist: 2603
2025/12/22 16:34:47 status_daemon Attempting to find the running process using the target binary path...
2025/12/22 16:34:47 status_daemon Target process not found running
2025/12/22 16:35:47 status_daemon PID service does not exist: 2603
2025/12/22 16:35:47 status_daemon Attempting to find the running process using the target binary path...
2025/12/22 16:35:47 status_daemon Target process not found running
执行以下命令后,看到安装的是 ARM 架构的“文件快照”
file /usr/local/apps/@appcenter/trim.snapshots/trim-snapshots
输出为
/usr/local/apps/@appcenter/trim.snapshots/trim-snapshots: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2a41f0fa8f1f5731c014d2f15fd2aa31a99a6879, for GNU/Linux 3.7.0, stripped
该 BUG 是错误将 ARM 架构的“文件快照”安装包传到 x64_86 架构中去了。。。
希望尽快修复

