[Mono-bugs] [Bug 693937] New: Assertion at class.c:6523, condition `cindex' not met

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 16 02:43:44 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=693937#c0


           Summary: Assertion at class.c:6523, condition `cindex' not met
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


using System;
using System.Reflection;

class Program
{
    static void Main (string[] args)
    {
        Assembly a = Assembly.LoadFile ("Quartz.dll");
        var t = a.GetType ("Quartz.Impl.StdSchedulerFactory");
        var f = t.GetField ("PropertiesFile");
        f.GetRawConstantValue ();

        return;
    }
}


Not a valid token for the constant table: 0x00000000
* Assertion at class.c:6523, condition `cindex' not met

Stacktrace:

  at <unknown> <0xffffffff>
  at (wrapper managed-to-native)
System.Reflection.MonoField.GetRawConstantValue (System.Reflection.MonoField)
<0xffffffff>
  at Program.Main (string[]) <0x00059>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object
(object,intptr,intptr,intptr) <0xffffffff>

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