Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Chris Morley / ()
Created: 11/21/2018
Versions: 2016
Failure Type: Non Functioning
Found In Build/Fixed In Build: 2016 Update 3 /
Priority/Frequency: Normal / Some users will encounter
Locale/System: / Win 2012 Server x64
Vote Count: 0
Problem Description:
See CF-3739102 - it's not just within cfthread, it's concurrency however it happens.
Steps to Reproduce:
Cache XML into an application variable, call XMLSearch(application.sXML) on it a couple of places around your application, experience higher traffic...
Actual Result:
Stack overflow errors
Expected Result:
Functional site
Any Workarounds:
Wrap your application scoped XML in a duplicate() ALA: XMLSearch(duplicate(application.sXML))
Yes, there's a workaround, but not ideal.
Attachments:
Comments: