Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Luis Majano / Luis Majano (Luis Majano)
Created: 07/17/2013
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final / 286297
Priority/Frequency: Major / All users will encounter
Locale/System: English / Platforms All
Vote Count: 1
Problem Description:
Try to serializeJSON on a closure and it spins forever with endless loops.
Steps to Reproduce:
var f = function(){
	return "hello";
};
		
writeDump( serializeJSON( f ) );
Actual Result:
Expected Result:
That it would serialize it.
Any Workarounds:
NOT USE JSON
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3596883
External Customer Info:
External Company:  
External Customer Name: LuisMajano
External Customer Email:  
External Test Config: My Hardware and Environment details:
  Attachments:
Comments: