Closed chengchen666 closed 5 months ago
Log file
[INFO] [0/18342] get signal 28, action is SignalFaultInfo { Signo: 1c, Errno: 0, Code: 80, _r: 0, addr: 0, lsb: 0 }
[ERROR] [0/23995] ReadContent for file /sys/devices/system/cpu/cpu0/topology/cluster_id open fail with error Os { code: 2, kind: NotFound, message: "No such file or directory" }
[Print] [3/4340140000|0] get panic : Some(called `Result::unwrap()` on an `Err` value: SysError(2))
[Print] [3/4340140000|0] panic occurred in file 'src/qlib/kernel/fs/sys/devices.rs' at line 96
[Print] [3/4340140000|0] ExceptionHandler frame is Frame {
rbp: 0x434015e640,
rsp: 0x434015e510,
rip: 0x40000c7e10,
}
the issue fix has been merged with PR https://github.com/QuarkContainer/Quark/pull/1303.
Relates to recent change of commit 33d4bdf4b2c65c1605f69c31994f73ad59edbd36 and previous two. Quark panic because my machine does not have cluster thing.
I just comment out these cluster_id, cluster_cpus and cluster_cpus_list thing, quark not works.