blob: d1d2a486cf06b844bee44f8a854d2c2c9a33a296 (
plain) (
blame)
1
2
3
|
The issue arises during the execution of a multi-threaded test case when using qemu's linux-user mode for RISC-V64. The crash occurs in QOM (QEMU Object Model) path canonicalization during a `do_fork()` call that invokes `cpu_create`. This suggests a problem related to object lifecycle management or property setting in QOM, which is part of the runtime environment.
runtime
|