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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
