blob: 950905855c98e0227d3a07fb758b1e41ad260a82 (
plain) (
blame)
1
2
3
|
The issue arises during the execution of a binary compiled for ARM Cortex-M3 using qemu-arm in linux-user mode. The error message indicates an assertion failure related to memory address limits. This points to a problem occurring at runtime when QEMU tries to set page flags, which is unrelated to specific instructions or system calls.
runtime
|