Re: [Ikvm-developers] 0.42.0.3 under mono
Brought to you by:
jfrijters
|
From: Zoltan V. <va...@gm...> - 2010-01-12 18:03:34
|
Hi,
Both problems seems to be fixed with this version.
thanks
Zoltan
On Tue, Jan 12, 2010 at 6:14 PM, Jeroen Frijters <je...@su...> wrote:
> Hi Zoltan,
>
> I've created a new release candidate that should fix this issue (and the
> zip issue as well). Could you please try to build this version with Mono svn
> head?
>
>
> http://weblog.ikvm.net/PermaLink.aspx?guid=ccbdcc69-bab1-467e-a694-33cc4eb5169d
>
> Thanks,
> Jeroen
>
> > -----Original Message-----
> > From: Zoltan Varga [mailto:va...@gm...]
> > Sent: Monday, January 11, 2010 7:24 AM
> > To: ikvm-developers
> > Subject: [Ikvm-developers] 0.42.0.3 under mono
> >
> > Hi,
> >
> > IKVM 0.42.0.3 currently fails to build its class libs under linux, it
> > aborts with this message:
> >
> > ****** Critical Failure: Exception during finishing of:
> > com.sun.corba.se.impl.activation.ListORBs ******
> >
> > PLEASE FILE A BUG REPORT FOR IKVM.NET WHEN YOU SEE THIS MESSAGE
> >
> > System.InvalidOperationException: Non recursive try blocks is broken
> > at Compiler..ctor (IKVM.Internal.FinishContext context,
> > IKVM.Internal.DynamicTypeWrapper clazz, IKVM.Internal.MethodWrapper mw,
> > IKVM.Internal.ClassFile classFile, IKVM.Internal.Method m,
> > IKVM.Internal.CodeEmitter ilGenerator, IKVM.Internal.ClassLoaderWrapper
> > classLoader, ISymbolDocumentWriter symboldocument,
> > System.Collections.Generic.Dictionary`2 invokespecialstubcache)
> > [0x00000] in <filename unknown>:0
> >
> > I tracked this down to the ExceptionSorter class, whose Compare method
> > never returns 0, even if the two entries are equal. This trips up
> > mono's Array.Sort () implementation.
> >
> > An unrelated issue: are there any plans to use openjdk's java.util.zip
> > implementation in ikvm instead of classpath's ? The latter has a bug
> > which prevents ikvm from running jgit:
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41696
> >
> > Zoltan
> >
>
>
|