Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 64329 invoked from network); 26 Sep 2010 18:23:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Sep 2010 18:23:58 -0000 Received: (qmail 28514 invoked by uid 500); 26 Sep 2010 18:23:57 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 28473 invoked by uid 500); 26 Sep 2010 18:23: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 28465 invoked by uid 99); 26 Sep 2010 18:23:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 18:23:56 +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; Sun, 26 Sep 2010 18:23:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8QINa8v016359 for ; Sun, 26 Sep 2010 18:23:36 GMT Message-ID: <6300958.408781285525416074.JavaMail.jira@thor> Date: Sun, 26 Sep 2010 14:23:36 -0400 (EDT) From: "Michael Schneider (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-893) Error: os_process_error {exit_status,0} when rendering view on 17 mb doc, couchapp and data attached MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 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}) " Note: I can't seem to find out how to attach data files, please email me if you can't find the data -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.