Bugzilla – Bug 316414
[GMCS] generics testcase causes runtime assert
Last modified: 2007-09-15 21:24:46 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".