[Mono-bugs] [Bug 73638][Maj] New - XML Serialization crashes on Windows XP

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Mar 2005 19:21:02 -0500 (EST)


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 projects@saring.de.

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

--- shadow/73638	2005-03-12 19:21:02.000000000 -0500
+++ shadow/73638.tmp.26361	2005-03-12 19:21:02.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 73638
+Product: Mono: Runtime
+Version: unspecified
+OS: Windows XP
+OS Details: SP 2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: JIT
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: projects@saring.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XML Serialization crashes on Windows XP
+
+Hi,
+
+I have another problem with Mono on Windows XP, on Linux everything works
+fine. Maybe this is related to bug# 73637 I've reported also today.
+
+The problem is, that when I'm using the XML Serializer on a simple class,
+which just contains string and one Gdk.Size members, the application
+crashed on reading and writing of the object from or to XML file. There's
+no error message, there will just come a message box, which asks, whether I
+want to send a error report to Microsoft :-)
+
+This problem is only present, when I use the mint interpreter. When using
+the mono JIT it works fine. But because of the bug# 73637 I'm forced to use
+mint right now.
+
+I'll atach again a test application, so you can reproduce and test this
+problem. You simply can use the compile.bat script for compiling and
+run.bat for launching (there you can select between mono and mint). 
+
+I had this problem with these 2 Windows installations:
+
+mono-1.0.6-gtksharp-1.9.2-win32-0.3.exe
+mono-1.1.4-gtksharp-1.9.2-win32-0.2.exe
+
+It would be great, when this problem could also be fixed...
+
+Thanks again,
+Stefan