http://bugzilla.novell.com/show_bug.cgi?id=532568
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=532568#c7 --- Comment #7 from Darren Davis <[email protected]> 2009-08-20 13:32:59 MDT --- More info from the partner: I changed GetNextFreeProxyThread to throw a general Exception rather than the VQ one: throw new Exception("GetNextFreeProxyThread: no free proxy Threads"); and got the exception I suspected (below). The question is therefore why do we run out of proxy threads on mono? ProcessASXmlRequest:(entry). Node Name = VQSystem.LeakTest.Request ProcessASXmlRequest:CoreLock obtained LeakTest accountId:255 not found Return:<?xml version="1.0" encoding="utf-16"?><VQProxy_XML_API><Version>5.0.37.0</Version><Response><VQ System.LeakTest.Response><ResultData><![CDATA[System.Xml.XmlDataDocument]]>< /ResultData><ReturnValue>OK</ReturnValue></VQSystem.LeakTest.Response></Resp onse></VQProxy_XML_API> ProcessASXmlRequest:(exit). Node Name = VQSystem.LeakTest.Request ProcessASXmlRequest:CoreLock released ProxyListener:Exception:GetNextFreeProxyThread: no free proxy Threads ProxyListener:Exception: at VQ.TestApp.GetNextFreeProxyThread () [0x00000] at VQ.TestApp.ProxyListener () [0x00000] -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
