Status/Resolution/Reason: Closed/Won't Fix/NotWorthEffort
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 10/19/2012
Components: General Server
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / Some users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 1
Create a simple query. Do a query of query on it. Then try to add an intentional error to your QOQ. So for example, select * from queryname where x=1. Ensure your first test is an invalid column. You should get a normal CF error. Then do this:
where x = "d"
Note the double quotes. This creates a 500 level error that isn't handled by CF. Try/Catch doesn't even work.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3350030
External Customer Info:
External Company:
External Customer Name: cfjedimaster
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: