[Mono-bugs] [Bug 76450][Wis] New - Mono.Globalization compile error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 15 20:03:46 EDT 2005


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 hys545 at dreamwiz.com.

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

--- shadow/76450	2005-10-15 20:03:46.000000000 -0400
+++ shadow/76450.tmp.7841	2005-10-15 20:03:46.000000000 -0400
@@ -0,0 +1,137 @@
+Bug#: 76450
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: hys545 at dreamwiz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono.Globalization compile error
+
+Please fill in this template when reporting a bug, unless you know what you 
+are doing.
+Description of Problem:
+[root at localhost Mono.Globalization]# make clean
+make clean-local
+make[1]: Entering directory `/home/hys545/MONO/mcs/class/Mono.
+Globalization'
+rm -rf ../../class/lib/Mono.Globalization.dll MonoCultures.cs write-source.
+exe
+make[1]: Leaving directory `/home/hys545/MONO/mcs/class/Mono.Globalization'
+[root at localhost Mono.Globalization]# make
+make all-local
+make[1]: Entering directory `/home/hys545/MONO/mcs/class/Mono.
+Globalization'
+MONO_PATH="../../class/lib/default:$MONO_PATH" /usr/src/Haansoft/BUILD/
+mono/runtime/mono-wrapper --debug ../../class/lib/default/mcs.exe /
+codepage:28591 /r:mscorlib.dll /r:System.dll  -d:NET_1_1 -d:ONLY_1_1 -debug 
+/target:exe /out:write-source.exe write-source.cs
+write-source.cs(227,21): warning CS0219: The variable `i' is assigned but 
+its value is never used
+Compilation succeeded - 1 warning(s)
+/usr/src/Haansoft/BUILD/mono/runtime/mono-wrapper --debug write-source.exe
+./Data/af-ZA.xml
+./Data/af.xml
+./Data/ar-AE.xml
+./Data/ar-BH.xml
+./Data/ar-DZ.xml
+./Data/ar-EG.xml
+./Data/ar-IQ.xml
+./Data/ar-JO.xml
+./Data/ar-KW.xml
+./Data/ar-LB.xml
+./Data/ar-LY.xml
+./Data/ar-MA.xml
+./Data/ar-OM.xml
+./Data/ar-QA.xml
+./Data/ar-SA.xml
+./Data/ar-SY.xml
+./Data/ar-TN.xml
+./Data/ar-YE.xml
+./Data/ar.xml
+./Data/az-AZ-Cyrl.xml
+./Data/az-AZ-Latn.xml
+./Data/az.xml
+./Data/be-BY.xml
+./Data/be.xml
+./Data/bg-BG.xml
+./Data/bg.xml
+./Data/ca-ES.xml
+./Data/ca.xml
+./Data/cs-CZ.xml
+./Data/cs.xml
+./Data/da-DK.xml
+
+Unhandled Exception: System.ArgumentException: Arg_InvalidUTF8
+Parameter name: bytes
+in [0x003ca] System.Text.UTF8Encoding:InternalGetChars (System.Byte[] 
+bytes, Int32 byteIndex, Int32 byteCount, System.Char[] chars, Int32 
+charIndex, System.UInt32 leftOverBits, System.UInt32 leftOverCount, Boolean 
+throwOnInvalid, Boolean flush)
+in [0x0001a] (at /home/hys545/MONO/mcs/class/corlib/System.Text/
+UTF8Encoding.cs:753) System.Text.UTF8Encoding+UTF8Decoder:GetChars (System.
+Byte[] bytes, Int32 byteIndex, Int32 byteCount, System.Char[] chars, Int32 
+charIndex)
+in [0x0005e] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlInputStream.cs:165) System.Xml.NonBlockingStreamReader:ReadBuffer ()
+in [0x00086] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlInputStream.cs:209) System.Xml.NonBlockingStreamReader:Read (System.
+Char[] dest_buffer, Int32 index, Int32 count)
+in [0x0003c] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlTextReader.cs:1157) System.Xml.XmlTextReader:ReadTextReader (Int32 
+remained)
+in [0x00013] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlTextReader.cs:1103) System.Xml.XmlTextReader:PeekChar ()
+in [0x0004d] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlTextReader.cs:2639) System.Xml.XmlTextReader:ReadWhitespace ()
+in [0x00166] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlTextReader.cs:1220) System.Xml.XmlTextReader:ReadContent ()
+in [0x000f0] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlTextReader.cs:584) System.Xml.XmlTextReader:Read ()
+in [0x002f7] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlDocument.cs:895) System.Xml.XmlDocument:ReadNode (System.Xml.XmlReader 
+reader)
+in [0x0012f] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlDocument.cs:823) System.Xml.XmlDocument:ReadNode (System.Xml.XmlReader 
+reader)
+in [0x0012f] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlDocument.cs:823) System.Xml.XmlDocument:ReadNode (System.Xml.XmlReader 
+reader)
+in [0x0001b] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlDocument.cs:649) System.Xml.XmlDocument:Load (System.Xml.XmlReader 
+xmlReader)
+in [0x0001d] (at /home/hys545/MONO/mcs/class/System.XML/System.Xml/
+XmlDocument.cs:622) System.Xml.XmlDocument:Load (System.String filename)
+in [0x00007] (at /home/hys545/MONO/mcs/class/Mono.Globalization/write-
+source.cs:190) ClassWriter:Load (System.String file)
+in [0x0005e] (at /home/hys545/MONO/mcs/class/Mono.Globalization/write-
+source.cs:237) Driver:Main ()
+make[1]: *** [MonoCultures.cs] Error 1
+make[1]: Leaving directory `/home/hys545/MONO/mcs/class/Mono.Globalization'
+make: *** [do-all] Error 2
+
+
+Steps to reproduce the problem:
+1.  i use mono-svn-51753
+
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list