[Mono-bugs] [Bug 59325][Wis] New - WSDL is crashing randomly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 30 May 2004 16:42:01 -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 pablo@pablo.com.mx.
http://bugzilla.ximian.com/show_bug.cgi?id=59325
--- shadow/59325 2004-05-30 16:42:01.000000000 -0400
+++ shadow/59325.tmp.7756 2004-05-30 16:42:01.000000000 -0400
@@ -0,0 +1,77 @@
+Bug#: 59325
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: Debian SID
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.XML
+AssignedTo: lluis@ximian.com
+ReportedBy: pablo@pablo.com.mx
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: WSDL is crashing randomly
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When I run wsdl to generate WSDL code, the wsdl application crashes
+randomly but with different errors
+
+Steps to reproduce the problem:
+1. run wsdl http://pablo.com.mx/webservices/blog.php?wsdl
+
+Actual Results:
+Error #1:
+[unmada@pablo tests]$ wsdl http://pablo.com.mx/webservices/blog.php?wsdl
+Mono Web Services Description Language Utility
+Writing file 'MBloggyWS.cs'
+
+
+** (/usr/share/dotnet/bin/wsdl.exe:2524): WARNING **: : bogus daemon
+response, type 3
+
+
+** ERROR **: file handles.c: line 605 (_wapi_handle_ref): should not be reached
+aborting...
+
+
+Error #2:
+[unmada@pablo tests]$ wsdl http://pablo.com.mx/webservices/blog.php?wsdl
+Mono Web Services Description Language Utility
+Writing file 'MBloggyWS.cs'
+Segmentation Fault
+
+
+Expected Results:
+[unmada@pablo tests]$ wsdl http://pablo.com.mx/webservices/blog.php?wsdl
+Mono Web Services Description Language Utility
+Writing file 'MBloggyWS.cs'
+[unmada@pablo tests]$
+
+
+How often does this happen?
+Randomly.
+
+However the MBloggyWS.cs is created as you can see, but when I try to
+compile my client I get errors like Segmentation Faults or like error #1,
+also randomly
+
+Additional Information:
+Mono JIT compiler version 0.91, (C) 2002-2004 Novell, Inc and Contributors.
+www.go-mono.com
+ TLS: NPTL
+ GC: Included Boehm (with typed GC)
+ SIGSEGV : normal
+ Globalization: ICU
+
+Running Mono Beta 1.
+
+To view the WSDL schema:
+http://pablo.com.mx/webservices/blog.php?wsdl
+
+this code was working in pre-beta versions.