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

OutOfMemory error leads to confusing error in XmlLogger

           Summary: OutOfMemory error leads to confusing error in XmlLogger
           Product: Ant
           Version: 1.6Beta
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


java.lang.RuntimeException: Mismatch - popped element = [target: null] finished
target element = [target: null]
        at org.apache.tools.ant.XmlLogger.targetFinished(XmlLogger.java:292)
        at org.apache.tools.ant.Project.fireTargetFinished(Project.java:1865)
        at org.apache.tools.ant.Target.performTasks(Target.java:368)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1237)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1094)
        at org.apache.tools.ant.Main.runBuild(Main.java:669)
        at org.apache.tools.ant.Main.startAnt(Main.java:220)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:215)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90) 

After small debugging, I've found that this isn't the first exception in
XmlLogger. The first one - the same - is being fired in taskFinished, but eaten.

The problem occurs, if OOM error occures inside the antcall tasks (we have them
nested several times).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to