[Mono-bugs] [Bug 655497] New: Reflection.Emit usage causes SIGBUS from ves_icall_System_Delegate_CreateDelegate_internal

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 23 09:01:21 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=655497

https://bugzilla.novell.com/show_bug.cgi?id=655497#c0


           Summary: Reflection.Emit usage causes SIGBUS from
                    ves_icall_System_Delegate_CreateDelegate_internal
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.8.x
          Platform: x86-64
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: JIT
        AssignedTo: lupus at novell.com
        ReportedBy: brajkovic at comcast.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=401793)
 --> (http://bugzilla.novell.com/attachment.cgi?id=401793)
Repro code

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-us)
AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5

Compiling the attached source file with vbnc from Mono 2.8.1 produces a
correctly compiled executable, but running it on OS X produces a sigbus inside
ves_icall_System_Delegate_CreateDelegate_internal. Running the same file on
Mono 2.6.4 on Linux and Mono 2.8.x on Linux produces the correct result of
857419840.

Reproducible: Always

Steps to Reproduce:
1. Compile attached VB source
2. Run produced .exe
Actual Results:  
SIGBUS in ves_icall_System_Delegate_CreateDelegate.

Expected Results:  
Program should print out 857419840.

-- 
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