diff options
Diffstat (limited to 'results/scraper/fex/1681')
| -rw-r--r-- | results/scraper/fex/1681 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/scraper/fex/1681 b/results/scraper/fex/1681 new file mode 100644 index 000000000..8fd62462a --- /dev/null +++ b/results/scraper/fex/1681 @@ -0,0 +1,8 @@ +std::shared_mutexes can't be safelly locked across forks +I run into this as part of #1558. + +If they are locked before fork, then after fork they may or may not lockup on next lock, semi-randomly. + +Looks like we need to roll our own `shared_mutex` implementation. + +In general in need a gameplan for fork safety of FEXCore / Syscalls code \ No newline at end of file |