From user-return-22229-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Sep 24 15:33:03 2012 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 7764BDBF3 for ; Mon, 24 Sep 2012 15:33:03 +0000 (UTC) Received: (qmail 5243 invoked by uid 500); 24 Sep 2012 15:32:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 5197 invoked by uid 500); 24 Sep 2012 15:32:59 -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 5153 invoked by uid 99); 24 Sep 2012 15:32:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 15:32:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.216.45] (HELO mail-qa0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 15:32:52 +0000 Received: by qadc10 with SMTP id c10so3418610qad.11 for ; Mon, 24 Sep 2012 08:32:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=wByjxpt7Jz4Rsd5QmixmjUEK8dJ/U4DLl1TJuccrE8o=; b=ZsuejOCaVKzRDRnV+dmuZ3XhtNXrhFDOWT+QrtYQD6f2Y/ETF+KD1XSU5f+NEF8z6M 9r7m5L/6m6oajRpbWO3WeN3sJb19ZSbO7iEZtcXDwtlax7b+mgvQ25tYyNcBw2H/7kOB GnGQE84cS5ChKy6adCMWEIfAd4lORnYa6RO2unY2JMXd/ltvqz1n1Leub0+oDPxkLhXv Se8w1IH3Wmkzp0oRaO7k/1zEI+4zxrOt/ovII55Nq6/hL+KStHfmeL5d+B9vkZ/POnc6 WtyaXtiNXilOZHGtT+XALaDYNnuJgiOyBc+14S0xDB5a/cKeLyDFQfcT1RBP6POUtJbp fZZA== MIME-Version: 1.0 Received: by 10.229.134.205 with SMTP id k13mr9068649qct.153.1348500750808; Mon, 24 Sep 2012 08:32:30 -0700 (PDT) Received: by 10.49.86.74 with HTTP; Mon, 24 Sep 2012 08:32:30 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: References: <1341622793.20120924143243@whiletrue.com> Date: Mon, 24 Sep 2012 17:32:30 +0200 Message-ID: Subject: Re: recovering data from an unfinished compaction db From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmd/HqF+AqBjGpbIm2zJbkFnZ6gplUchOI/yiL1BuUy7no59R4C/clBvHY4mBqDoP9CrtOg On 24 September 2012 15:02, Robert Newson wrote: > {badmatch,{error,snappy_nif_not_loaded} makes me wonder if this 1.2 > installation is even right. > > Can someone enlighten me? Is it possible to get this error spuriously? No. I'd be keen to see a bit of logfiles to understand what's not working. > Does running out of RAM cause erlang to unload NIF's? I don't think so on Windows. There's an R15B01 based build here: https://www.dropbox.com/sh/jeifcxpbtpo78ak/GG9fjWOyDt/Snapshots/20120524 that has a fix for a more recent version of Windows server than I have to address one NIF loading error, although there are a number of possible causes. @Rudi can you give this a go & report back? A+ Dave