Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 24759 invoked from network); 27 Feb 2009 10:00:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 10:00:15 -0000 Received: (qmail 95291 invoked by uid 500); 27 Feb 2009 10:00:12 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 95256 invoked by uid 500); 27 Feb 2009 10:00:12 -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 95245 invoked by uid 99); 27 Feb 2009 10:00:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 02:00:12 -0800 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of somers.tim@gmail.com designates 74.125.46.31 as permitted sender) Received: from [74.125.46.31] (HELO yw-out-2324.google.com) (74.125.46.31) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 10:00:04 +0000 Received: by yw-out-2324.google.com with SMTP id 2so654634ywt.5 for ; Fri, 27 Feb 2009 01:59:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=x385H0vjx7WcBvu8ggH/RNzIfCuCoM7oxpFuAcCvV6U=; b=fSX8WjinpERia6YZWnbAqmK/su2R6w+p3ADGVOhyXehExyqiwlLYaFE2ch9+4oUp+E cX8cfshivERjaBg+0znEsmouOZJsxisA+uC6PbRDMBJoqSZggnN6A+T0e6CBUZfG64GQ F8jnW3NGRKnbiHOPxtCsD0ZyfuXjpd1pPnjPk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ozBlLItRdbH6VV8HBZcX4prgFW2kq5Ym0JEUaHyg7uiCCLFYGnT1JfGIaZ10aU0+21 4QbNyS4Il+6yGNoCEIRAIqaNt9Ff62EnaR50Vih0egMr2S6z9Dpb7F5umyHPm/RKPod+ N75CjH+k1YEUwPqyA9EVY+hwZZXR8ygIbkP+A= MIME-Version: 1.0 Received: by 10.231.30.67 with SMTP id t3mr2308454ibc.21.1235728783107; Fri, 27 Feb 2009 01:59:43 -0800 (PST) In-Reply-To: <65BDF95E-5961-4235-A9F4-9EA4C1DB3803@apache.org> References: <7fe7e0900902270036y6a9511b1oaac662b9e51f4d6d@mail.gmail.com> <65BDF95E-5961-4235-A9F4-9EA4C1DB3803@apache.org> Date: Fri, 27 Feb 2009 10:59:43 +0100 Message-ID: <7fe7e0900902270159s7572bfb0xed00793415fa4f24@mail.gmail.com> Subject: Re: Segmentation fault on PUT From: Tim Somers To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0003255760b227e7930463e387a0 X-Virus-Checked: Checked by ClamAV on apache.org --0003255760b227e7930463e387a0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Jan, Of course, I should have known you'd need all the details... I'm using debian squeeze (testing) with all updates. Just today, erlang was updated to version "1:12.b.5-dfsg-2", I'm not sure which version was installed when the error occured. For couchdb, I'm using the trunk version from svn, the latest revision is 747852. As for HIPE, I'm not even sure what it does. I'm using all default configuration values as checked out from svn, only the port has been changed to 5985, to avoid conflicts with version 0.8.1 installed from debian. Finally, py-simplecouchdb is version 0.9.25. Thanks Tim On Fri, Feb 27, 2009 at 10:41 AM, Jan Lehnardt wrote: > Hi Tim, > > thanks for the report. What is your operating system? Which Erlang > version are you using. Is HIPE enabled? What svn revision of CouchDB > do you have? > > Cheers > Jan > -- > > > On 27 Feb 2009, at 09:36, Tim Somers wrote: > > Hi all, >> >> I've been using couchdb in combination with py-simplecouchdb since a >> couple >> of weeks now on a small dataset (only 51 docs) with lots of updates. >> Yesterday I checked out the latest update from svn, and left my >> application >> running all night. This morning, the couchdb process had closed. >> After restarting it, everything seems to be running fine for read access, >> but on an update of any document, I get this error: >> [debug] [<0.64.0>] 'PUT' /heasys/alert_3505_nomessages {1,1} >> Headers: [{'Accept',"application/json, text/javascript, */*"}, >> {'Accept-Charset',"ISO-8859-1,utf-8;q=0.7,*;q=0.7"}, >> {'Accept-Encoding',"gzip,deflate"}, >> {'Accept-Language',"en-us,en;q=0.5"}, >> {'Connection',"keep-alive"}, >> {'Content-Length',"239"}, >> {'Content-Type',"application/json; charset=UTF-8"}, >> {'Host',"localhost:5985"}, >> {'Keep-Alive',"300"}, >> {'Referer'," >> http://localhost:5985/_utils/document.html?heasys/alert_3505_nomessages >> "}, >> {'User-Agent',"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) >> Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1)"}, >> {"X-Requested-With","XMLHttpRequest"}] >> Segmentation fault >> No difference in the error except for the headers whether I test it with >> my >> application or the futon interface. >> >> Any ideas, anyone? >> >> Thanks >> Tim Somers >> > > --0003255760b227e7930463e387a0--