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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 8 May 2004 13:06:44 -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 bugzilla@lwillis.plus.com.

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

--- shadow/58194	2004-05-07 19:24:43.000000000 -0400
+++ shadow/58194.tmp.12889	2004-05-08 13:06:44.000000000 -0400
@@ -171,6 +171,35 @@
 Oh, I meant the variable for MCS (/usr/bin/mcs) in the Makefile, to
 override it on the commandline. Sorry for the confusion.
 
 Running this test (mcs test.cs) gives me a test.exe without any error.
 MONO_XMLSERIALIZER_THS isn't set anywhere.
 
+
+------- Additional Comments From bugzilla@lwillis.plus.com  2004-05-08 13:06 -------
+Here's the output of the test script on my system which works
+intermittently (See Below)
+
+[lee@littlebird src]$ mono test.exe
+DF:True
+THS: null
+[lee@littlebird src]$ wsdl AmazonSearchService.wsdl
+Mono Web Services Description Language Utility
+Writing file 'AmazonSearchService.cs'
+[lee@littlebird src]$ wsdl AmazonSearchService.wsdl
+Mono Web Services Description Language Utility
+Writing file 'AmazonSearchService.cs'
+System.InvalidOperationException: The process must exit before getting
+the requested information.
+in <0x0007a> 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)
+