[Mono-bugs] [Bug 691895] compiler stops with error at System.Reflection.MonoField.GetRawConstantValue()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 13 15:31:25 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=691895#c2


Hartmut Luttermann <Hartmut.Luttermann at itemis.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
                 CC|                            |Hartmut.Luttermann at itemis.d
                   |                            |e
       InfoProvider|Hartmut.Luttermann at itemis.d |
                   |e                           |

--- Comment #2 from Hartmut Luttermann <Hartmut.Luttermann at itemis.de> 2011-05-13 19:31:24 UTC ---
The following c#-source code causes the compiler to crash:

using Quartz;
using Quartz.Impl;

namespace Test
{
    public class MyClass 
    {

// Caution: the following three lines causes the c#-compiler to crash
// if you set the lines in comments all compiles well.
        public MyClass () : this(new StdSchedulerFactory ().GetScheduler())
        {
        }

        public MyClass(Quartz.IScheduler quarz)
        {
        }

    }
}

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