You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2002/09/27 19:22:19 UTC

DO NOT REPLY [Bug 13088] New: - Console-mode crash on some test files

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

Console-mode crash on some test files

           Summary: Console-mode crash on some test files
           Product: JMeter
           Version: 1.7Beta3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: kbroderick@xtriahc.com


On some test files, running a GUI-mode test works fine but trying to run a 
console-mode test causes a crash--Null error in NonGuiTree.addSubTree
(ListedHashTree, NonGuiTreeNode); it appears that addSubTree is passed a null 
value for "current" (second param) from addComponent, and this causes an 
exception in addSubTree.  AddSubTree will catch the exception the program 
continues running, but the test doesn't seem to execute.  In GUI mode, if I add 
a listener for results, I can see stuff happening.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>