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 D28767A32 for ; Thu, 15 Dec 2011 13:45:40 +0000 (UTC) Received: (qmail 67117 invoked by uid 500); 15 Dec 2011 13:45:38 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 67072 invoked by uid 500); 15 Dec 2011 13:45:38 -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 67064 invoked by uid 99); 15 Dec 2011 13:45:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 13:45:38 +0000 X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 13:45:29 +0000 Received: by eaak10 with SMTP id k10so2157080eaa.11 for ; Thu, 15 Dec 2011 05:45:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=PefxPltNcuC55Yv1AP6rYiMyQngFPP/GvHJnh44z71k=; b=TadhWXqeaqU6CIq7xpv8jxtjoW5JkJWJtARmGO5JQJhTOQHaq46jUYl0QEwRihCIqQ c0vaSbcOuw2Y6/zeiJbh64zZ3IT7E/Jo89fR2bXT6VQhhbr1lQXpNcJOy9xNCoxzraJ2 VFzS3Fcx9nU3EZHcuDNxCvGuYpk2YxMiwTE5g= Received: by 10.204.41.66 with SMTP id n2mr1013097bke.77.1323956709562; Thu, 15 Dec 2011 05:45:09 -0800 (PST) Received: from [192.168.1.123] (095160203004.wroclaw.vectranet.pl. [95.160.203.4]) by mx.google.com with ESMTPS id z7sm14490145bka.1.2011.12.15.05.45.07 (version=SSLv3 cipher=OTHER); Thu, 15 Dec 2011 05:45:08 -0800 (PST) Message-ID: <4EE9F9E3.5010005@gmail.com> Date: Thu, 15 Dec 2011 14:45:07 +0100 From: CGS User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: strange crash References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, It would be helpful if you could specify the followings: 1. your OS; 2. SpiderMonkey version; 3. how you installed CouchDB/1.1.1; 4. if the message in couch.stderr was stamped before or after you sent the insertion command. CGS On 12/15/2011 02:16 PM, Peta Bogdan wrote: > Hello, > > Today I had a strange experience with my CouchDB/1.1.1 (Erlang OTP/R14B04) . > > After I inserted a normal size document (ten fields) into database, this > crashed unexpectedly, and nothing appears in logs (log_level = debug) , > only in coucdb.stderr the following line: > heart_beat_kill_pid = 10014 > heart_beat_timeout = 11 > heart: Thu Dec 15 14:08:19 2011: heart-beat time-out. > Killed > heart: Thu Dec 15 14:08:23 2011: Executed > "/usr/local/couchdb/1.1.1/bin/couchdb -k". Terminating. > > I don't know what cause heart-beat mechanism to activate and why it timed > out? > > Any help very much appreciated. > Thank you, > > Bogdan >