[Mono-bugs] [Bug 479074] New: csharp crashes on attempt to evaluate multi-dimensional arrays
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Feb 24 10:23:47 EST 2009
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: mono-bugs at lists.ximian.com
ReportedBy: kmerenkov at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list