[Mono-bugs] [Bug 33671][Maj] Changed - mono sometimes aborts with message about wapi_...

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Oct 2003 15:28:51 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by javierdiazm@yahoo.com.mx.

http://bugzilla.ximian.com/show_bug.cgi?id=33671

--- shadow/33671	2003-07-23 14:55:08.000000000 -0400
+++ shadow/33671.tmp.16617	2003-10-22 15:28:51.000000000 -0400
@@ -180,6 +180,42 @@
 own anyway.
 
 
 
 ------- Additional Comments From dick@ximian.com  2003-07-23 14:55 -------
 Fix is in CVS now.
+
+------- Additional Comments From javierdiazm@yahoo.com.mx  2003-10-22 15:28 -------
+I can reproduce this bug on mono-0.28-1.ximian.6.1 running xsp-0.6 on rh9
+
+xsp threw me this stack trace until I deleted ~/.wapi
+
+System.Web.HttpException:  --->
+System.ComponentModel.Win32Exception: Some sort of w32 error occurred: 3
+in <0x00308> System.Diagnostics.Process:Start_common
+(System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process)
+in <0x00016> System.Diagnostics.Process:Start ()
+in <0x0005d> (wrapper remoting-invoke-with-check)
+System.Diagnostics.Process:Start ()
+in <0x001fd>
+Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch
+(System.CodeDom.Compiler.CompilerParameters,string[],bool)
+in <0x0005e>
+Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFile
+(System.CodeDom.Compiler.CompilerParameters,string)
+in <0x00138> System.Web.Compilation.CachingCompiler:Compile
+(string,string,System.Web.Compilation.WebServiceCompiler)
+in <0x001ba>
+System.Web.Compilation.WebServiceCompiler:GetCompiledType ()
+in <0x00038>
+System.Web.Compilation.WebServiceCompiler:CompileIntoType
+(System.Web.UI.SimpleWebHandlerParser)
+in <0x00040> System.Web.UI.WebServiceParser:GetCompiledType
+(string,System.Web.HttpContext)
+in <0x0002f>
+System.Web.Services.Protocols.WebServiceHandlerFactory:GetHandler
+(System.Web.HttpContext,string,string,string)
+in <0x001aa> System.Web.HttpApplication:CreateHttpHandler
+(System.Web.HttpContext,string,string,string)
+in <0x0011f> .CreateHandlerState:Execute ()
+in <0x0006f> .StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)