[Mono-bugs] [Bug 392077] New: pedump --verify all and mono --verify-all do not run the same verification code
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 19 10:22:55 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=392077
Summary: pedump --verify all and mono --verify-all do not run the
same verification code
Product: Mono: Runtime
Version: SVN
Platform: x86
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: cedricv at neonux.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Please fill in this template when reporting a bug, unless you know what
you are doing.
Description of Problem:
Steps to reproduce the problem:
1. Produce a faulty MSIL executable (foo.exe)
2. Run pedump --verify all foo.exe
3. Run mono --verify-all foo.exe
4. pedump does not output a verification error while mono does.
e.g:
cedric at laptop:~/dev/workspace/boo/boo$ pedump --verify all
tests/build/nullable-4.exe
cedric at laptop:~/dev/workspace/boo/boo$ mono --verify-all
tests/build/nullable-4.exe
Unhandled Exception: System.Security.VerificationException: Argument type
Complex not valid for brtrue/brfalse at 0x0014
--
Configure bugmail: https://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