DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25449

2.5.2 XSLTC compiler causes sporadic runtime data loss





------- Additional Comments From [EMAIL PROTECTED]  2003-12-22 16:39 -------
Here comes the modified example, same bug: sometimes the param has not the 
expected value. I examined the classes and found again differences in the 
param initialisation:

First Time:

    public void template$dot$0(DOM dom, DTMAxisIterator dtmaxisiterator, 
SerializationHandler serializationhandler, int i)
    {
        serializationhandler;
        "html";
        JVM INSTR dup2 ;
        startElement();
        Integer integer;
        ColumnType(dom, dtmaxisiterator, serializationhandler, i, integer = 
new Integer(BasisLibrary.countF((new StepIterator(new StepIterator
(dom.getAxisIterator(10), dom.getTypedAxisIterator(4, 15)), 
dom.getNodeValueIterator(new StepIterator(dom.getTypedAxisIterator(3, 17), 
dom.getTypedAxisIterator(2, 16)), 1, (String)"date", true))).setStartNode
(i))));
        endElement();
    }

Second Time:

    public void sometimes_this_is_the_first(DOM dom, DTMAxisIterator 
dtmaxisiterator, SerializationHandler serializationhandler, int i)
    {
        Integer integer;
        ColumnType(dom, dtmaxisiterator, serializationhandler, i, integer = 
new Integer(BasisLibrary.countF((new StepIterator(new StepIterator
(dom.getAxisIterator(10), dom.getTypedAxisIterator(4, 15)), 
dom.getTypedAxisIterator(3, 17))).setStartNode(i))));
    } 

I used the cvs version 19.12.03 17:00 MEZ

Reply via email to