You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/02/01 06:22:14 UTC

DO NOT REPLY [Bug 4446] - JVM Crash when ClassLoader uses System.out

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

JVM Crash when ClassLoader uses System.out

conor@cortexebusiness.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From conor@cortexebusiness.com.au  2003-02-01 05:22 -------
I don't think is a bug in Ant as such since you are doing experimentation with
Ant's structure and internal operation - something outside the normal envelop. I
guess what happens is that as part of the initial output operation, the output
demux class triggers a class load, which since you are using System.out, causes
an infinite recursion - and VM crash. 

You must be careful when using System.out within the Ant core, for this reason.
I'm going to close as INVALID but if you do have a document update, please do
provide it.