summary refs log tree commit diff stats
path: root/results/scraper/fex/12
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/12')
-rw-r--r--results/scraper/fex/127
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/fex/12 b/results/scraper/fex/12
new file mode 100644
index 000000000..b22e1a84b
--- /dev/null
+++ b/results/scraper/fex/12
@@ -0,0 +1,7 @@
+Syscall emulation has incorrect global mutex
+There is a scoped mutex at the top of the syscall handling function.

+This is incorrect and causes the application to stall once threading kicks in.

+Should be removed and only have a mutex on things that actually need it.

+Can be done alongside syscall cleanup.

+

+I think skmp wanted to have a go at this?
\ No newline at end of file