[Mono-bugs] [Bug 538588] Graffiti crashes when purging a story

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 15 08:55:14 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=538588

User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=538588#c5


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com
           Severity|Normal                      |Critical




--- Comment #5 from Zoltan Varga <vargaz at gmail.com>  2009-09-15 06:55:13 MDT ---
The problem is with the obfuscated DataBuddy.dll assembly.

using System;
using System.Globalization;
using System.Reflection;

public class Tests
{
    public static void Main (String[] args) {
        Assembly a = Assembly.LoadFrom ("DataBuddy.dll");
        foreach (Type t in a.GetTypes ()) {
        }
    }
}

This outputs among other things:

no implementation for interface method VistaDB.IVistaDBValue::set_Value(object)
in class g9
METHOD .ctor(string,int,int,System.Globalization.CultureInfo,bool)          
METHOD .ctor(g9)    
METHOD a(bool)
METHOD i()          

The corresponding IL is:
  .class private auto ansi beforefieldinit g9
      extends hw

..

    // method line 6130
    .method public virtual  hidebysig  specialname 
           instance default void a (object A_0)  cil managed 
    {
        // Method begins at RVA 0x673f0
    .override class VistaDB.IVistaDBValue::set_Value
    // Code size 70 (0x46)
        ...
    } // end of method hw::a

-- 
Configure bugmail: http://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