tracker issue : CF-3532462

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

CFC Method inside a customTag crash on Coldfusion 10

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): pascal vincent / pascal vincent (Technomedia2)

Created: 03/29/2013

Components: Language

Versions: 10.0

Failure Type: Crash

Found In Build/Fixed In Build: Final / 287971

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Problem Description: The call of "myCfc.method1()" inside the customTag "portal" crash on Coldfusion 10 but don't crash on Coldfusion 8 or 9.

Steps to Reproduce: See the attach document tests_instructions.doc in Coldfusion10_bug.zip

Actual Result: See the attach document tests_instructions.doc in Coldfusion10_bug.zip

Expected Result: See the attach document tests_instructions.docin Coldfusion10_bug.zip

Any Workarounds: See the attach document tests_instructions.doc in Coldfusion10_bug.zip

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

Watson Bug ID:	3532462

External Customer Info:
External Company:  
External Customer Name: Technomedia2
External Customer Email:  
External Test Config: My Hardware and Environment details: See the attach document tests_instructions.doc in Coldfusion10_bug.zip

Attachments:

  1. March 30, 2013 00:00:00: 1_Coldfusion10_bug.zip

Comments:

The zip archive Coldfusion10_bug.zip contains all the information to reproduce the crash
Comment by External U.
15855 | March 29, 2013 03:05:05 PM GMT
I see the same behaviour: it works on CF9, errors without a great deal of detail on CF10. -- Adam
Comment by External U.
15856 | March 30, 2013 11:57:14 PM GMT
General cfc invocation within custom tag works fine. The issue is with nested custom tag. In case of nested module tag, the reference of bodycontents and out (enclosing Jspwriter) gets messed up. Proper investigation is required to know where and how the bodycontent references are getting mixed up.
Comment by Awdhesh K.
15857 | May 31, 2013 05:44:39 AM GMT
The issue is while releasing nested module tag, the entire writer stack was getting reset (It should have stopped to the writer it pushed). This bug got introduced when we did aggressive releasing of tags to solve memory leaks for cf10.
Comment by Chandan ..
15858 | January 20, 2014 10:41:15 AM GMT
This fix will be available in the next major release.
Comment by Nimit S.
15859 | February 09, 2014 05:15:16 AM GMT