<div style="FONT-FAMILY: Arial; COLOR: #000000; FONT-SIZE: 12px"><DIV>Hi,</DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>While using Mod_managed and when the threads get to about 4000 threads I keep getting "An exception came from the CLR" in a unknown module.</DIV><DIV>&nbsp;</DIV><DIV>I have error handling on all my c# code and I have tired to debug the dump looking for the problem.</DIV><DIV>Today I saw a new error saying Fault module name mod_sofia,dll</DIV><DIV>&nbsp;</DIV><DIV>I really have no idea where the Unhandled exception is. I even put this code to try to find it</DIV><DIV>&nbsp;</DIV><DIV><SPAN class=type>AppDomain</SPAN>.CurrentDomain.<STRONG>UnhandledException</STRONG> += <SPAN class=keyword>new</SPAN> <SPAN class=type>UnhandledExceptionEventHandler</SPAN>(CurrentDomain_UnhandledException);</DIV><DIV>&nbsp;</DIV><DIV>however nothing ever fires.&nbsp; Can I assume since the error is from the CLR it could be the Mod_Manged dll?&nbsp; Is the Sofia throwing an exception to mod_managed then the app crashes?</DIV><DIV>&nbsp;</DIV><DIV>I really need help here to stop the crash and how to stop it.</DIV><DIV>Thanks</DIV><DIV>Andre</DIV></div>