[Mono-bugs] [Bug 58194][Wis] New - Wsdl segfaults translating AmazonSearchService.wsdl from muine-0.6.0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 07:48:45 -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 mpol@gmx.net.

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

--- shadow/58194	2004-05-07 07:48:45.000000000 -0400
+++ shadow/58194.tmp.28515	2004-05-07 07:48:45.000000000 -0400
@@ -0,0 +1,59 @@
+Bug#: 58194
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Mandrake Cooker (post 10.0)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mpol@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Wsdl segfaults translating AmazonSearchService.wsdl from muine-0.6.0
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Wsdl segfaults translating AmazonSearchService.wsdl from muine-0.6.0:
+
+$ wsdl AmazonSearchService.wsdl
+Mono Web Services Description Language Utility
+Writing file 'AmazonSearchService.cs'
+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)
+ 
+Segmentation fault
+
+
+Steps to reproduce the problem:
+1. get muine from http://muine.gooeylinux.org/
+2. Compile with usual commands.
+3. wsdl AmazonSearchService.wsdl will segfault
+
+Actual Results:
+Segfault
+
+Expected Results:
+Code generation
+
+How often does this happen? 
+Always
+
+Additional Information:
+Mono 0.91 on Mandrake Cooker. This worked fine on Mono 0.31 (with muine
+0.5.3 at least, which breaks on mono 0.91 also).