[Mono-bugs] [Bug 71375][Nor] Changed - the runtime gives incomplete exception stack trace

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 19 Jan 2005 13:38:14 -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 atsushi@ximian.com.

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

--- shadow/71375	2005-01-19 12:42:32.000000000 -0500
+++ shadow/71375.tmp.1731	2005-01-19 13:38:14.000000000 -0500
@@ -86,6 +86,45 @@
 How often does this happen? 
 Happens at least on this windows box.
 
 ------- Additional Comments From vargaz@gmail.com  2005-01-19 12:42 -------
 I can't repro this, no exception is thrown at all using the latest
 runtime&class libs.
+
+------- Additional Comments From atsushi@ximian.com  2005-01-19 13:38 -------
+Oops, sorry. Then change 70961.xml as:
+
+
+<?xml version="1.0" encoding="shift_jis"?>
+<DataSet>
+  <xs:schema xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
+id="Quota"
+xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+    <xs:element name="Quota" msdata:IsDataSet="true"
+msdata:Locale="ja-JP">
+      <xs:complexType>
+        <xs:choice maxOccurs="unbounded">
+          <xs:element name="Dimension">
+            <xs:complexType>
+              <xs:attribute use="required" type="xs:int" name="Number" />
+              <xs:attribute use="required" type="xs:string"
+name="Title" />
+            </xs:complexType>
+          </xs:element>
+        </xs:choice>
+      </xs:complexType>
+      <xs:unique name="PK_Dimension" msdata:PrimaryKey="true">
+        <xs:selector xpath=".//Dimension" />
+        <xs:field xpath="@Number" />
+      </xs:unique>
+    </xs:element>
+  </xs:schema>
+  <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
+xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
+    <Quota>
+      <Dimension diffgr:id="Dimension1" msdata:rowOrder="0" Number="0"
+Title="Hospitals" />
+      <Dimension diffgr:id="Dimension2" msdata:rowOrder="1" Number="0"
+Title="Doctors" />
+    </Quota>
+  </diffgr:diffgram>
+</DataSet>