[Mono-bugs] [Bug 358515] New: Wrong generation of locals type when one is a pointer to function

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 4 08:33:08 EST 2008


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


           Summary: Wrong generation of  locals type when one is a pointer
                    to function
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Cecil
        AssignedTo: jbevain at novell.com
        ReportedBy: andrea.ornstein at st.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=193038)
 --> (https://bugzilla.novell.com/attachment.cgi?id=193038)
Small application that renames an assembly using Cecil

I used cecil_copy.exe a realy small application that loads an assembly and
saves it with a different name using cecil
mono cecil_copy.exe <old_name> <new_name>

with the attached example val.dll I obtain a file that disassembled is
different from the original one
The types of the locals of function 'test' are wrong
They are corrupted after the local defined with type 'method int32 *(valuetype
my_vt *, int8)'

mono cecil_copy.exe val.dll val2.dll
monodis val.dll > val1.il
monodis val2.dll > val2.il
val1.il and val2.il differ


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