On 12/26/02 J�rg Pommnitz wrote:
> using System;
> 
> struct Tester {
>    public static void Main ()
>    {
>        for (int i = 0; true; i++)
>            Console.Out.WriteLine (i);
>    }
> }
> 
> triggers the following assertion in mono:
> 
> [csharp]$ mono jitbug.exe
> 
> ** ERROR **: file jit.c: line 545 (mono_cfg_add_successor): assertion 
> failed: (cfg->bcinfo [target].is_block_start)
> aborting...

This is really a bug in mcs, filed in bugzilla at:
http://bugzilla.ximian.com/show_bug.cgi?id=36251.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to