[Mono-bugs] [Bug 72544][Nor] Changed - mcs crashes with Mono.CSharp.InternalErrorException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 07:23:09 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72544
--- shadow/72544 2005-02-14 07:20:44.000000000 -0500
+++ shadow/72544.tmp.8723 2005-02-14 07:23:09.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 72544
-Product: Mono: Compilers
+Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details: ubuntu/ppc hoary
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
-Component: C#
+Priority: Normal
+Component: misc
AssignedTo: rharinath@novell.com
ReportedBy: grompf@sublimeintervention.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -69,6 +69,33 @@
------- Additional Comments From rharinath@novell.com 2005-02-14 07:20 -------
Created an attachment (id=14208)
Simple test program reflecting the methods of System.Int32&
+
+------- Additional Comments From rharinath@novell.com 2005-02-14 07:23 -------
+Given the attached testcase, .NET doesn't print anything.
+
+hari@blr-mono-server ~
+$ ./ref1.exe
+
+hari@blr-mono-server ~
+$ mono.bat ./ref1.exe
+Base type is System.ValueType
+Int32 CompareTo(System.Object):15429704
+Boolean Equals(System.Object):15429864
+Int32 GetHashCode():15430000
+System.String ToString():15433224
+System.String ToString(IFormatProvider):15433312
+System.String ToString(System.String):15413440
+System.String ToString(System.String, IFormatProvider):15413576
+TypeCode GetTypeCode():15413736
+System.Type GetType():15176032
+Int32 Parse(System.String):15430112
+Int32 Parse(System.String, IFormatProvider):15430272
+Int32 Parse(System.String, NumberStyles):15430424
+Int32 Parse(System.String, NumberStyles, IFormatProvider):15433016
+Boolean Equals(System.Object, System.Object):15168440
+Boolean ReferenceEquals(System.Object, System.Object):15176336
+
+So, not a compiler bug.