[Mono-bugs] [Bug 693894] New: SIGSEGV in GetRawConstantValue

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun May 15 03:09:54 EDT 2011


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

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


           Summary: SIGSEGV in GetRawConstantValue
    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: ---


Compile & Run with enclosed dll

using System;
using System.Reflection;

class Program
{
    static void Main (string[] args)
    {
        Assembly a = Assembly.LoadFile ("CS0012-13-lib.dll");
        var t = a.GetType ("B");
        var f = t.GetField ("Value");
        f.GetRawConstantValue ();
    }
}


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>

Native stacktrace:

    mono() [0x490a1b]
    mono() [0x4e4dff]
    mono() [0x4150f9]
    /lib/libpthread.so.0(+0xfb40) [0x7f294079bb40]
    mono() [0x4f0cf8]
    [0x41b9b286]

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