You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by St...@avinci.de on 2002/12/05 11:53:54 UTC

Using XSLTC several times produces message on stderr

Hi,
 
after transforming a simple DOM with a simple Stylesheet using XSLTC (w. xalan.jar R 2.4.1)
20 (identical) transformations (not concurrent) work fine. 
>From the 21st transformation i get some messages on stderr: 
 
mmiVerifyTpAndGetWorkSize: stack_height=2 should be zero; exit
... 15 times ...
mmiVerifyTpAndGetWorkSize: stack_height=2 should be zero; exit
 
No exception is thrown and the result seems to be correct. Do i have to worry about ?
Stefan

Re: Using XSLTC several times produces message on stderr

Posted by Santiago Pericas-Geertsen <Sa...@sun.com>.
Stefan:

 Really bizarre error message. What version and from which vendor is you
JRE?

-- Santiago

----- Original Message -----
From: <St...@avinci.de>
To: <xa...@xml.apache.org>
Sent: Thursday, December 05, 2002 5:53 AM
Subject: Using XSLTC several times produces message on stderr


> Hi,
>
> after transforming a simple DOM with a simple Stylesheet using XSLTC (w.
xalan.jar R 2.4.1)
> 20 (identical) transformations (not concurrent) work fine.
> From the 21st transformation i get some messages on stderr:
>
> mmiVerifyTpAndGetWorkSize: stack_height=2 should be zero; exit
> ... 15 times ...
> mmiVerifyTpAndGetWorkSize: stack_height=2 should be zero; exit
>
> No exception is thrown and the result seems to be correct. Do i have to
worry about ?
> Stefan