When I run this:

    <cfabort showerror="hi">

I get the depressing error below.  I'm running CF 5 on NT 2000, and have 
also duplicated it on CF 4.5.1 SP2 on NT 2000.  All the code in the page is 
what you see above.

What's really weird is that it appears sensitive to the string passed to 
showerror.  For instance, this does not crash the server:

    <cfabort showerror="hello">

Can anyone else reproduce this?

>Error Diagnostic Information
>Error occurred for unknown cause.
>Normally the reason for this error is that a critical system resource 
>(such as memory or disk space) has been expended. You should check the 
>available disk space on all of your drives to make sure you have not run 
>out. You should also make sure that you are not running out of memory by 
>running the Performance Monitor and observing the effect of your 
>application on free system memory.
>Another reason for this error may be that your ODBC driver is generating a 
>general protection fault. To help verify that your driver is funtioning 
>properly you should attempt to submit the query which is causing this 
>error to the data source using another ODBC application (such as MS Access 
>or MS Query).

Gregory M. Saunders, Ph.D.
Cognitive Arts Corporation  (http://www.cognitivearts.com)
1840 Oak Avenue, 4th Floor
Evanston, IL 60201-5914

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to