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 2001/05/17 20:21:20 UTC

[Bug 1758] Changed - axes108 select="@*/following::comment()" axis causes endless loop

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

*** shadow/1758	Tue May 15 13:49:04 2001
--- shadow/1758.tmp.20398	Thu May 17 11:21:20 2001
***************
*** 2,9 ****
  | axes108 select="@*/following::comment()" axis causes endless loop          |
  +----------------------------------------------------------------------------+
  |        Bug #: 1758                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.1                   |
! |   Resolution:                            Platform: Sun                     |
  |     Severity: Critical                 OS/Version: Solaris                 |
  |     Priority: High                      Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | axes108 select="@*/following::comment()" axis causes endless loop          |
  +----------------------------------------------------------------------------+
  |        Bug #: 1758                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: FIXED                      Platform: Sun                     |
  |     Severity: Critical                 OS/Version: Solaris                 |
  |     Priority: High                      Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
***************
*** 70,73 ****
  # Error ID: 4F533F534F4C415249530E435050079A 01
  #
  # Problematic Thread: prio=5 tid=0x29970 nid=0x1 runnable 
! #
--- 70,83 ----
  # Error ID: 4F533F534F4C415249530E435050079A 01
  #
  # Problematic Thread: prio=5 tid=0x29970 nid=0x1 runnable 
! #
! 
! ------- Additional Comments From tamiro@east.sun.com  2001-05-17 11:21 -------
! The axes tests no longer blow up the JVM. Thanks to Morten's fix.
! 
! The output doesn't agree with the 
! Xalan gold, but I don't think the test makes sense. When you have a multistep 
! xpath expression how can the attribute axis provide the context for another
! axis. In this case the expression was select="@*/following::comment()".
! The element to which an attribute is attached would provide context for 
! 'following' axis, but I don't see how an attribute node can provide context.