qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] Error: Overflow in label fixup


From: Per Bothner
Subject: Re: [Qexo-general] Error: Overflow in label fixup
Date: Fri, 17 Sep 2004 10:09:06 -0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040803

Seshukumar Venkata Adiraju wrote:

What is this error? How can I fix it.

I can send more details if required.

Thanks

The error trace is as follows:
java.lang.Error: overflow in label fixup

      at gnu.bytecode.Label.relocate_fixups(Label.java:116)

This is a Kawa internal error.  It is possible it is that
it's a capacity limitation in that compiled bytecode methods
are limited to 2**26 bytes.  If the latter, it may be hard to fix,
though we should emit more useful error messages.

Please send a complete self-contained test with instructions for
how I can try to reproduce the problem.  If you can minimize
things to the small test case tha still exhibits teh symptom
that would be helpful.
--
        --Per Bothner
address@hidden   http://per.bothner.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]