[Mono-bugs] [Bug 375886] New: FileVersionInfo does not work on amd64
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 1 09:59:24 EDT 2008
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: dick at novell.com
ReportedBy: vargaz at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list