[Mono-bugs] [Bug 544178] New: gmcs creating broken module

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 4 04:27:39 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=544178


           Summary: gmcs creating broken module
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: kacu at o2.pl
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Description of Problem:
gmcs is creating broken module image( -t:module) when source contains
assembly:AssemblyKeyFile annotation with key file
It seems to me that first 0x80 bytes of image are garbage. Rest of image looks
same as good image produced from source with commented out AssemblyKeyFile
reference. Size of broken and good image are same. In ms csc this problem
doesn't exist.


Steps to reproduce the problem:
1. Create source with [assembly:AssemblyKeyFile("keyFile.snk")] and key file
2. gmcs -t:module source.cs


Actual Results:
Partially broken image


Expected Results:
Good image


How often does this happen? 
Always

Additional Information:

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list