From dev-return-18279-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 28 20:55:10 2011 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43DB57CF5 for ; Wed, 28 Sep 2011 20:55:10 +0000 (UTC) Received: (qmail 61483 invoked by uid 500); 28 Sep 2011 20:55:09 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 61445 invoked by uid 500); 28 Sep 2011 20:55:09 -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 61437 invoked by uid 99); 28 Sep 2011 20:55:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 20:55:09 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 20:55:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8B1A728D829 for ; Wed, 28 Sep 2011 20:54:45 +0000 (UTC) Date: Wed, 28 Sep 2011 20:54:45 +0000 (UTC) From: "Randall Leeds (Updated) (JIRA)" To: dev@couchdb.apache.org Message-ID: <1078408679.5269.1317243285571.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (COUCHDB-752) InternalError: script stack space quota is exhausted 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-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-752: ---------------------------------- Fix Version/s: 1.1.1 > InternalError: script stack space quota is exhausted > ---------------------------------------------------- > > Key: COUCHDB-752 > URL: https://issues.apache.org/jira/browse/COUCHDB-752 > Project: CouchDB > Issue Type: Bug > Components: JavaScript View Server > Affects Versions: 0.11 > Reporter: Benoit Chesneau > Assignee: Randall Leeds > Priority: Critical > Fix For: 1.1.1, 1.2 > > Attachments: ddoc.patch > > > Couchdb freeze and use full CPU after accessing to a 93MB designdoc: > debug] [<0.91.0>] Spawning new group server for view group _design/aimpl in database aimpl. > [debug] [<0.94.0>] request_group {Pid, Seq} {<0.116.0>,61} > [debug] [<0.81.0>] New task status for aimpl _design/aimpl: Finishing. > [debug] [<0.126.0>] OS Process Start :: #Port<0.2040> > [debug] [<0.87.0>] Teach ddoc to new proc {proc,<0.126.0>,<<"javascript">>,[], > {couch_os_process,prompt}, > {couch_os_process,set_timeout}, > {couch_os_process,stop}} with DDocKey: {<<"_design/aimpl">>, > <<"30-2ab623a62b83b0d9f2616ee209f62659">>} > InternalError: script stack space quota is exhausted > Most of data are in attachments : > enlil:couchapp benoitc$ du -sh aimpl > 93M aimpl > enlil:couchapp benoitc$ du -sh aimpl/_attachments/ > 93M aimpl/_attachments/ > about 100k in views/shows/... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira