[Mono-dev] How do I avoid these assertions?

2014-09-05 Thread mono user
Could somebody please tell me what might be triggering the assertions below? They happen when I generate my own IL. While the same IL works fine under .net, it could still be that I am doing something wrong because .net tends to be more forgiving than the spec requires. * Assertion at

Re: [Mono-dev] How do I avoid these assertions?

2014-09-05 Thread Zoltan Varga
Hi, The mini.c:4656 assertion is a runtime bug, it happens when a method becomes too large. Zoltan On Fri, Sep 5, 2014 at 1:40 PM, mono user mono.user...@gmail.com wrote: Could somebody please tell me what might be triggering the assertions below? They happen when I