Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 11724 invoked from network); 27 Feb 2009 09:42:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 09:42:30 -0000 Received: (qmail 82060 invoked by uid 500); 27 Feb 2009 09:42:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 82016 invoked by uid 500); 27 Feb 2009 09:42:23 -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 82005 invoked by uid 99); 27 Feb 2009 09:42:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 01:42:23 -0800 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 09:42:15 +0000 Received: from dahlia.lan (f053001217.adsl.alicedsl.de [::ffff:78.53.1.217]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Fri, 27 Feb 2009 09:41:51 +0000 Message-Id: <65BDF95E-5961-4235-A9F4-9EA4C1DB3803@apache.org> From: Jan Lehnardt To: user@couchdb.apache.org In-Reply-To: <7fe7e0900902270036y6a9511b1oaac662b9e51f4d6d@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Segmentation fault on PUT Date: Fri, 27 Feb 2009 10:41:20 +0100 References: <7fe7e0900902270036y6a9511b1oaac662b9e51f4d6d@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org 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