tracker issue : CF-4160466

select a category, or use search below
(searches all categories and all time range)
Title:

CFLOOP with scoped variable name in 'index' attribut crashes with "Incompatible object argument error"

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): e-domizil License Team / e-domizil License Team (Alexander Hass)

Created: 06/02/2016

Components: Language

Versions: 2016

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF2016_Final /

Priority/Frequency: Major / All users will encounter

Locale/System: ALL / Win 2012 Server x64

Vote Count: 2

Listed in the version 2016.0.03.300466 Issues Fixed doc
Related Bugs:
CF-4166492 - Blocking


Problem Description: In CFLOOP we cannot use scoped variable names for 'index' attribut. The specific sequence of files included or processed is: index.cfm, line 8

Steps to Reproduce: Run attached repro case

Actual Result: CF2016 is broken

"Error","ajp-nio-8016-exec-21","06/02/16","14:15:02","","(class: cfindex2ecfm189223637, method: runPage signature: ()Ljava/lang/Object;) Incompatible object argument for function call The specific sequence of files included or processed is: cf2016_cfloop_2\index.cfm'' "


Expected Result: It should work

Any Workarounds: Do not use scoped variables names for 'index' attribut, but we have to use scoped variables in this and other cases to prevent unscoped var colissions.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4160466

External Customer Info:
External Company:  
External Customer Name: Firstname Lastname
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

  1. June 02, 2016 00:00:00: 1_index.cfm

Comments:

+1 - Just ran into this myself. Another workaround is remove the "item" attribute. Of course that isn't a proper workaround and this should be fixed.
Vote by External U.
2520 | July 13, 2016 03:00:18 AM GMT