Re: [JAVA2D] PID in sun.awt.image.PNGImageDecoder.produceImage()

2006-11-23 Thread Michele Puccini
- Original Message - From: Phil Race [EMAIL PROTECTED] To: Michele Puccini [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 8:48 PM Subject: Re: [JAVA2D] PID in sun.awt.image.PNGImageDecoder.produceImage() yes that is what

[JAVA2D] PID in sun.awt.image.PNGImageDecoder.produceImage()

2006-11-22 Thread Michele Puccini
Hello, I'm getting the following PID when decoding PNG files. The PNG decoding is called from an under pressure rendering thread. The crash does not happen if we use our internal (all Java) PNG or TGA readers. What happens ? Cheers, Mik --

Re: [JAVA2D] PID in sun.awt.image.PNGImageDecoder.produceImage()

2006-11-22 Thread Dmitri Trembovetski
Hi Mik, the crash happened in hotspot (on their compiler thread), not in the libraries, so it's hard to say what could be wrong. Could you try your applicaion on jdk6? Thanks, Dmitri On Wed, Nov 22, 2006 at 01:06:07PM +0100, Michele Puccini wrote: Hello, I'm getting the

Re: [JAVA2D] PID in sun.awt.image.PNGImageDecoder.produceImage()

2006-11-22 Thread Phil Race
yes that is what it looks like. Current CompileTask: HotSpot Client Compiler: 38 !b sun.awt.image.PNGImageDecoder.produceImage()V (1772 bytes) There's an 'XX' option to java which tells hotspot not to compile a specific method. I think the syntax is :