You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/fm_fvp/fvp.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,13 @@ A visualization of the FVP will also be displayed.
71
71
Terminate the FVP with `Ctrl+C`.
72
72
73
73
{{% notice %}}
74
-
It can happen that you run into an enablement issue related to the stack:
74
+
You might run into an enablement issue related to the stack:
75
75
```
76
76
cannot enable executable stack as shared object requires: Invalid argument
77
77
```
78
-
This stems from the status of the the exec flag, and you need to clear it as a workaround. Use the `execstack` tool on each of the runtime binaries in the error trace.
78
+
This stems from the status of the the exec flag, a security feature which helps prevent certain types of buffer overflow attacks. FVPs use just-in-time compilation and require an executable stack to function properly.
79
+
80
+
You can a workaround this error using `execstack` on each of the runtime binaries in the error trace.
0 commit comments