From dev-return-12022-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Sep 30 21:06:59 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 92620 invoked from network); 30 Sep 2010 21:06:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Sep 2010 21:06:59 -0000 Received: (qmail 14906 invoked by uid 500); 30 Sep 2010 21:06:58 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 14289 invoked by uid 500); 30 Sep 2010 21:06:57 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 14251 invoked by uid 99); 30 Sep 2010 21:06:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 21:06:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 21:06:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8UL6YPb003710 for ; Thu, 30 Sep 2010 21:06:34 GMT Message-ID: <28764318.485201285880794030.JavaMail.jira@thor> Date: Thu, 30 Sep 2010 17:06:34 -0400 (EDT) From: "Michael Schneider (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-893) Error: os_process_error {exit_status,0} when rendering view on 17 mb doc, couchapp and data attached In-Reply-To: <6300958.408781285525416074.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916663#action_12916663 ] Michael Schneider commented on COUCHDB-893: ------------------------------------------- I converted the json doc to a javascript file by adding var foo = eval( "(" + .... contets_of_bad.json_in_attacted_tar_file..... + ")) ); and saving this as bad.js when I run $ couchjs bad.js I get "script stack space quota is exhausted" > Error: os_process_error {exit_status,0} when rendering view on 17 mb doc, couchapp and data attached > ------------------------------------------------------------------------------------------------------- > > Key: COUCHDB-893 > URL: https://issues.apache.org/jira/browse/COUCHDB-893 > Project: CouchDB > Issue Type: Bug > Affects Versions: 1.0.1 > Environment: I repeated this on windows and linux (64 bit) > Reporter: Michael Schneider > Attachments: bugdoc.tar.gz > > > I have a large set of documents that I harvesting data from. All docs < 9mb render fine (with doc size increased) > Attached is a simple couchapp and one doc. > To reproduce, untar and: > reproduce > 1) untar file > 2) cd bugdoc/couchapp/bugreport > 3) couchapp push bugreport > 4) cd bugdoc > 5) python submitbadjson.py > open url http://127.0.0.1:5984/_utils/database.html?bugreport/_design/bugreport/_view/buggy > You should see a popup > "(Error: os_process_error > {exit_status,0}) > " -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.