The two configs where I found the problem are: Win NT 4 SP6 with CF4.5.0
and Win NT 4 SP6 with CF 5.0 installed. All I need to do is run the code about ten times and performance starts to bomb. If a user is logged into the server, a popup will come up with 'C++ Pure Virtual Function Call' in the header. M -----Original Message----- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 3:06 PM To: CF-Talk Subject: Re: SOT: Found Some Code which Will Kill CF (Was: Pure Virtual Functi on Call) I tried running that code on my CF 4.5.1sp2 box and all I could get was an error. Invalid format mask. Then I ran the code below in CFMX (a trial ver I downloaded 3-4 days ago, no patches), which reruns itself once per second. Its at about 400 iterations at this point and still going. cpu usage looks to avg roughly 20%, although all I'm doing is eyeballing taskman, with the only memory increase being from my browser, which is slowly creeping up. <cfparam name="url.iteration" default="1"> <cfset url.iteration=url.iteration+1> <html><head><title></title> <CFOUTPUT><meta http-equiv="REFRESH" content="1; url=#cgi.script_name#?iteration=#url.iteration#"></CFOUTPUT> </head><body> <CFSET col1 = 123456789> <CFOUTPUT>#numberformat(replace(decimalformat(col1),",","","ALL"),"_.______" )#</cfoutput> </body></html> --------------------------------------- Matt Robertson, MSB Designs, Inc. http://mysecretbase.com - Retail http://foohbar.org - ColdFusion Tools --------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

