El mar, 24-02-2004 a las 11:57, J�rg Rosenkranz escribi�: > Hello all, > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Filip Brcic > > Sent: Monday, February 23, 2004 3:05 PM > > Subject: Re: [Mono-list] A Problem with XSP > > > > > > After some browsing of mono source code, I realized that shared > > handles are located in ~/.wapi directory and when the system > > crashed that directory got corrupt somehow. After I deleted it, > > everything works just fine, as it worked before :) > > > The shared handles storage in ~/.wapi seems to be still a bit unstable. > Is there any way to detect and repair a corrupted .wapi directory > instead of raising the "Shared memory sanity check failed." message?
I don't think it can be 'repaired', but Dick probably knows better. > > We're deleting it in the start script of our application, but that > works only because that's the only Mono app running in this user > context. You can also use the MONO_SHARED_DIR (man mono) environment variable so that your application has its own .wapi directory not shared with any other. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
