You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Bash (JIRA)" <xa...@xml.apache.org> on 2007/12/10 16:59:43 UTC

[jira] Issue Comment Edited: (XALANJ-2413) Sometimes wrong results on a multithreaded environment

    [ https://issues.apache.org/jira/browse/XALANJ-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550111 ] 

bash edited comment on XALANJ-2413 at 12/10/07 7:59 AM:
--------------------------------------------------------

I couldnt even reproduce on 2.7.0.
Could you please specify the batch used to solve this issue.

Thanks.

      was (Author: bash):
    I couldnt even reproduce on 2.6.0.
Could you please specify the batch used to solve this issue.

Thanks.
  
> Sometimes wrong results on a multithreaded environment
> ------------------------------------------------------
>
>                 Key: XALANJ-2413
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2413
>             Project: XalanJ2
>          Issue Type: Bug
>    Affects Versions: 2.6
>         Environment: xalan 2.6
>            Reporter: Bash
>
> Running this xsl on a multithreaded environment against many xml files might return some bad results
> <xsl:variable name="var1" select="a/b/c[last()]/d"/>
> <xsl:call-template name="tempname">
> 	<xsl:with-param name="var"><xsl:value-of select="$var1"></xsl:value-of></xsl:with-param>
> </xsl:call-template>
> where this wont ..
> <xsl:variable name="var1" select="a/b/c[last()]/d"/>
> <xsl:call-template name="tempname">
> 	<xsl:with-param name="var2" select="$var1"></xsl:with-param>
> </xsl:call-template>
> Even tried to remove the last() from the select; the error ratio dropped down alot but still there.
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org