[Mono-bugs] [Bug 69958][Nor] Changed - Improper setter compiles but SEGs when run.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Nov 2004 10:21:22 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=69958
--- shadow/69958 2004-11-27 11:34:56.000000000 -0500
+++ shadow/69958.tmp.18443 2004-11-29 10:21:22.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 69958
-Product: Mono: Compilers
-Version: 1.0
-OS:
+Product: Mono: Runtime
+Version: 1.1
+OS: unknown
OS Details: Gentoo 2004.3
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
-Component: C#
+Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jon@norman.k12.ok.us
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -55,6 +55,18 @@
}
------- Additional Comments From jon@norman.k12.ok.us 2004-11-27 11:34 -------
Created an attachment (id=13327)
C# source produces bug
+
+------- Additional Comments From marek.safar@seznam.cz 2004-11-29 10:21 -------
+Hello,
+
+it is not a bug.
+You code crash on StackOverflowException in
+
+ public int i {
+ set { i = value; }
+ }
+
+However the runtime should report this exception.