Status/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Travis Walters / Travis Walters (Travis Walters)
Created: 06/10/2011
Components: CFIMAGE
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Win All
Vote Count: 0
Problem:
Example Image: http://www.green-watch.org/img/jpg/LargePhoto.jpg<cfsetting requesttimeout="999999"><cfset myPhoto = 'C:\ColdFusion9\wwwroot\green-watch.org\img\jpg\LargePhoto.jpg'><cfimage action="resize" height="100" width="" source="#myPhoto#" destination="#myPhoto#" overwrite="yes"> The photo is a product photo of a stool that is 2592x3872 pixels. The cfimage tag just seems to hang while CPU spikes to 100% and never really completes resizing.I have tried other coldfusion tags to resize the image. The only thing that seems to work is setting interpolition to highestPerformance but the image quality is really crappy then.While the server is hanging at 100% CPU usage, other scripts can not execute successfully because the queries time out.
Method:
<cfsetting requesttimeout="999999">
<cfset myPhoto = 'C:\ColdFusion9\wwwroot\green-watch.org\img\jpg\LargePhoto.jpg'>
<cfimage action="resize" height="100" width="" source="#myPhoto#" destination="#myPhoto#" overwrite="yes">
http://www.green-watch.org/img/jpg/LargePhoto.jpg
Result:
On very large photos, cfimage causes CPU usage to spike to 100% and the script never gets done executing.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043856
External Customer Info:
External Company:
External Customer Name: Travis Walters
External Customer Email: 163148AE447DEBE799201549
External Test Config: 06/10/2011
Attachments:
Comments: