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/07/02 21:45:20 UTC

[Bug 1690] - Threads are left running after transformation completes

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

*** shadow/1690	Sun May 20 17:27:06 2001
--- shadow/1690.tmp.28384	Mon Jul  2 12:45:20 2001
***************
*** 1,19 ****
! Bug#: 1690
! Product: XalanJ2
! Version: 2.0.1
! Platform: PC
! OS/Version: Linux
! Status: NEW   
! Resolution: 
! Severity: Critical
! Priority: High
! Component: org.apache.xalan
! AssignedTo: xalan-dev@xml.apache.org                            
! ReportedBy: chris_mccabe@choicehotels.com               
! URL: 
! Cc: 
! Summary: Threads are left running after transformation completes
! 
  When Xalan performs a transformation, and there is an error in the input XML,
  under some circumstances, the thread that Xalan spawns for the transformation
  never exits.
--- 1,19 ----
! +============================================================================+
! | Threads are left running after transformation completes                    |
! +----------------------------------------------------------------------------+
! |        Bug #: 1690                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: FIXED                      Platform: PC                      |
! |     Severity: Critical                 OS/Version: Linux                   |
! |     Priority: High                      Component: org.apache.xalan        |
! +----------------------------------------------------------------------------+
! |  Assigned To: xalan-dev@xml.apache.org                                     |
! |  Reported By: chris_mccabe@choicehotels.com                                |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  When Xalan performs a transformation, and there is an error in the input XML,
  under some circumstances, the thread that Xalan spawns for the transformation
  never exits.
***************
*** 112,114 ****
--- 112,117 ----
  ------- Additional Comments From curcuru@apache.org  2001-05-18 13:15 -------
  Better bug categorization: API/programmatic problems versus stylesheet 
  execution/output creation problems.
+ 
+ ------- Additional Comments From scott_boag@lotus.com  2001-07-02 12:45 -------
+ This should be fixed in the latest CVS code.