Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 07/12/2013
Components: Language
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: 9.0.1 / 286297
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Win XP All
Vote Count: 0
See: http://cfmlblog.adamcameron.me/2013/07/yeah-so-it-wouldnt-be-my-working-week.html
Repro:
<cfscript>
function f(){
a = 1;
b = {};
c = [];
d = now();
e = createUuid();
writeDump(local);
}
st = {
f = f
};
s = serializeJson(st);
</cfscript>
Causes stack overflow on CF9; generates nonsense on CF10.
--
Adam
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3594386
Keywords:
FixTested
External Customer Info:
External Company:
External Customer Name: Adam Cameron.
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: