[Mono-bugs] [Bug 58215][Wis] New - WSDL/Mono Bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 15:32:43 -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 code_monkey@gooeylinux.org.

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

--- shadow/58215	2004-05-07 15:32:43.000000000 -0400
+++ shadow/58215.tmp.3453	2004-05-07 15:32:43.000000000 -0400
@@ -0,0 +1,55 @@
+Bug#: 58215
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: code_monkey@gooeylinux.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: WSDL/Mono Bug
+
+Description of Problem:
+With the latest mono (beta 1), Muine fails to build. The code in question
+has not be changed in months and everyone is out of ideas so I thought I'd
+file a bug here incase its a mono bug.
+
+wsdl ./AmazonSearchService.wsdl
+Mono Web Services Description Language Utility
+System.InvalidOperationException: Process has not been started.
+in <0x0003b> System.Diagnostics.Process:get_ExitCode ()
+in <0x00050> (wrapper remoting-invoke-with-check)
+System.Diagnostics.Process:get_ExitCode ()
+in <0x00239> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch
+(System.CodeDom.Compiler.CompilerParameters,string[],bool)
+in <0x00055> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFile
+(System.CodeDom.Compiler.CompilerParameters,string)
+in <0x0051c>
+System.Xml.Serialization.XmlSerializer:RunSerializerGenerationAux (object)
+in <0x0001b> System.Xml.Serialization.XmlSerializer:RunSerializerGeneration
+(object)
+ 
+Writing file 'AmazonSearchService.cs'
+make[2]: *** [AmazonSearchService.cs] Segmentation fault
+make[2]: *** Deleting file `AmazonSearchService.cs'
+
+Steps to reproduce the problem:
+1. compile mono-0.91
+2. compile Muine's deps
+3. compile Muine 0.6.0
+
+Actual Results:
+creation of AmazonSearchService.cs seg faults
+
+Expected Results:
+AmazonSearchService.cs is created and compiled
+
+How often does this happen? 
+Almost everytime (it worked once)