Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CDA14063 for ; Wed, 29 Jun 2011 17:28:47 +0000 (UTC) Received: (qmail 80438 invoked by uid 500); 29 Jun 2011 17:28:45 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 80401 invoked by uid 500); 29 Jun 2011 17:28:44 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 80393 invoked by uid 99); 29 Jun 2011 17:28:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 17:28:44 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 17:28:38 +0000 Received: from dahlia.local (p5795BD99.dip.t-dialin.net [87.149.189.153]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.traeumt.net (Postfix) with ESMTPSA id 33B6E3CA74 for ; Wed, 29 Jun 2011 19:28:18 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Badarg error in HTTP request for List Function From: Jan Lehnardt In-Reply-To: Date: Wed, 29 Jun 2011 19:28:17 +0200 Content-Transfer-Encoding: 7bit Message-Id: <4CF567D2-2019-4027-827C-201959E79C7C@apache.org> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org On 29 Jun 2011, at 19:06, Christian Carter wrote: > Hey Everyone, > > I'm getting a very weird error when running one of my list functions, > leading me to believe the query server is crashing, but I don't know for > sure. Log and function located at http://pastie.org/2138189. The database > can be cloned from cdcarter.iriscouch.com/illi, as well. The crash > consistently happens after those 6 keys get logged, and well, I'm stumped. > Any ideas? Can you show the view result and individual documents? Cheers Jan --