Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 78301 invoked from network); 13 Jun 2008 13:00:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2008 13:00:12 -0000 Received: (qmail 12763 invoked by uid 500); 13 Jun 2008 13:00:14 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 12745 invoked by uid 500); 13 Jun 2008 13:00:13 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 12734 invoked by uid 99); 13 Jun 2008 13:00:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2008 06:00:13 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lgastako@gmail.com designates 74.125.46.154 as permitted sender) Received: from [74.125.46.154] (HELO yw-out-1718.google.com) (74.125.46.154) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2008 12:59:24 +0000 Received: by yw-out-1718.google.com with SMTP id 5so2643244ywr.0 for ; Fri, 13 Jun 2008 05:59:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=pHtoetn51brZPhLXMrCpri1qK7DAoWALU0JKlLKMZNM=; b=qWbOTKUuC/KEj/HvjnbPWorNOJloyXgImGWOyeggVFrocwGmVBKGzInK/BwufyzzAr exBAAOMp6SiXJ3xP0mRwgxLxGfctXAqAlBK6DeYHDlW5cCa0xqx7cSxIbDopMqm1jl9H McOznjVGhRVeqHjHDamEEzfa4tUVo4mjB2tJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=cfwCEn/OCJ3g6i021MeWWTWYeO9xO7QUSyKGYEpdFZGGdIYzQfvAGVnTChcozxX+10 eE9KA+Vh/cpvCmrQr9MQpH0nz0qCygMuDQMrDu3sv+9Lv8M4/Z9EYpxl6Bappo94p1Mn 3Yi4Tw0eYp6xM39/D6bLpXBnalAhq8iJbImFQ= Received: by 10.151.49.8 with SMTP id b8mr4398397ybk.241.1213361981115; Fri, 13 Jun 2008 05:59:41 -0700 (PDT) Received: by 10.151.40.19 with HTTP; Fri, 13 Jun 2008 05:59:41 -0700 (PDT) Message-ID: <6f7ea56f0806130559m1bf32095t2d36eb318fd872cb@mail.gmail.com> Date: Fri, 13 Jun 2008 05:59:41 -0700 From: "John Evans" Sender: lgastako@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: Design Docs test failing on Leopard In-Reply-To: <4D968419-21EF-4A46-AD9A-D8C546EFFEE7@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5518_5228196.1213361981123" References: <6f7ea56f0806122301n6942f685v25e86033a2604165@mail.gmail.com> <4D968419-21EF-4A46-AD9A-D8C546EFFEE7@apache.org> X-Google-Sender-Auth: b7196de88de79050 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5518_5228196.1213361981123 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Jan, Thanks for the reply -- I had actually tried to get the trunk working before sending that message but I was having problems with a shared library mismatch (libiconv). In the meantime I've got that problem resolved and was able to build the trunk successfully, and the problem went away and the test passed... However, I now have a new problem -- it seems that the views are getting corrupted or something... everything will work fine for a little while but then I will get an error like this: { "error": "function_clause", "reason": "[{couch_view,'-init_group/4-fun-2-',\n [{3079794,{2791,[]}},\n {view,0,\n [\"all\"],\n \"function(doc) { if ('Offer' == doc.type) { emit(null, doc); } }\",\n nil,[]},\n <0.340.0>,\"javascript\"]},\n {lists,zipwith,3},\n {couch_view,init_group,4},\n {couch_view,start_update_loop,4}]" } If I make any change to the views and recreate them (even just changing whitespace) then they start working again for a little while. The views seem to get corrupted even if the database is not in use. I can have it sitting idle, do a query, get the proper results back, wait 5 mintues, do the same query and it will give me an error like the one above. Any thoughts on this one? - John P.S. When I said I couldn't find any results on Google, I actually meant searching Google, not on Google Code :) On Fri, Jun 13, 2008 at 1:57 AM, Jan Lehnardt wrote: > Hey John, > On Jun 13, 2008, at 08:01, John Evans wrote: > >> I cannot find any mention of this problem on Google. Can anyone point me >> in >> the right direction? >> > > CouchDB has moved away from Google and to the Apache Software > Foundation. See http://couchdb.org/ for new links to our bug tracker > and documentation. 0.7.2 is a pretty old release and we'd like to > advise that you try the trunk version from our SVN repository instead. > > Cheers > Jan > -- > ------=_Part_5518_5228196.1213361981123--