blob: bc333f316a67c720aa0e46e90b9344c27ec92a52 (
plain) (
blame)
1
2
3
|
runtime
The issue described involves the behavior of `qemu-user-static` at startup time and how it handles memory mapping, influenced by configuration changes (like increased `guest_size`) and build characteristics (such as ASLR being disabled for static builds). The problem arises during runtime when trying to map certain address spaces within a dynamically executing environment.
|