Bug 316414 (MONO69233) - [GMCS] generics testcase causes runtime assert
Summary: [GMCS] generics testcase causes runtime assert
Status: RESOLVED FIXED
Alias: MONO69233
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 19:02 UTC by Forgotten User vxPDddArjq
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:58:20 UTC


---- Reported by vargaz@gmail.com 2004-11-08 12:02:26 MST ----

Compile the following testcase with 2.0 csc or gmcs:

using System;

public class Tests {

	public static void Main (String[] args) {
		char[] arr = {'a', 'b', 'b', 'c', 'c', 'c', 'd', 'd'};
		Array.BinarySearch(arr, 'e');
	}
}

If you try to run it, the runtime says:
** ERROR **: unknown type 0x1e in check_call_signature

This crash shows up in the NUnit unit tests for System.Array.



---- Additional Comments From martin@ximian.com 2004-12-08 14:01:43 MST ----

Fixed in SVN.


Unknown operating system unknown. Setting to default OS "Other".