RE: PID errors - much simpler

2008-08-26 Thread Dave Watts
James, if the JVM crashes, it will certainly create a hs_err_pid file, but how do you know that the OP's problem is related to hotspot optimization? I'm pretty sure that hs_err_pid files are only generated for Hot Spot errors specifically. Other JVM crashes don't create them. Dave Watts,

Re: PID errors - much simpler

2008-08-26 Thread James Wolfe
Dave, I believe that you are correct. I'm fairly certain that the prefix hs_ is indicating that it was a HotSpot error. - James # Java VM: Java HotSpot(TM) Server VM (10.0-b19 mixed mode windows-x86) James, if the JVM crashes, it will certainly create a hs_err_pid file, but how do you know

Re: PID errors - much simpler

2008-08-26 Thread James Wolfe
Brad, Do you know what it WAS related to? Do you make extensive use of CFTHREAD ? - James Yes, I've gotten them when JRUN had a hard crash, but it was never related to image manipulation. ~Brad ~| Adobe® ColdFusion® 8

Re: PID errors - much simpler

2008-08-26 Thread James Wolfe
Our JVM is fully updated. No love. We have the new CFImage patch from Adobe. No love. I am curious what you meant about this being a classic sign of the problem. We can often go through 7,000 images without one error and then we'll get two errors within 20 images of each other and then go

RE: PID errors - much simpler

2008-08-26 Thread Dave Watts
Our JVM is fully updated. No love. We have the new CFImage patch from Adobe. No love. I am curious what you meant about this being a classic sign of the problem. We can often go through 7,000 images without one error and then we'll get two errors within 20 images of each other and

Re: PID errors - much simpler

2008-08-26 Thread Brad Wood
Message - From: James Wolfe [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, August 26, 2008 9:44 AM Subject: Re: PID errors - much simpler Brad, Do you know what it WAS related to? Do you make extensive use of CFTHREAD ? - James Yes, I've gotten them when JRUN had

Re: PID errors - much simpler

2008-08-26 Thread Brad Wood
will probably suffer though. ~Brad - Original Message - From: James Wolfe [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, August 26, 2008 9:47 AM Subject: Re: PID errors - much simpler Our JVM is fully updated. No love. We have the new CFImage patch from Adobe

Re: PID errors - much simpler

2008-08-25 Thread Brad Wood
Yes, I've gotten them when JRUN had a hard crash, but it was never related to image manipulation. ~Brad - Original Message - From: James Wolfe [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 25, 2008 5:23 PM Subject: PID errors - much simpler OK, So it

Re: PID errors - much simpler

2008-08-25 Thread Cutter (CFRelated)
I guess I didn't see the original thread. What's the bit about image manipulation? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Brad Wood wrote: Yes, I've gotten them when JRUN had a

Re: PID errors - much simpler

2008-08-25 Thread Brad Wood
processing functioality (either CFImage or CFX_imageCR3). ~Brad - Original Message - From: Cutter (CFRelated) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 25, 2008 8:06 PM Subject: Re: PID errors - much simpler I guess I didn't see the original thread

Re: PID errors - much simpler

2008-08-25 Thread James Holmes
These crashes are related to JVM hotspot optimisation. http://www.talkingtree.com/blog/index.cfm/2004/5/21/hscrashlog0504 Try updating your JVM, if possible. On Tue, Aug 26, 2008 at 6:23 AM, James Wolfe [EMAIL PROTECTED] wrote: OK, So it appears I went a little too specific with my previous

Re: PID errors - much simpler

2008-08-25 Thread Brad Wood
Message - From: James Holmes [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 25, 2008 8:24 PM Subject: Re: PID errors - much simpler These crashes are related to JVM hotspot optimisation. http://www.talkingtree.com/blog/index.cfm/2004/5/21/hscrashlog0504 Try

Re: PID errors - much simpler

2008-08-25 Thread James Holmes
for a JVM crash. ~Brad - Original Message - From: James Holmes [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 25, 2008 8:24 PM Subject: Re: PID errors - much simpler These crashes are related to JVM hotspot optimisation. http://www.talkingtree.com/blog

Re: PID errors - much simpler

2008-08-25 Thread Cutter (CFRelated)
cf-talk@houseoffusion.com Sent: Monday, August 25, 2008 8:24 PM Subject: Re: PID errors - much simpler These crashes are related to JVM hotspot optimisation. http://www.talkingtree.com/blog/index.cfm/2004/5/21/hscrashlog0504 Try updating your JVM, if possible

Re: PID errors - much simpler

2008-08-25 Thread Azadi Saryev
Subject: Re: PID errors - much simpler These crashes are related to JVM hotspot optimisation. http://www.talkingtree.com/blog/index.cfm/2004/5/21/hscrashlog0504 Try updating your JVM, if possible. ~| Adobe