Commited Fri. April 06, 2007 at 01:21:09 AM EDT
fixing crash on shutdown due to string in shared memory allocating memory it can't free when destructed from a different process
Now reserving memory at launch pre-fork so each process will have its own allocation it can free.
May still be a problem e.g. that Motion won't pickup changes made from Simulator, but current usage doesn't support changes to the strings in question after launch anyhow.