dolphin/Source/Core
comex eaacf10f71 Fix an idiotic race condition when starting games in multiple Dolphin instances at the same time on Unix.
MemArena mmaps the emulated memory from a file in order to get the same
mapping at multiple addresses.  A file which, formerly, was located at a
static filename: it was unlinked after creation, but the open did not
use O_EXCL, so if two instances started up on the same system at just
the right time, they would get the same memory.  Naturally, this caused
extremely mysterious crashes, but only in Netplay, where the game is
automatically started when the client receives a broadcast from the
server, so races are actually quite likely.

And switch to shm_open, because it fits the bill better and avoids any
issues with using /tmp.
2013-12-10 16:20:52 -05:00
..
AudioCommon Re-plumb window handle to the dsound backend. 2013-11-07 09:24:56 -08:00
Common Fix an idiotic race condition when starting games in multiple Dolphin instances at the same time on Unix. 2013-12-10 16:20:52 -05:00
Core Revert "jit: change our linking module to be able to handle arbitrary exit addresses" 2013-11-25 16:56:04 -06:00
DiscIO fixed issue 6852. 2013-12-07 16:07:47 +09:00
DolphinWX Fix an idiotic race condition when starting games in multiple Dolphin instances at the same time on Unix. 2013-12-10 16:20:52 -05:00
InputCommon Merge branch 'master' into android-new-control-input-overlay 2013-11-24 16:12:00 -06:00
VideoBackends OpenGL: disable shader cache when ShaderDebugging is enabled 2013-12-09 16:45:20 +01:00
VideoCommon VideoCommon: remove outdated copy of OGL::VertexManager::vFlush 2013-12-09 23:49:09 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00