On an unpatched instance of CFMX on JRun the first one dumps a struct with the message "Division by zero."
Sounds like a bug to me. Spike -------------------------------------------- Stephen Milligan Code poet for hire http://www.spike.org.uk Do you cfeclipse? http://cfeclipse.tigris.org >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Vorn >Sent: Monday, August 30, 2004 6:57 PM >To: CFAussie Mailing List >Subject: [cfaussie] Bug introduced by updater > >Disclaimer: This has been noticed on our development server - and we >only assume that the updater broke it. > ><cftry> > <cfset s = 1/0> > <cfcatch type="any"> > <cfdump var="#cfcatch#"> > </cfcatch> ></cftry> > >The above code after running the updater displays "[Unknown Type]" > >However: ><cftry> > <cfset s = 1/0> > <cfcatch type="any"> > <cfoutput> > #cfcatch.type#<br> > #cfcatch.message# > </cfoutput> > </cfcatch> ></cftry> > >Seems to work correctly. Can anyone verify this? > > >Vaughan. > >--- >You are currently subscribed to cfaussie as: [EMAIL PROTECTED] >To unsubscribe send a blank email to >[EMAIL PROTECTED] >Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
