You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/11/19 19:20:33 UTC

DO NOT REPLY [Bug 14690] New: - Evaluate function craches

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=14690>.
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=14690

Evaluate function craches

           Summary: Evaluate function craches
           Product: XalanC
           Version: 1.4.x
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: yasha@strategyrunner.com


Xalan crashes in XPathEvaluator 'evaluate' function. It can be reproduced in 
SimpleXPathAPI with one additional call to 'evaluate' function. The 'evaluate' 
function crashes when I call it second time for the same query:
name[@first='David']/@last

If I define two XPathEvaluator object all works OK, but 'evaluate' function 
crashes when called second time for the same object.

I can send the sample that reproduces the bug.