|
From: Leif M. <le...@ta...> - 2004-06-22 04:22:25
|
Paul,
Kudos tracking that down. I can imagine it was not fun. Is it a
known Sun bug or
did you find something new?
I wanted to confirm that you now believe that things are working
correctly as far as
the Wrapper is concerned. The JVM was crashing due to this bug and the
Wrapper
was restarting it.
Cheers,
Leif
Paul Casanova wrote:
>Hi all,
>
>I now know that this problem is not Wrapper related, but I thought some
>readers may find this of interest.
>
>I have found that the JVM crash occurs in the Graphics2d.draw() method when
>attempting to draw a black circle around a colored one: depending upon the
>scale used, it results in a stack overflow, which suggests too many
>recursive calls.
>
>This appears to be a JDK bug, as the only thing that is changing is the
>scaling of the image to be drawn. The number of method calls etc does not
>change - except perhaps at the JVM level.
>
>Regards,
>
>Paul Casanova
>
>
>
|