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


           Summary: csharp crashes on attempt to evaluate
                    multi-dimensional arrays
    Classification: Mono
           Product: Mono: Tools
           Version: unspecified
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: tools
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5)
Gecko/2009012315 Gentoo Iceweasel/3.0.5

csharp crashes if I try to evaluate the following code (entered without
quotes): "int [,] x = new int[1,1];".

Reproducible: Always

Steps to Reproduce:
1. Launch csharp interpreter
2. Type: int [,] x = new int [1,1];
3. Press RET
Actual Results:  
Interpreter crashed

Expected Results:  
Declared two-dimensional 'x' array.

mono 2.2 on gentoo

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

Reply via email to