[Mono-list] Thread 802600 has exited with leftover thread-specific data after 4 destructor iterations exception

Robert Jordan robertj at gmx.net
Tue Jun 16 07:08:49 EDT 2009


Andrus Moor wrote:
>> This is a harmless warning. You can get rid of it by removing
>> /tmp/www-data-temp-aspnet-0 and starting over.
> 
> This is not harmless: it stops web service execution.
> I have no rights to remove this directory in ISP server.

You have the rights implicitly. Write a page or WS method
that performs

System.IO.Directory.Move("/tmp/www-data-temp-aspnet-0",
	/tmp/www-data-temp-aspnet-0.old");

and restart mod-mono.

Robert



More information about the Mono-list mailing list