[Mono-bugs] [Bug 74932][Wis] Changed - Cast fails under MacOS 10.4
when it should succeed.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 1 09:37:38 EST 2006
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 benoit at zeroc.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74932
--- shadow/74932 2006-02-01 09:30:39.000000000 -0500
+++ shadow/74932.tmp.7145 2006-02-01 09:37:38.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 74932
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details: Mac OS 10.4
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: JIT
AssignedTo: mono-bugs at ximian.com
ReportedBy: matthew at zeroc.com
QAContact: mono-bugs at ximian.com
@@ -162,6 +162,40 @@
------- Additional Comments From benoit at zeroc.com 2006-02-01 09:30 -------
Created an attachment (id=16436)
testcase for the bug
+
+------- Additional Comments From benoit at zeroc.com 2006-02-01 09:37 -------
+Hi,
+
+I'm reopening as it is still an issue with Mono 1.1.13.2 on Mac OS X 10.4.4.
+
+This time, I managed after quite some time to reproduce the bug with a simple test case.
+
+The test case is basically the same as the one above except that I now throw after the
+second Console.WriteLine and I've added a bunch of code after the test (without all this
+code it doesn't fail!). I hope you can reproduce it too.
+
+Here's what I get on my machine:
+----
+powerbook:~/Devel/src/icecs$ uname -a
+Darwin powerbook.local 8.4.0 Darwin Kernel Version 8.4.0: Tue Jan 3 18:22:10 PST 2006;
+root:xnu-792.6.56.obj~1/RELEASE_PPC Power Macintosh powerpc
+powerbook:~/Devel/src/icecs$ mono -V
+Mono JIT compiler version 1.1.13.2, (C) 2002-2005 Novell, Inc and Contributors.
+www.mono-project.com
+ TLS: normal
+ GC: Included Boehm (with typed GC)
+ SIGSEGV : normal
+powerbook:~/Devel/src/icecs$ mcs -debug Test2.cs
+powerbook:~/Devel/src/icecs$ mono --debug Test2.exe
+B
+B
+
+Unhandled Exception: System.Exception: Exception of type System.Exception was thrown.
+in [0x00028] (at /Users/benoit/Devel/src/icecs/Test2.cs:19) X:Main ()
+----
+
+Cheers,
+Benoit.
More information about the mono-bugs
mailing list