blob: 4c9c98cf368dd79e6f64dc51ec40d5cd9da87111 (
plain) (
blame)
1
2
3
|
The assertion failure `cpu_exec: Assertion !have_mmap_lock() failed` indicates an issue related to memory management during execution, specifically involving mmap locks and CPU state handling. This falls under **runtime** errors as it pertains to the execution environment and resource management within QEMU.
runtime
|