[Mono-bugs] [Bug 432673] New: Invalid IL code in ctor ()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 6 11:23:00 EDT 2008


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


           Summary: Invalid IL code in ctor ()
           Product: Mono: Runtime
           Version: 2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: JIT
        AssignedTo: lupus at novell.com
        ReportedBy: dominik.reichl at gmx.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=243688)
 --> (https://bugzilla.novell.com/attachment.cgi?id=243688)
Sample files

Description of Problem:
A program compiled with Visual Studio 2008 (in .NET 2.0 mode) runs fine with
Microsoft .NET Framework 2.0, but crashes under Mono 2.0 with error message:
"Invalid IL code in KeePass.Forms.KeyPromptForm:.ctor (): IL_002a: call     
0x060001cd".

Steps to reproduce the problem:
1. Download the attached file, unzip it and run KeePass.exe under Mono.
2. Click the 'Open' toolbar button.
3. Select the sample file 'NewDatabase.kdbx' and Open.

Actual Results:
Mono crashes with error message above.

Expected Results:
File should be opened normally.

How often does this happen?
Always.

Additional Information:
Tested on openSUSE 11.0 and Windows 2000, both reproduce the problem.

Unfortunately I failed to locate the problem more precisely. All other dialogs
seem to work fine. The error message indicates that there's a problem with the
constructor of the dialog, however other dialogs have constructors looking
exactly the same (i.e. same method calls in same order) and don't have this
problem. That's why I've attached the whole application (with source code)
instead of a minimal sample.


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