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


           Summary: FileVersionInfo does not work on amd64
           Product: Mono: Runtime
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: io-layer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


The FileVersionInfo tests in corlib fail on amd64:
http://mono.ximian.com/monobuild/builds/HEAD/sles-9-x86_64/mono/99502/logs/test-profiles.log

This is because of this definition in versioninfo.h:

#if SIZEOF_VOID_P == 8
typedef WapiImageOptionalHeader64       WapiImageOptionalHeader;
#else
typedef WapiImageOptionalHeader32       WapiImageOptionalHeader;
#endif

The structure used should not be decided by what host the program is running
on,
but by the type of the PE file: pe32 or pe64.


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

Reply via email to