[Mono-bugs] [Bug 679467] New: .cctors run in incorrect order

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 14 13:25:21 EDT 2011


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: lupus at novell.com
        ReportedBy: jeroen at sumatra.nl
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list