[Mono-bugs] [Bug 82490][Min] Changed - ContextStatic variable initializer doesn't work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 20 08:52:18 EDT 2007


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 robertj at gmx.net.

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

--- shadow/82490	2007-08-20 08:10:12.000000000 -0400
+++ shadow/82490.tmp.25755	2007-08-20 08:52:18.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82490
 Product: Mono: Runtime
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: amd64
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Minor
 Component: remoting
 AssignedTo: lluis at ximian.com                            
 ReportedBy: jan.oravec at 6com.sk               
 QAContact: mono-bugs at ximian.com
@@ -164,6 +164,15 @@
 It seems that problem happens only during first initialization of
 ContextStatic variable.
 
 Lowering priority, as this happens only when using initializers with
 [ContextStatic] which has quite unusable semantic.
 
+
+------- Additional Comments From robertj at gmx.net  2007-08-20 08:52 -------
+You've just experienced "beforefieldinit"
+
+see http://www.yoda.arachsys.com/csharp/beforefieldinit.html
+
+This is "by design" as well and not-a-bug. You can repro it
+w/out contexts.
+


More information about the mono-bugs mailing list