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

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=471379#c5


Zoltan Varga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|misc                        |C#
            Product|Mono: Runtime               |Mono: Compilers




--- Comment #5 from Zoltan Varga <[email protected]>  2009-04-04 16:53:24 MDT ---
This is caused by a stack overflow inside mcs. Testcase:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
using System;
using System.Threading;
using System.Runtime.InteropServices;

public unsafe struct TypeDescriptionReference
{
    public TypeDescription *               pType;
}

[ StructLayout(LayoutKind.Sequential) ]
public unsafe struct TypeDescription
{
    public TypeDescription *               pSelf;
    public TypeDescriptionReference *      pWeakRef;
}

class Program
{
    static void Main(string[] args) {
    }
}
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

-- 
Configure bugmail: http://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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to