Large objects/text crash the view server
----------------------------------------
Key: COUCHDB-502
URL: https://issues.apache.org/jira/browse/COUCHDB-502
Project: CouchDB
Issue Type: Bug
Components: JavaScript View Server
Affects Versions: 0.9.1
Environment: Futon on Apache CouchDB 0.9.1, ubuntu
Reporter: Jos Boumans
Any sufficiently large JSON object will cause script time outs in
firefox/safari. The example object I used had 500 individual keys, whose values
were hashes with 20 individual keys.
Storing that same JSON ***AS STRING*** made firefox issue the following error
on the console, stopping rendering altogether: script stack space quota is
exhausted.
Statement executed is: var match = quickExpr.exec( selector );\n from
jquery.js?1.3.1 (line 50)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.