[
https://issues.apache.org/jira/browse/COUCHDB-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850259#comment-13850259
]
Dave Cottlehuber commented on COUCHDB-1792:
-------------------------------------------
[~tilgovi] I'd like to add something in the docs that says see this, try that.
So what does that actually mean for a user? Does this mean there's an effective
upper bound on JSON doc parsing, or a single object (e.g. really long string),
due to the maximum size allocation? Is this a simple way of ensuring a runaway
couchjs process doesn't consume all RAM?
> Query to a view fails with {os_process_error,{exit_status,1}}
> -------------------------------------------------------------
>
> Key: COUCHDB-1792
> URL: https://issues.apache.org/jira/browse/COUCHDB-1792
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core, View Server Support
> Reporter: Arpit
> Assignee: Dave Cottlehuber
> Fix For: 1.3.1, 1.4.0
>
> Attachments: 0001-couchjs-make-stack-size-option-effective.patch
>
>
> I have a heavy JSON document around 5MB in size. I installed couchdb 1.3,
> spidermonkey 1.8.5 from source on a unix box. Upon querying a view having
> this heavy document I get the following error intermittently (once in a 2
> queries)
> The same operations never fails on my windows box but does fail sometimes on
> this unix installation which built from source.
> Stacktrace:
> [Fri, 10 May 2013 22:35:52 GMT] [error] [<0.187.0>] OS Process Error
> <0.189.0> :: {os_process_error,{exit_status,1}}
> [Fri, 10 May 2013 22:35:52 GMT] [error] [emulator] Error in process <0.187.0>
> with exit value:
> {{nocatch,{os_process_error,{exit_status,1}}},[{couch_os_process,prompt,2
> },{couch_query_servers,map_doc_raw,2},{couch_mrview_updater,'-map_docs/2-fun-0-',3},{lists,foldl,3},{couch_mrview_updater,map_docs,2}]}
> [Fri, 10 May 2013 22:35:52 GMT] [debug] [<0.108.0>] Minor error in HTTP
> request: {os_process_error,{exit_status,1}}
> [Fri, 10 May 2013 22:35:52 GMT] [debug] [<0.108.0>] Stacktrace:
> [{couch_mrview_util,get_view,4},
> {couch_mrview,query_view,6},
> {couch_httpd,etag_maybe,2},
> {couch_mrview_http,design_doc_view,5},
> {couch_httpd_db,do_db_req,2},
> {couch_httpd,handle_request_int,5},
> {mochiweb_http,headers,5},
> {proc_lib,init_p_do_apply,3}]
> [Fri, 10 May 2013 22:35:52 GMT] [info] [<0.108.0>] 10.36.3.4 - - GET
> /config-store-test/_design/queries/_view/docsByName?key=%22Arpit10%22&include_docs=true
> 500
> [Fri, 10 May 2013 22:35:52 GMT] [error] [<0.108.0>] httpd 500 error response:
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)