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: Seshukumar Venkata Adiraju
Subject: RE: [Qexo-general] Error: Overflow in label fixup
Date: Mon, 20 Sep 2004 09:56:34 +0530

Hi,

I'm trying to generate MSWord reports using XQuery. I have all my
application data in a "app.xml". I have a wordml (MS Word XML) as a
report template with embedded XQuery expressions. I'm trying to evaluate
this wordml file by executing the XQuery.

Suntax wise I have not faced problems as yet. The main problem is that
the wordml file is huge. And when the size of wordml is beyond some
length I get the Overflow error. 

The way to reproduce the error is to have a huge wordml file with a
small nested XQuery expression. 

Find attached the sample XQuery I'm using. XQuery expression is in line
23.


Thanks
Seshu Kumar Adiraju
Technical Architect,
InFlux Development Team,
SETLabs, Infosys Technologies Limited
Phone: 91-80-51159483


-----Original Message-----
From: Per Bothner [mailto:address@hidden 
Sent: Friday, September 17, 2004 10:39 PM
To: Seshukumar Venkata Adiraju
Cc: address@hidden
Subject: Re: [Qexo-general] Error: Overflow in label fixup

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/

Attachment: xquery.txt
Description: xquery.txt


reply via email to

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