https://bugzilla.novell.com/show_bug.cgi?id=679467
https://bugzilla.novell.com/show_bug.cgi?id=679467#c0 Summary: .cctors run in incorrect order Classification: Mono Product: Mono: Runtime Version: 2.10.x Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: JIT AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=419194) --> (http://bugzilla.novell.com/attachment.cgi?id=419194) Repro User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) In the attached program the class constructors run in incorrect order. Note that this can be worked around by using --optimize=shared. Reproducible: Always Steps to Reproduce: 1. mcs test.cs 2. mono test.exe Actual Results: B A Expected Results: A B -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
