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

Andrus Moor kobruleht2 at hot.ee
Mon May 18 12:07:54 EDT 2009


I'm compiling C# scripts dynamically in asmx web service using 
http://www.csscript.net

Every second csscript Compile() method call causes exception

0:0 Thread 802600 has exited with leftover thread-specific data after 4 
destructor iterations

How to fix this ?
Assemblies are created in VWDExpress 2008 and are running under FreeBSD with 
mod_mono  + mono 2.4
How to enable line numbers in stack trace ?

Andrus.

System.ApplicationException: 0:0 Thread 802600 has exited with leftover 
thread-specific data after 4 destructor iterations
  at csscript.CSExecutor.Compile (System.String scriptFileName) [0x00000]
  at csscript.CSExecutor.Compile (System.String scriptFile, System.String 
assemblyFile, Boolean debugBuild) [0x00000]
  at CSScriptLibrary.CSScript.Load (System.String scriptFile, System.String 
assemblyFile, Boolean debugBuild, System.String[] refAssemblies) [0x00000]
  at CSScriptLibrary.CSScript.LoadCode (System.String scriptText, 
System.String assemblyFile, Boolean debugBuild, System.String[] 
refAssemblies) [0x00000]
... 



More information about the Mono-list mailing list