summary refs log tree commit diff stats
path: root/results/scraper/fex/571
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/571')
-rw-r--r--results/scraper/fex/5719
1 files changed, 9 insertions, 0 deletions
diff --git a/results/scraper/fex/571 b/results/scraper/fex/571
new file mode 100644
index 000000000..b2a5d0717
--- /dev/null
+++ b/results/scraper/fex/571
@@ -0,0 +1,9 @@
+Execve fails due to /proc/self/exe usage
+We determine if we are in "Interpreter" mode by checking application executable name to be FEXInterpreter.

+Interpreter mode is necessary since we need to ignore arguments passed in since it breaks execution in a lot of cases.

+

+`/proc/self/exe` sees through our softlink to FEXLoader which means we lose the determination that we are the interpreter.

+

+We have two options.

+- Disable all argument loading and just use FEXConfig for option setting.

+- Do a hardlink install to FEXLoader
\ No newline at end of file